]> git.pld-linux.org Git - packages/bluez-libs.git/commitdiff
- added .la to -devel
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Mar 2003 09:22:38 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-libs.spec -> 1.4

bluez-libs.spec

index 975713c744c859a67f220d01ccb09094b58753cd..6eafe30b1bfc968fe9ccb38242f7ade32daf2920 100644 (file)
@@ -69,8 +69,6 @@ aplikacji Bluetooth.
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -85,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libbluetooth.so
+%{_libdir}/libbluetooth.la
 %{_includedir}/bluetooth
 
 %files static
This page took 0.029303 seconds and 4 git commands to generate.