rpms/rubygem-lockfile/devel .cvsignore, 1.2, 1.3 rubygem-lockfile.spec, 1.1, 1.2 sources, 1.2, 1.3 license.txt, 1.1, NONE

Shreyank Gupta shreyankg at fedoraproject.org
Tue Jun 8 10:15:41 UTC 2010


Author: shreyankg

Update of /cvs/pkgs/rpms/rubygem-lockfile/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4158

Modified Files:
	.cvsignore rubygem-lockfile.spec sources 
Removed Files:
	license.txt 
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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-lockfile/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	8 Jun 2010 09:35:00 -0000	1.2
+++ .cvsignore	8 Jun 2010 10:15:40 -0000	1.3
@@ -1 +1,2 @@
 lockfile-1.4.3.gem
+license.txt


Index: rubygem-lockfile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-lockfile/devel/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:35:00 -0000	1.1
+++ rubygem-lockfile.spec	8 Jun 2010 10:15:40 -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/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	8 Jun 2010 09:35:00 -0000	1.2
+++ sources	8 Jun 2010 10:15:40 -0000	1.3
@@ -1 +1,2 @@
 53a63206bbaefb7106db5a74a5adf148  lockfile-1.4.3.gem
+3ebe20d5c96ee1b06bb068128e4aae60  license.txt


--- license.txt DELETED ---



More information about the scm-commits mailing list