]> git.pld-linux.org Git - packages/gnutls.git/commitdiff
- added note why *.la are preserved auto/th/gnutls-3_0_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Aug 2011 16:18:20 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnutls.spec -> 1.131

gnutls.spec

index 7621af17c061050664d4837479ffeb08b4bf21f4..76accc5bffe87ef9d408d371e38c20c315d5e9d4 100644 (file)
@@ -169,7 +169,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# although libgnutls{,-extra}.la are obsoleted by pkg-config, there are
+# .pc files missing for libgnutls{-openssl,xx}, and they need libgnutls.la
+
+# guile module - dynamic only
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libguile-gnutls-*.{la,a}
+
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %find_lang %{name}
@@ -226,7 +231,7 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_includedir}/gnutls/gnutlsxx.h
 %{_pkgconfigdir}/gnutls.pc
 %{_pkgconfigdir}/gnutls-extra.pc
-%{_mandir}/man3/*gnutls*.3*
+%{_mandir}/man3/gnutls*.3*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.053215 seconds and 4 git commands to generate.