rpms/mod_mono/devel mod_mono.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Sun Sep 10 09:38:18 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/mod_mono/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19572/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mod_mono.spec 
Log Message:
auto-import mod_mono-1.1.17-3 on branch devel from mod_mono-1.1.17-3.src.rpm


--- NEW FILE mod_mono.spec ---
Name: mod_mono
Version: 1.1.17
Release: 3%{?dist}
License: Apache Software License
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://go-mono.com/sources-latest/
Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
BuildRequires: mono-devel, xsp-devel, pkgconfig, httpd-devel apr-devel
Requires: httpd >= 2.2
Summary: A module to deploy an ASP.NET application on Apache with Mono
Group: System Environment/Daemons

%description

mod_mono allows Apache to serve ASP.NET pages by proxying the requests 
to a slightly modified version of the XSP server, called mod-mono-server, 
that is installed along with XSP
 
%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d
mv %{buildroot}%{_sysconfdir}/httpd/conf/mod_mono* %{buildroot}%{_sysconfdir}/httpd/conf.d/
rm -rf %{buildroot}%{_sysconfdir}/httpd/conf

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS ChangeLog COPYING NEWS README INSTALL
%{_libdir}/httpd/modules/mod_mono.so*
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_mono.conf
%{_mandir}/man8/mod_mono.8*

%changelog
* Fri Sep 08 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.17-3
- Spec file fixes
- Modified SOURCE0 and URL tags

* Thu Aug 31 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.17-1
- bump to new version
- Altered BR xsp to BR xsp-devel

* Sun Apr 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.14-3
- removed static libdir
- included archs mono is currently on

* Tue Apr 18 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.14-2
- libdir now usr-lib irrespective of the architecture built on
- minor change to spec file

* Mon Apr 17 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.14-1
- Initial import for FE
- Spec file based on the Novell version (though quite hacked)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mod_mono/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Sep 2006 09:37:26 -0000	1.1
+++ .cvsignore	10 Sep 2006 09:38:18 -0000	1.2
@@ -0,0 +1 @@
+mod_mono-1.1.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mod_mono/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Sep 2006 09:37:26 -0000	1.1
+++ sources	10 Sep 2006 09:38:18 -0000	1.2
@@ -0,0 +1 @@
+3f0408a350f6f55029b75f4332be171f  mod_mono-1.1.17.tar.gz




More information about the scm-commits mailing list