/[pkgs]/devel/mod_mono/mod_mono.spec
ViewVC logotype

Contents of /devel/mod_mono/mod_mono.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.28 - (show annotations) (download)
Mon Oct 26 21:21:53 2009 UTC (4 weeks ago) by ausil
Branch: MAIN
CVS Tags: mod_mono-2_4_2-3_fc13, HEAD
Changes since 1.27: +9 -7 lines
exclude sparc64
1 Name: mod_mono
2 Version: 2.4.2
3 Release: 3%{?dist}
4 License: MIT
5 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6 URL: http://mono.ximian.com/monobuild/preview/sources-preview/
7 Source0: %{name}-%{version}.tar.bz2
8 BuildRequires: mono-devel >= 2.4.2, xsp-devel >= 2.4.2, pkgconfig, httpd-devel apr-devel
9 Patch0: mod_mono-2.0-varrun.patch
10 Requires: httpd >= 2.2, mono-core, xsp
11 Summary: A module to deploy an ASP.NET application on Apache with Mono
12 Group: System Environment/Daemons
13
14 ExcludeArch: sparc64
15
16 %description
17
18 mod_mono allows Apache to serve ASP.NET pages by proxying the requests
19 to a slightly modified version of the XSP server, called mod-mono-server,
20 that is installed along with XSP
21
22 %prep
23 %setup -q
24 %patch0 -p1 -b .varrun
25
26 %build
27 %configure --disable-static
28 make %{?_smp_mflags}
29
30 %install
31 rm -rf %{buildroot}
32 make DESTDIR=%{buildroot} install
33 find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
34 mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d
35 mv %{buildroot}%{_sysconfdir}/httpd/conf/mod_mono* %{buildroot}%{_sysconfdir}/httpd/conf.d/
36 rm -rf %{buildroot}%{_sysconfdir}/httpd/conf
37
38 mkdir -p %{buildroot}/var/run/mod_mono
39
40 %post -p /sbin/ldconfig
41
42 %postun -p /sbin/ldconfig
43
44 %clean
45 rm -rf %{buildroot}
46
47 %files
48 %defattr(-, root, root, -)
49 %doc AUTHORS ChangeLog COPYING NEWS README INSTALL
50 %{_libdir}/httpd/modules/mod_mono.so*
51 %config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_mono.conf
52 %attr(0755,apache,apache) /var/run/mod_mono
53 %{_mandir}/man8/mod_mono.8*
54
55 %changelog
56 * Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 2.4.2-3
57 - excludeArch sparc64
58 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
59 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
60
61 * Tue Jun 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-1
62 - Bump to 2.4.2 preview
63 - Reenable ppc
64 - Add in ppc64 support
65
66 * Mon Apr 06 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-4.1
67 - Remove ppc support
68
69 * Thu Mar 26 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-4
70 - Full 2.4 release
71
72 * Wed Mar 18 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-3.RC3
73 - Bump to RC3
74
75 * Tue Mar 10 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-3.RC2
76 - Bump to RC2
77
78 * Fri Feb 27 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-2.RC1
79 - Bump to RC1
80
81 * Sat Jan 28 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.pre1.20090124svn124159
82 - Update to 2.4
83 - altered BRs to use mono-2.4
84 - retagged as pre-1
85
86 * Fri Jan 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-4.RC2.20090901svn122806
87 - Bump to RC2
88 - Big update from svn
89
90 * Wed Dec 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-3.pre3.20081217svn117989
91 - Bump to preview 3
92 - Move to svn for bug fixes
93
94 * Sat Dec 06 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-2.pre2
95 - Bump to preview 2
96
97 * Tue Nov 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.pre1
98 - Bump to 2.2 preview 1
99 - incorporate fix to the var-run patch (thanks to Dario Lesca)
100
101 * Sat Oct 11 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-6
102 - use var run instead of tmp
103 - added additional Requires
104
105 * Fri Oct 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-5
106 - fix URLs
107
108 * Fri Oct 03 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-4
109 - bump to RC4
110
111 * Mon Sep 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-3
112 - bump to RC3
113
114 * Tue Sep 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-2
115 - bump to 2.0 RC 1
116
117 * Sun Aug 03 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-1
118 - bump to 2.0 preview 1
119 - licence changed and other spec file alterations
120
121 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.6-2.1
122 - Autorebuild for GCC 4.3
123
124 * Thu Dec 20 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-1.1
125 - remove arch ppc64
126
127 * Thu Nov 22 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-1
128 - bump
129 - url fix
130
131 * Sun Nov 18 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5-1
132 - bump
133
134 * Sat Apr 22 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.4-1
135 - bump
136
137 * Sat Nov 25 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.1-1
138 - bump
139
140 * Fri Nov 03 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2-1
141 - bump
142
143 * Sat Oct 14 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.18-1
144 - bump
145
146 * Fri Sep 08 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.17-3
147 - Spec file fixes
148 - Modified SOURCE0 and URL tags
149
150 * Thu Aug 31 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.17-1
151 - bump to new version
152 - Altered BR xsp to BR xsp-devel
153
154 * Sun Apr 23 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.14-3
155 - removed static libdir
156 - included archs mono is currently on
157
158 * Tue Apr 18 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.14-2
159 - libdir now usr-lib irrespective of the architecture built on
160 - minor change to spec file
161
162 * Mon Apr 17 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.14-1
163 - Initial import for FE
164 - Spec file based on the Novell version (though quite hacked)
165

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2