rpms/ruby-shadow/FC-5 ruby-shadow.spec,1.1,1.2

Kostas Georgiou (georgiou) fedora-extras-commits at redhat.com
Fri May 25 16:02:33 UTC 2007


Author: georgiou

Update of /cvs/extras/rpms/ruby-shadow/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2016/FC-5

Modified Files:
	ruby-shadow.spec 
Log Message:
* Fri May 25 2007 Kostas Georgiou <k.georgiou at imperial.ac.uk> 1.4.1-6
Removed _smp_mflags from install since it was causing problems



Index: ruby-shadow.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-shadow/FC-5/ruby-shadow.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-shadow.spec	24 May 2007 15:02:13 -0000	1.1
+++ ruby-shadow.spec	25 May 2007 16:01:58 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           ruby-shadow
 Version:        1.4.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Ruby bindings for shadow password access
 Group:          System Environment/Libraries
 License:        Public Domain
@@ -33,7 +33,7 @@
 
 %install
 rm -rf %{buildroot}
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install
 
 %clean
 rm -rf %{buildroot}
@@ -45,6 +45,9 @@
 
 %changelog
 
+* Fri May 25 2007 Kostas Georgiou <k.georgiou at imperial.ac.uk> 1.4.1-6
+Removed _smp_mflags from install since it was causing problems
+
 * Fri May 18 2007 Kostas Georgiou <k.georgiou at imperial.ac.uk> 1.4.1-5
 Removed the ruby abi macro since it doesn't work in mock
 




More information about the fedora-extras-commits mailing list