]> git.pld-linux.org Git - packages/lxc.git/commitdiff
- drop .la file (.pc exists) auto/th/lxc-2.0.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Nov 2016 17:42:09 +0000 (18:42 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Nov 2016 17:42:09 +0000 (18:42 +0100)
lxc.spec

index 5413babb35ea4945c2bea9183b86f7bde28a1187..8d839dec965ecf676920966619ca1889184af6a7 100644 (file)
--- a/lxc.spec
+++ b/lxc.spec
@@ -204,6 +204,8 @@ install -d $RPM_BUILD_ROOT{%{configpath},%{configpath}snap,/var/{cache,log}/lxc}
 %{__make} -C doc install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/liblxc.la
+
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}
 
 # apparmor profiles are not packaged, remove to avoid packagers confusion
@@ -393,7 +395,6 @@ fi
 %attr(755,root,root) %{_libdir}/liblxc.so
 %{_includedir}/lxc
 %{_pkgconfigdir}/lxc.pc
-%{_libdir}/liblxc.la
 
 %if %{with lua}
 %files -n lua-lxc
This page took 0.104085 seconds and 4 git commands to generate.