rpms/tar/devel tar.spec,1.42,1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 8 09:10:03 UTC 2006


Author: pvrabec

Update of /cvs/dist/rpms/tar/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22629

Modified Files:
	tar.spec 
Log Message:
fix tar-debuginfo package (#205615)



Index: tar.spec
===================================================================
RCS file: /cvs/dist/rpms/tar/devel/tar.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- tar.spec	10 Aug 2006 13:04:40 -0000	1.42
+++ tar.spec	8 Sep 2006 09:10:01 -0000	1.43
@@ -1,7 +1,7 @@
 Summary: A GNU file archiving program.
 Name: tar
 Version: 1.15.90
-Release: 6
+Release: 7
 License: GPL
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/tar/
@@ -55,15 +55,7 @@
 %makeinstall
 %endif
 
-( cd $RPM_BUILD_ROOT
-  for dir in ./bin ./sbin .%{_bindir} .%{_libexecdir}
-  do
-    [ -d $dir ] || continue
-    strip $dir/* || :
-  done
-  gzip -9nf .%{_infodir}/tar.info*
-  rm -f .%{_infodir}/dir
-)
+rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 
 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
 install -c -m 0644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_mandir}/man1
@@ -104,6 +96,9 @@
 %{_infodir}/tar.info*
 
 %changelog
+* Fri Sep 08 2006 Peter Vrabec <pvrabec at redhat.com> 1.15.90-7
+- fix tar-debuginfo package (#205615)
+
 * Thu Aug 10 2006 Peter Vrabec <pvrabec at redhat.com> 1.15.90-6
 - add xattr support (#200925), patch from james.antill at redhat.com
 




More information about the fedora-cvs-commits mailing list