rpms/pbzip2/FC-6 pbzip2.spec,1.9,1.10

Jeff Gilchrist (jeffg) fedora-extras-commits at redhat.com
Thu Jul 26 20:47:30 UTC 2007


Author: jeffg

Update of /cvs/extras/rpms/pbzip2/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22440

Modified Files:
	pbzip2.spec 
Log Message:
Fixed pbunzip2 symlink problem



Index: pbzip2.spec
===================================================================
RCS file: /cvs/extras/rpms/pbzip2/FC-6/pbzip2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pbzip2.spec	26 Jul 2007 17:20:16 -0000	1.9
+++ pbzip2.spec	26 Jul 2007 20:46:57 -0000	1.10
@@ -1,6 +1,6 @@
 Name:		pbzip2
 Version:	1.0.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Parallel implementation of bzip2
 URL:		http://www.compression.ca/pbzip2/
 License:	BSD
@@ -30,30 +30,25 @@
 rm -rf %{buildroot}
 install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
 install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+ln -sf ./%{name} %{buildroot}%{_bindir}/pbunzip2
 
 
 %clean
 rm -rf %{buildroot}
 
 
-%post
-cd %{_bindir}
-ln -s -f %{name} pbunzip2
-
-
-%postun
-cd %{_bindir}
-rm -rf pbunzip2
-
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/%{name}
+%{_bindir}/pbunzip2
 %{_mandir}/man1/*
 
 
 %changelog
+* Thu Jul 26 2007 Jeff Gilchrist <pbzip2 at compression.ca> - 1.0.2-2
+- Fixed symbolic link for pbunzip2 file
+
 * Tue Jul 25 2007 Jeff Gilchrist <pbzip2 at compression.ca> - 1.0.2-1
 - Release 1.0.2
 




More information about the scm-commits mailing list