File python-compizconfig.spec of Package python-compizconfig
#
# spec file for package python-compizconfig (Version 0.7.8 )
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-compizconfig
BuildRequires: autoconf automake compiz-devel compiz-gnome glib2-devel intltool libcompizconfig-devel libxml2-devel libxslt-devel pkg-config pyrex python-devel python-gnome
Url: http://opencompositing.org
License: GPL v2 or later
Group: System/X11/Utilities
PreReq: %fillup_prereq
Requires: compiz python-gtk libcompizconfig
Version: 0.7.8
Release: 1
Obsoletes: ccs-python < %{version}
Provides: ccs-python = %{version}
Summary: Python bindings for libraries/plugins for compizconfig-settings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64
Source: compizconfig-python-%{version}.tar.bz2
%py_requires
%description
Python bindings for libraries/plugins for compizconfig-settings
Authors:
--------
Compiz-Fusion Community at www.opencompositing.org
%prep
%setup -q -n compizconfig-python-%{version}
%build
#
####python-compizconfig
#
%configure --prefix=/usr --libdir=%{_libdir} --disable-static --with-pic
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%install
%makeinstall
%{__rm} %{buildroot}%{py_sitedir}/*.la
%clean
%__rm -rf %{buildroot}
%files
%defattr(-, root, root)
%{_libdir}/pkgconfig/*
%{py_sitedir}/compizconfig*
%changelog
* Mon Sep 29 2008 rodrigo@novell.com
- Review and merge changes from X11:Compiz
* Wed Sep 17 2008 cyberorg@opensuse.org
- Release 0.7.8
- Handle lack of animation plugin
- Add support for restricted string options and extensions
* Tue Jul 01 2008 mhopf@suse.de
- Update from buildservice.
* Sat May 31 2008 cyberorg@opensuse.org
- Keep it in sync with compiz 0.7.6
* Mon Apr 14 2008 mhopf@suse.de
- Update from buildservice.
* Thu Apr 03 2008 cyberorg@cyberorg.info
- 0.7.4 release
- changes to keep it in sync with compiz release 0.7.4
* Sun Mar 16 2008 coolo@suse.de
- first define and then use %%version
* Tue Mar 11 2008 cyberorg@opensuse.org
- fix Provides/Obsoletes
* Fri Mar 07 2008 cyberorg@opensuse.org
- 0.7.2 development release
* Fri Feb 08 2008 cyberorg@cyberorg.info
- sync to latest git
* Tue Dec 04 2007 cyberorg@cyberorg.info
- sync to latest git
* Tue Oct 16 2007 cyberorg@cyberorg.info
- Update to release 0.6.0
* Mon Aug 27 2007 crrodriguez@suse.de
- more spec cleanup
- static libraries and libtool archives are always useless in python stuff
* Sat Aug 25 2007 cyberorg@cyberorg.info
- Idle settings parsing for better performance
- Improvements to key capture UI
* Fri Aug 24 2007 cyberorg@cyberorg.info
- Sync to the latest git.
- new action settings rework
* Mon Aug 13 2007 cyberorg@cyberorg.info
- Update to 0.5.2 release.
* Wed Aug 08 2007 schwab@suse.de
- Fix specfile.
* Tue Aug 07 2007 aj@suse.de
- Fix packaging problems.
* Mon Aug 06 2007 dreveman@suse.de
- Initial version of package