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

Wolfgang Ulbrich raveit65 at fedoraproject.org
Wed Apr 24 19:20:37 UTC 2013


commit ba99fbfc151bd8e4a9e57e2d3dacbee936c8d1e3
Author: raveit <chat-to-me at raveit.de>
Date:   Wed Apr 24 21:20:29 2013 +0200

    update spec file and bump version

 compiz-plugins-unsupported.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/compiz-plugins-unsupported.spec b/compiz-plugins-unsupported.spec
index 6cb7df4..576d7b1 100644
--- a/compiz-plugins-unsupported.spec
+++ b/compiz-plugins-unsupported.spec
@@ -1,17 +1,16 @@
-%global plugins      atlantis cubemodel elements fakeargb mswitch snow tile
-
 %global  basever 0.8.8
  
 Name:    compiz-plugins-unsupported
 Version: 0.8.8
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch:   1
 Summary: Additional plugins for Compiz
 Group:   User Interface/Desktops
 License: GPLv2+
 URL:     http://www.compiz.org
 Source0: http://releases.compiz.org/%{version}/%{name}-%{version}.tar.bz2
-Patch0:  compiz-plugins-unsupported_mate.patch
+Patch0:  compiz-plugins-unsupported_new-mate.patch
+Patch1:  compiz-plugins-unsupported_remove_gconf_usage.patch
 
 # libdrm is not available on these arches
 ExcludeArch: s390 s390x
@@ -50,10 +49,11 @@ This package contain development files required for developing other plugins
 %prep
 %setup -q
 %patch0 -p1 -b .mate
+%patch1 -p1 -b .remove_gconf
 chmod -x src/cubemodel/*.c src/cubemodel/*.h
 
 %build 
-%configure --disable-schemas
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -65,7 +65,6 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
 %find_lang %{name}
 
 
-
 %files -f %{name}.lang
 %doc COPYING AUTHORS
 %{_libdir}/compiz/*.so
@@ -78,6 +77,10 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
 
 
 %changelog
+* Wed Apr 24 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1:0.8.8-8
+- rework mate patch
+- remove gconf usage
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.8.8-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list