]> git.pld-linux.org Git - packages/synce-orange.git/commitdiff
- drop .la file, release 7 master auto/th/synce-orange-0.4-7
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Apr 2019 19:55:36 +0000 (21:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Apr 2019 19:55:36 +0000 (21:55 +0200)
synce-orange.spec

index 4488d73b45ffc717efb2bbdac019d076dce06f0e..a2ad7216728e1e2b8a8c3594e8a4e47823228c65 100644 (file)
@@ -3,7 +3,7 @@ Summary:        SynCE Orange - a tool capable to get installable MS Cabinet Files from
 Summary(pl.UTF-8):     SynCE Orange - narzędzie zdolne do wydobywania plików MS Cabinet z instalatorów
 Name:          synce-%{pkgname}
 Version:       0.4
-Release:       6
+Release:       7
 License:       MIT
 Group:         Applications/File
 Source0:       http://downloads.sourceforge.net/synce/lib%{pkgname}-%{version}.tar.gz
@@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/liborange.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -118,7 +121,6 @@ rm -rf $RPM_BUILD_ROOT
 %files libs-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/liborange.so
-%{_libdir}/liborange.la
 %{_pkgconfigdir}/liborange.pc
 %{_includedir}/liborange.h
 %{_includedir}/liborange_stub.h
This page took 0.080799 seconds and 4 git commands to generate.