[parcellite] Don't ship prebuilt binaries (#800644)

Christoph Wickert cwickert at fedoraproject.org
Sat Mar 10 18:26:19 UTC 2012


commit d62b0051ec4e4b230b596a18dbcf71b74267b75e
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Mar 10 19:26:13 2012 +0100

    Don't ship prebuilt binaries (#800644)

 parcellite.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/parcellite.spec b/parcellite.spec
index b488279..e44024e 100644
--- a/parcellite.spec
+++ b/parcellite.spec
@@ -2,7 +2,7 @@
 
 Name:           parcellite
 Version:        1.0.2
-Release:        0.1.%{?prerelease}%{?dist}
+Release:        0.2.%{?prerelease}%{?dist}
 Summary:        A lightweight GTK+ clipboard manager
 
 Group:          User Interface/Desktops
@@ -32,6 +32,11 @@ system tray or notification area if you want to use this package.
 
 
 %build
+
+# because of https://bugzilla.redhat.com/show_bug.cgi?id=800644
+make clean
+make distclean
+
 %configure
 make %{?_smp_mflags}
 
@@ -69,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Mar 10 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.2-0.2.rc5
+- Don't ship prebuilt binaries (#800644)
+
 * Sat Mar 03 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.2-0.1.rc5
 - Update to 1.0.2 RC5 (#730240)
 


More information about the scm-commits mailing list