[compizconfig-python] initial import

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sun Dec 30 21:24:09 UTC 2012


commit a8cad83b4b38b60db3f4747d711b84b7b53a11ac
Author: raveit <chat-to-me at raveit.de>
Date:   Sun Dec 30 22:23:47 2012 +0100

    initial import

 compizconfig-python.spec |   74 ++++++++++++++++++++++++++++++++++++++++++++++
 dead.package             |    1 -
 sources                  |    1 +
 3 files changed, 75 insertions(+), 1 deletions(-)
---
diff --git a/compizconfig-python.spec b/compizconfig-python.spec
new file mode 100644
index 0000000..e020f82
--- /dev/null
+++ b/compizconfig-python.spec
@@ -0,0 +1,74 @@
+%global  basever 0.8.8
+
+Name:           compizconfig-python
+Version:        0.8.4
+Release:        6%{?dist}
+Epoch:          1
+Summary:        Python bindings for the Compiz Configuration System
+Group:          Development/Libraries
+License:        LGPLv2+
+URL:            http://www.compiz.org
+Source0:        http://releases.compiz.org/%{version}/%{name}-%{version}.tar.bz2
+
+# libdrm is not available on these arches
+ExcludeArch:    s390 s390x ppc64
+
+BuildRequires:  libcompizconfig-devel >= %{basever}
+BuildRequires:  Pyrex
+BuildRequires:  glib2-devel
+
+# prevent rpm's auto-generated provides mechanism to include private
+# libraries
+%{?filter_setup:
+%filter_provides_in %{python_sitearch}/.*\.so$ 
+%filter_setup
+}
+
+%description
+The Compiz Project brings 3D desktop visual effects that improve
+usability of the X Window System and provide increased productivity
+though plugins and themes contributed by the community giving a
+rich desktop experience.
+
+This package contains bindings to configure Compiz's
+plugins and the composite window manager.
+
+%prep
+%setup -q 
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f
+
+
+%files
+%doc COPYING
+%{python_sitearch}/compizconfig.so
+%exclude %{_libdir}/pkgconfig/compizconfig-python.pc
+
+
+%changelog
+* Mon Oct 15 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1:0.8.4-6
+- build fedora
+- remove python_sitelib stuff
+- add filter setup
+- add basever
+
+* Sat Sep 29 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 0.8.4-5
+- add Epoch tag
+- fix source url
+
+* Wed Sep 19 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 0.8.4-4
+- improve spec file
+
+* Tue May 15 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 0.8.4-3
+- build for mate
+
+* Sat Jul 31 2010 Leigh Scott <leigh123linux at googlemail.com> - 0.8.4-3
+- rebuild for broken deps
+
diff --git a/sources b/sources
new file mode 100644
index 0000000..150cbc6
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+702f83f63ce5dc3c6c1d27e07fb62fc3  compizconfig-python-0.8.4.tar.bz2


More information about the scm-commits mailing list