[packages/gsmlib] - added two patches - ghost symlink - commented *.la in files section

witekfl witekfl at pld-linux.org
Fri Jan 3 17:06:23 CET 2014


commit 6f0b695f8051a4e49f4e038359b64a24d91912c8
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Jan 3 17:04:54 2014 +0100

    - added two patches
    - ghost symlink
    - commented *.la in files section

 gsmlib.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gsmlib.spec b/gsmlib.spec
index 5264c81..f55a78e 100644
--- a/gsmlib.spec
+++ b/gsmlib.spec
@@ -2,7 +2,7 @@ Summary:	Library to access GSM mobile phones through GSM modems
 Summary(pl.UTF-8):	Biblioteka dostępu do telefonów GSM poprzez modem GSM
 Name:		gsmlib
 Version:	1.10
-Release:	7
+Release:	8
 License:	LGPL
 Group:		Libraries
 Source0:	http://www.pxh.de/fs/gsmlib/download/%{name}-%{version}.tar.gz
@@ -13,6 +13,8 @@ Patch1:		%{name}-template.patch
 Patch2:		%{name}-qual.patch
 Patch3:		%{name}-gcc-4.1.patch
 Patch4:		%{name}-include.patch
+Patch5:		includes.patch
+Patch6:		link.patch
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	gettext-devel
@@ -76,6 +78,8 @@ Statyczna biblioteka gsmlib.
 %patch2 -p1
 %patch3 -p0
 %patch4 -p0
+%patch5 -p1
+%patch6 -p1
 
 %build
 # supplied libtool is broken (C++ library linking)
@@ -106,13 +110,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc/FAQ NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %ghost %{_libdir}/lib*.so.?
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_mandir}/man*/*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+#%{_libdir}/lib*.la
 %{_includedir}/%{name}
 
 %files static
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gsmlib.git/commitdiff/6f0b695f8051a4e49f4e038359b64a24d91912c8



More information about the pld-cvs-commit mailing list