SPECS: compizconfig-python.spec (NEW) - new

wolf wolf at pld-linux.org
Mon Aug 13 22:51:31 CEST 2007


Author: wolf                         Date: Mon Aug 13 20:51:31 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   compizconfig-python.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/compizconfig-python.spec
diff -u /dev/null SPECS/compizconfig-python.spec:1.1
--- /dev/null	Mon Aug 13 22:51:31 2007
+++ SPECS/compizconfig-python.spec	Mon Aug 13 22:51:25 2007
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Python bindings for the compizconfig library
+Summary(pl.UTF-8):	Pythonowe dowiązania do biblioteki compizconfig
+Name:		compizconfig-python
+Version:	0.5.2
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	d3bb6415a3f0adc626e2f5e2bdef4495
+URL:		http://forum.compiz-fusion.org/
+BuildRequires:	glib2-devel
+BuildRequires:	libcompizconfig-devel >= %{version}
+BuildRequires:	python-devel >= 1:2.5
+BuildRequires:	python-Pyrex
+BuildRequires:	rpm-pythonprov
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python bindings for the compizconfig library.
+
+%description -l pl.UTF-8
+Pythonowe dowiązania do biblioteki compizconfig.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{py_sitedir}/*.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/08/13 20:51:25  wolf
+- new
+
================================================================


More information about the pld-cvs-commit mailing list