]> git.pld-linux.org Git - packages/libprelude.git/commitdiff
- restored .la for shared lib(s); if it generates wrong deps, then linking is wrong
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jan 2007 20:44:22 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libprelude.spec -> 1.15

libprelude.spec

index 695be257cb27957d84b793af5659e0e49904f2a8..3565d639fdffeababa833add5f853a5dc83fffae 100644 (file)
@@ -127,9 +127,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-# are generating wrong dependencies (and are not needed anyway)
-find $RPM_BUILD_ROOT -iregex .*.la -exec rm {} \;
-
 %if %{with perl}
 cd bindings/perl && %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
@@ -166,6 +163,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/libprelude-config
 %attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
 %{_includedir}/libprelude
 %{_aclocaldir}/*.m4
 %{_gtkdocdir}/libprelude
This page took 0.035096 seconds and 4 git commands to generate.