]> git.pld-linux.org Git - packages/elficon.git/commitdiff
make clean to avoid stale .pc file from upstream archive
authorElan Ruusamäe <glen@delfi.ee>
Sat, 21 Mar 2015 12:02:28 +0000 (14:02 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 21 Mar 2015 12:02:28 +0000 (14:02 +0200)
elficon.spec

index 0d4263cd2d8ea07f6dcb5d06bf7acf52363ec8c0..3246d1f9f45ab38595bfffeae3eca7523f7eb035 100644 (file)
@@ -1,12 +1,7 @@
-#
-# Conditional build:
-%bcond_with    tests           # build with tests
-%bcond_without tests           # build without tests
-#
 Summary:       Adding icons to ELF binaries
 Name:          elficon
 Version:       0.6.0
-Release:       0.2
+Release:       0.4
 # libr: LGPL v2.1; libr-libbfd backend: LGPL v3; elfres, gnome-thumbnailer: MIT
 License:       LGPL v2.1, LGPL v3, MIT
 Group:         Applications
@@ -75,6 +70,8 @@ Generate thumbnailers for ELF binaries with icons.
 %patch0 -p1
 %patch1 -p1
 
+%{__make} -C libr clean
+
 %build
 
 # libr
This page took 0.135417 seconds and 4 git commands to generate.