rpms/nant/devel nant.spec,1.15,1.16

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Tue Apr 8 01:36:23 UTC 2008


Author: alexlan

Update of /cvs/pkgs/rpms/nant/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18030

Modified Files:
	nant.spec 
Log Message:
- Downgrade to 0.85 because of issues with boo package as discussed on
  bug #435898).  add Epoch: 1 :(
- Add nant-0.85-api.patch from David Nielsen to enable build on F-9



Index: nant.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nant/devel/nant.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nant.spec	11 Mar 2008 22:45:37 -0000	1.15
+++ nant.spec	8 Apr 2008 01:35:43 -0000	1.16
@@ -4,11 +4,13 @@
 
 Summary: NAnt is a build tool for Mono and .NET
 Name: nant
-Version: 0.86	
-Release: 5%{?dist}
+Version: 0.85	
+Release: 18%{?dist}
+Epoch: 1
 Source0: http://download.sourceforge.net/nant/%{name}-%{version}-beta1-src.tar.gz
 Patch0: nant-build.patch
 Patch1: nant-app.patch
+Patch2: nant-0.85-api.patch
 License: GPL
 Group: Development/Tools
 Url: http://nant.sourceforge.net/
@@ -25,13 +27,14 @@
 %package docs
 Summary:	Documentation package for nant
 Group:	Documentation
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name} = %{epoch}:%{version}-%{release}
 
 %description docs
 Documentation for nant
 
 %prep
-%setup -q -n %{name}-%{version}-beta1
+%setup -q -n %{name}-%{version}
+%patch2 -p1 -b .orig
 sed -i -e 's!@LIB@!%{_lib}!' %{PATCH1}
 %patch1 -p1 -b .orig
 sed -i -e 's!%{_lib}!@LIB@/!' %{PATCH1}
@@ -76,6 +79,11 @@
 %doc examples/* doc/help/*
 
 %changelog
+* Mon Apr  7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1:0.85-18
+- Downgrade to 0.85 because of issues with boo package as discussed on
+  bug #435898).  add Epoch: 1 :(
+- Add nant-0.85-api.patch from David Nielsen to enable build on F-9
+
 * Thu Mar 06 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.86-5
 - bump to beta 1
 




More information about the fedora-extras-commits mailing list