rpms/nant/devel nant.spec,1.1,1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Jul 19 21:56:35 UTC 2006


Author: pfj

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

Modified Files:
	nant.spec 
Log Message:
auto-import nant-0.85-6 on branch devel from nant-0.85-6.src.rpm


Index: nant.spec
===================================================================
RCS file: /cvs/extras/rpms/nant/devel/nant.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nant.spec	9 Jul 2006 22:00:04 -0000	1.1
+++ nant.spec	19 Jul 2006 21:56:35 -0000	1.2
@@ -4,7 +4,7 @@
 Summary: NAnt is a build tool for Mono and .NET
 Name: nant
 Version: 0.85	
-Release: 5%{?dist}
+Release: 6%{?dist}
 Source0: http://download.sourceforge.net/nant/%{name}-%{version}-%{extra}-src.tar.gz
 Patch0: nant-libdir.patch
 License: GPL
@@ -46,7 +46,7 @@
 %install
 rm -rf %{buildroot}
 %makeinstall
-sed -i -e "s#%buildroot##" %buildroot%_bindir/%name
+sed -i -e "s#%{buildroot}##" %{buildroot}%{_bindir}/%{name}
 find examples -name \*.dll -o -name \*.exe|xargs rm -f
 rm -rf %{buildroot}%{_datadir}/NAnt/doc
 
@@ -62,7 +62,7 @@
 %files
 %defattr(-,root,root)
 %doc README.txt doc/*.html COPYING.txt
-%{_bindir}/nant/
+%{_bindir}/nant
 # libdir is not showing lib64 for some reason
 #%{_exec_prefix}/%{_lib}/NAnt/
 %{_libdir}/NAnt/
@@ -72,6 +72,10 @@
 %doc examples/* doc/help/*
 
 %changelog
+* Wed Jul 19 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.85-6
+- Security fix to spec file
+- Other spec file fixes
+
 * Sun Jul 09 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.85-5
 - fixes to EOLs
 - added R scrollkeeper




More information about the fedora-extras-commits mailing list