packages: nant/nant.spec - up to 0.90 - %%{__make} -j1 - more verbose files

lisu lisu at pld-linux.org
Fri Nov 19 11:42:08 CET 2010


Author: lisu                         Date: Fri Nov 19 10:42:08 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.90
- %%{__make} -j1
- more verbose files

---- Files affected:
packages/nant:
   nant.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/nant/nant.spec
diff -u packages/nant/nant.spec:1.13 packages/nant/nant.spec:1.14
--- packages/nant/nant.spec:1.13	Sun May 18 23:59:36 2008
+++ packages/nant/nant.spec	Fri Nov 19 11:42:03 2010
@@ -3,18 +3,17 @@
 Summary:	A .NET based build tool
 Summary(pl.UTF-8):	Narzędzie do budowania pod .NET
 Name:		nant
-Version:	0.85
+Version:	0.90
 Release:	1
 License:	GPL v2+
 Group:		Development/Building
 Source0:	http://dl.sourceforge.net/nant/nant-%{version}-src.tar.gz
-# Source0-md5:	45ae065439b6cbc0e02051b855843f50
-Patch0:		%{name}-fix.patch
+# Source0-md5:	1ba849249c6ff00062ac9ea90f729b20
 URL:		http://nant.sourceforge.net/
-BuildRequires:	mono-compat-links >= 1.1.4
-BuildRequires:	mono-csharp >= 1.1.4
+BuildRequires:	mono-compat-links >= 2.8
+BuildRequires:	mono-csharp >= 2.8
 BuildRequires:	pkgconfig
-Requires:	mono-devel >= 1.1.4
+Requires:	mono-devel >= 2.8
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,7 +27,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 cat <<'EOF' > %{name}.sh
 #!/bin/sh
@@ -36,7 +34,7 @@
 EOF
 
 %build
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -52,7 +50,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README.txt doc/*
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/nant
 %{_datadir}/NAnt
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -61,6 +59,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2010/11/19 10:42:03  lisu
+- up to 0.90
+- %%{__make} -j1
+- more verbose files
+
 Revision 1.13  2008/05/18 21:59:36  glen
 - rpm autodeps for bin script
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nant/nant.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list