[mod_mono] Update to 2.10 Minor spec file cleanup

chkr chkr at fedoraproject.org
Tue Mar 29 23:01:43 UTC 2011


commit b0feeb28b7511f670a2a9e3653f322c9de831fb7
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Wed Mar 30 01:01:37 2011 +0200

    Update to 2.10
    Minor spec file cleanup

 .gitignore    |    1 +
 mod_mono.spec |   15 +++++++--------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cec7aee..aefb4d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mod_mono-2.6.3.tar.bz2
 /mod_mono-2.8.tar.bz2
+/mod_mono-2.10.tar.bz2
diff --git a/mod_mono.spec b/mod_mono.spec
index fd4645c..9eb53ae 100644
--- a/mod_mono.spec
+++ b/mod_mono.spec
@@ -1,11 +1,10 @@
 Name: mod_mono
-Version: 2.8
-Release: 3%{?dist}
+Version: 2.10
+Release: 1%{?dist}
 License: MIT
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.mono-project.com/Main_Page
 Source0:        http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
-BuildRequires: mono-devel >= 2.8, xsp-devel >= 2.8, pkgconfig, httpd-devel apr-devel
+BuildRequires: mono-devel >= 2.10, xsp-devel >= 2.10, pkgconfig, httpd-devel apr-devel
 Patch0: mod_mono-2.8-varrun.patch
 Requires: httpd >= 2.2, mono-core, xsp
 Summary: A module to deploy an ASP.NET application on Apache with Mono
@@ -32,7 +31,6 @@ mv -f ChangeLog.conv ChangeLog
 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
@@ -45,9 +43,6 @@ mkdir -p %{buildroot}/var/run/mod_mono
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root, -)
 %doc AUTHORS ChangeLog COPYING NEWS README INSTALL
@@ -57,6 +52,10 @@ rm -rf %{buildroot}
 %{_mandir}/man8/mod_mono.8*
 
 %changelog
+* Wed Mar 30 2011 Christian Krause <chkr at fedoraproject.org> - 2.10-1
+- Update to 2.10
+- Minor spec file cleanup
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 235bd60..b63176d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0460af8b017a1796998dc2aa947a860b  mod_mono-2.8.tar.bz2
+422c533a0dfbd699eb6339234261150a  mod_mono-2.10.tar.bz2


More information about the scm-commits mailing list