rpms/rubygem-lockfile/F-13 rubygem-lockfile.spec, 1.1, 1.2 sources, 1.2, 1.3

Shreyank Gupta shreyankg at fedoraproject.org
Tue Jun 8 10:23:05 UTC 2010


Author: shreyankg

Update of /cvs/pkgs/rpms/rubygem-lockfile/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5168

Modified Files:
	rubygem-lockfile.spec sources 
Log Message:
* Tue Jun 08 2010 Shreyank Gupta <sgupta at redhat.com> - 1.4.3-4
- Using cp -p instead of install -p to preserve perms



Index: rubygem-lockfile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-lockfile/F-13/rubygem-lockfile.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rubygem-lockfile.spec	8 Jun 2010 09:55:13 -0000	1.1
+++ rubygem-lockfile.spec	8 Jun 2010 10:23:05 -0000	1.2
@@ -6,7 +6,7 @@
 Summary: Ruby library for creating NFS safe lockfiles
 Name: rubygem-%{gemname}
 Version: 1.4.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Languages
 License: GPLv2 or Ruby
 URL: http://codeforpeople.com/lib/ruby/lockfile/
@@ -41,7 +41,7 @@ rlock creates NFS resistant lockfiles
 mkdir -p %{buildroot}%{gemdir}
 gem install --local --install-dir %{buildroot}%{gemdir} \
             --force --rdoc %{SOURCE0}
-install -p %{SOURCE1} %{buildroot}%{geminstdir}
+cp -p %{SOURCE1} %{buildroot}%{geminstdir}
 
 mkdir -p %{buildroot}/%{_bindir}
 mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
@@ -76,6 +76,9 @@ rm -f %{buildroot}/%{geminstdir}/rlock
 %{geminstdir}/doc
 
 %changelog
+* Tue Jun 08 2010 Shreyank Gupta <sgupta at redhat.com> - 1.4.3-4
+- Using cp -p instead of install -p to preserve perms
+
 * Tue Jun 08 2010 Shreyank Gupta <sgupta at redhat.com> - 1.4.3-3
 - Using install -p instead of cp for installing license.txt
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-lockfile/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	8 Jun 2010 09:55:13 -0000	1.2
+++ sources	8 Jun 2010 10:23:05 -0000	1.3
@@ -1 +1,2 @@
 53a63206bbaefb7106db5a74a5adf148  lockfile-1.4.3.gem
+3ebe20d5c96ee1b06bb068128e4aae60  license.txt



More information about the scm-commits mailing list