]> git.pld-linux.org Git - packages/yaz.git/commitdiff
- updated to 5.4.4 auto/th/yaz-5.4.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Oct 2014 17:15:19 +0000 (19:15 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Oct 2014 17:15:19 +0000 (19:15 +0200)
- dropped .la files (pkg-config support exists)

yaz.spec

index 17ad139cf19b7b33017c8b091409679c96658b58..791f4db3fa072ba602d79c7fa63c8f93284c71e9 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,12 +1,12 @@
 Summary:       Z39.50 protocol support library
 Summary(pl.UTF-8):     Biblioteka obsługująca protokół Z39.50
 Name:          yaz
-Version:       5.3.0
-Release:       2
+Version:       5.4.4
+Release:       1
 License:       BSD-like
 Group:         Libraries
 Source0:       http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
-# Source0-md5: 713d5e532b27fe276624f58faa282377
+# Source0-md5: 793b90d140850d506f37053de9540478
 URL:           http://www.indexdata.dk/yaz/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.11.1
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 
 mv -f $RPM_BUILD_ROOT%{_docdir}/yaz doc-dist
 
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libyaz*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -141,9 +144,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libyaz.so
 %attr(755,root,root) %{_libdir}/libyaz_icu.so
 %attr(755,root,root) %{_libdir}/libyaz_server.so
-%{_libdir}/libyaz.la
-%{_libdir}/libyaz_icu.la
-%{_libdir}/libyaz_server.la
 %{_includedir}/yaz
 %{_pkgconfigdir}/yaz.pc
 %{_aclocaldir}/yaz.m4
This page took 0.226528 seconds and 4 git commands to generate.