[compiz-plugins-unsupported] update spec file and bump version

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sun May 26 20:50:41 UTC 2013


commit 871c53c6613f5812eca2faca7cc2253c7f91da9d
Author: raveit <chat-to-me at raveit.de>
Date:   Sun May 26 22:50:25 2013 +0200

    update spec file and bump version

 compiz-plugins-unsupported.spec |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/compiz-plugins-unsupported.spec b/compiz-plugins-unsupported.spec
index 576d7b1..c70f3b6 100644
--- a/compiz-plugins-unsupported.spec
+++ b/compiz-plugins-unsupported.spec
@@ -2,7 +2,7 @@
  
 Name:    compiz-plugins-unsupported
 Version: 0.8.8
-Release: 8%{?dist}
+Release: 9%{?dist}
 Epoch:   1
 Summary: Additional plugins for Compiz
 Group:   User Interface/Desktops
@@ -11,6 +11,8 @@ URL:     http://www.compiz.org
 Source0: http://releases.compiz.org/%{version}/%{name}-%{version}.tar.bz2
 Patch0:  compiz-plugins-unsupported_new-mate.patch
 Patch1:  compiz-plugins-unsupported_remove_gconf_usage.patch
+Patch2:  compiz-plugins-unsupported_automake-1.13.patch
+Patch3:  compiz-plugins-unsupported-aarch64.patch
 
 # libdrm is not available on these arches
 ExcludeArch: s390 s390x
@@ -20,6 +22,7 @@ BuildRequires: compiz-bcop >= %{basever}
 BuildRequires: perl(XML::Parser)
 BuildRequires: intltool
 BuildRequires: mesa-libGL-devel
+BuildRequires: libtool
 
 Requires: compiz-plugins-main%{?_isa} >= %{basever}
 
@@ -50,8 +53,11 @@ This package contain development files required for developing other plugins
 %setup -q
 %patch0 -p1 -b .mate
 %patch1 -p1 -b .remove_gconf
+%patch2 -p1 -b .automake
 chmod -x src/cubemodel/*.c src/cubemodel/*.h
 
+autoreconf -f -i
+
 %build 
 %configure
 make %{?_smp_mflags}
@@ -77,6 +83,12 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
 
 
 %changelog
+* Sat May 25 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1:0.8.8-9
+- fix build for aarch64
+- add autoreconf and BR libtool
+- fix bogus date in %%changelog
+- fix automake-1.13 build deprecations
+
 * Wed Apr 24 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1:0.8.8-8
 - rework mate patch
 - remove gconf usage


More information about the scm-commits mailing list