[par2cmdline] Removed the /usr/bin/par symlink

Erik van Pienbroek epienbro at fedoraproject.org
Sun Jul 8 19:02:56 UTC 2012


commit 33aadb962e4da8fa477a310109863d2500f32063
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Jul 8 21:02:30 2012 +0200

    Removed the /usr/bin/par symlink
    
    Removed the /usr/bin/par symlink as it conflicts with par (paragraph reformatter)

 par2cmdline.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/par2cmdline.spec b/par2cmdline.spec
index d690f6f..7a61757 100644
--- a/par2cmdline.spec
+++ b/par2cmdline.spec
@@ -3,7 +3,7 @@
 Summary:        PAR 2.0 compatible file verification and repair tool
 Name:           par2cmdline
 Version:        0.4.tbb.%{revision}
-Release:        9%{?dist}
+Release:        10%{?dist}
 License:        GPLv2+
 Group:          Applications/Archiving
 URL:            http://parchive.sourceforge.net/
@@ -66,10 +66,7 @@ chmod 644 ChangeLog galois.h par1repairer.cpp par2repairer.cpp par2repairersourc
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 %makeinstall
-ln -sf par2 $RPM_BUILD_ROOT/%{_bindir}/par
 
 
 %check
@@ -81,9 +78,7 @@ make check-TESTS
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README 
-%{_bindir}/par	
 %{_bindir}/par2	
 %{_bindir}/par2create	
 %{_bindir}/par2repair	
@@ -91,6 +86,9 @@ make check-TESTS
 
 
 %changelog
+* Sun Jul  8 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.4.tbb.20100203-10
+- Removed the /usr/bin/par symlink as it conflicts with par (paragraph reformatter)
+
 * Mon May 28 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.4.tbb.20100203-9
 - Clean up spec to fix FTBFS on ARM
 


More information about the scm-commits mailing list