Author: qboosh Date: Mon Jan 22 10:06:55 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, separated -devel, no static module, no empty docs
---- Files affected: SPECS: beryl-settings-bindings.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/beryl-settings-bindings.spec diff -u SPECS/beryl-settings-bindings.spec:1.1 SPECS/beryl-settings-bindings.spec:1.2 --- SPECS/beryl-settings-bindings.spec:1.1 Sun Jan 21 13:47:41 2007 +++ SPECS/beryl-settings-bindings.spec Mon Jan 22 11:06:49 2007 @@ -1,42 +1,57 @@ # $Revision$, $Date$ -Summary: bindings to beryl settings -Summary(pl): dowiązania do beryl settings +Summary: Bindings to beryl settings library +Summary(pl): Dowiązania do biblioteki beryl settings Name: beryl-settings-bindings Version: 0.1.99.2 Release: 1 Epoch: 1 License: GPL v2+ -Group: X11/Window Managers/Tools +Group: Libraries/Python Source0: http://releases.beryl-project.org/0.1.99.2/%{name}-%{version}.tar.bz2 # Source0-md5: 84a1ad03e0ba5bfed8a80e7e15c00f7d URL: http://beryl-project.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake >= 1:1.9 BuildRequires: beryl-core-devel >= 1:0.1.99.2 -BuildRequires: beryl-settings >= 1:0.1.99.2 -BuildRequires: gtk+2-devel >= 2:2.8.0 +BuildRequires: glib2-devel >= 1:2.6.0 BuildRequires: intltool >= 0.35.0 BuildRequires: pkgconfig BuildRequires: python-Pyrex +BuildRequires: python-devel >= 1:2.4 +BuildRequires: xorg-lib-libX11-devel +%pyrequires_eq python-libs Requires: beryl-core >= 1:0.1.99.2 -Requires: beryl-plugins >= 1:0.1.99.2 +Requires: glib2 >= 1:2.6.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -bindings to beryl settings. +Bindings to beryl settings library. %description -l pl -dowiązania do beryl settings. +Dowiązania do biblioteki beryl settings. + +%package devel +Summary: Development files for beryl settings bindings +Summary(pl): Pliki programistyczne dowiązań do biblioteki beryl settings +Group: Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description devel +Development files for beryl settings bindings. + +%description devel -l pl +Pliki programistyczne dowiązań do biblioteki beryl settings. %prep %setup -q echo '#beryl version header' > VERSION -echo VERSION=0.1.99.2 > VERSION +echo VERSION=0.1.99.2 >> VERSION %build autoreconf -v --install %configure \ - PYTHON=%{_bindir}/python \ + PYTHON=%{__python} \ + --disable-static %{__make} @@ -44,17 +59,18 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS README %attr(755,root,root) %{py_sitedir}/berylsettings.so + +%files devel +%defattr(644,root,root,755) %{_pkgconfigdir}/beryl-settings-bindings.pc -%{py_sitedir}/berylsettings.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -62,6 +78,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/01/22 10:06:49 qboosh +- pl, separated -devel, no static module, no empty docs + Revision 1.1 2007/01/21 12:47:41 rotom - NEW - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/beryl-settings-bindings.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
