[packages/libpar2] - rel 1

arekm arekm at pld-linux.org
Wed May 6 21:05:28 CEST 2015


commit b5a5cb7795b088c635e902f2a2e8e15ad46bd86b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed May 6 21:05:23 2015 +0200

    - rel 1

 libpar2.spec | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/libpar2.spec b/libpar2.spec
index 88e6a4b..be89d52 100644
--- a/libpar2.spec
+++ b/libpar2.spec
@@ -2,7 +2,7 @@ Summary:	Library for performing comman tasks related to PAR recovery sets
 Summary(pl.UTF-8):	Library for performing comman tasks related to PAR recovery sets
 Name:		libpar2
 Version:	0.2
-Release:	0.1
+Release:	1
 License:	GPL
 Group:		Libraries
 Source0:	http://dl.sourceforge.net/parchive/%{name}-%{version}.tar.gz
@@ -64,6 +64,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm $RPM_BUILD_ROOT%{_libdir}/libpar2.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -73,14 +75,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README ROADMAP
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libpar2.so.0
+%attr(755,root,root) %{_libdir}/libpar2.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%{_libdir}/libpar2.so
 %{_includedir}/libpar2
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libpar2.a
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libpar2.git/commitdiff/b5a5cb7795b088c635e902f2a2e8e15ad46bd86b



More information about the pld-cvs-commit mailing list