]> git.pld-linux.org Git - packages/libwmf.git/commitdiff
- restored useless files removal auto/ac/libwmf-0_2_8_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Nov 2003 20:53:54 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libwmf.spec -> 1.58

libwmf.spec

index 9ff0ba7e72533c8512a2a60f8124154679ec0ada..8e6d370c8a5b01b0b4aaf6a2d6067f8c9cc40f5e 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Conditional build:
-%bcond_without gtk             # without gtk-loader package (which requires gtk+2-devel)
-%bcond_without static_libs     # without static version
-
+%bcond_without gtk             # without gtk-loader package (which requires gtk+2-devel)
+%bcond_without static_libs     # don't build static version of library
+#
 Summary:       libwmf - library to convert wmf files
 Summary(pl):   libwmf - biblioteka z funkcjami do konwersji plików wmf
 Name:          libwmf
@@ -88,7 +88,6 @@ Modu
 %patch2 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -108,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 
 mv -f $RPM_BUILD_ROOT%{_datadir}/doc ./html-doc
 
+# no static modules and *.la for gtk+ loaders - shut up check-files
+rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2*/*/loaders/*.{a,la}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 1.121441 seconds and 4 git commands to generate.