]> git.pld-linux.org Git - packages/libprelude.git/commitdiff
- up from Tomasz Rutkowski
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 Jan 2007 20:26:05 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libprelude.spec -> 1.11

libprelude.spec

index 3cdc48a636fb93003cafee0d5371c524bc53e249..0464b798dececf6ceac8338083c565e19f7dbf1d 100644 (file)
@@ -6,7 +6,7 @@ Summary:        The Prelude library
 Summary(pl):   Biblioteka Prelude
 Name:          libprelude
 Version:       0.9.12
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries
 Source0:       http://www.prelude-ids.org/download/releases/%{name}-%{version}.tar.gz
@@ -125,6 +125,9 @@ 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
@@ -156,8 +159,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/prelude-adduser
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-# needed in normal operational
-%{_libdir}/lib*.la
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.081427 seconds and 4 git commands to generate.