From c63e0b3b34efb229748e111739461db420079876 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 13 Apr 2019 08:34:43 +0200 Subject: [PATCH] - drop .la file; release 3 --- libsecret.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libsecret.spec b/libsecret.spec index b8637f6..0b6aacb 100644 --- a/libsecret.spec +++ b/libsecret.spec @@ -8,7 +8,7 @@ Summary: Library for storing and retrieving passwords and other secrets Summary(pl.UTF-8): Biblioteka do przechowywania i odczytu haseł oraz innych tajnych informacji Name: libsecret Version: 0.18.8 -Release: 2 +Release: 3 License: LGPL v2.1+ Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/%{name}-%{version}.tar.xz @@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# obsoleted by pkg-config +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsecret-1.la + %find_lang libsecret %clean @@ -140,7 +143,6 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libsecret-1.so -%{_libdir}/libsecret-1.la %{_includedir}/libsecret-1 %{_pkgconfigdir}/libsecret-1.pc %{_pkgconfigdir}/libsecret-unstable.pc -- 2.44.0