Author: rotom Date: Sun Jan 21 12:47:47 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - NEW
---- Files affected: SPECS: beryl-settings-bindings.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/beryl-settings-bindings.spec diff -u /dev/null SPECS/beryl-settings-bindings.spec:1.1 --- /dev/null Sun Jan 21 13:47:47 2007 +++ SPECS/beryl-settings-bindings.spec Sun Jan 21 13:47:41 2007 @@ -0,0 +1,67 @@ +# $Revision$, $Date$ +Summary: bindings to beryl settings +Summary(pl): dowiÄ…zania do beryl settings +Name: beryl-settings-bindings +Version: 0.1.99.2 +Release: 1 +Epoch: 1 +License: GPL v2+ +Group: X11/Window Managers/Tools +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: intltool >= 0.35.0 +BuildRequires: pkgconfig +BuildRequires: python-Pyrex +Requires: beryl-core >= 1:0.1.99.2 +Requires: beryl-plugins >= 1:0.1.99.2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +bindings to beryl settings. + +%description -l pl +dowiÄ…zania do beryl settings. + +%prep +%setup -q +echo '#beryl version header' > VERSION +echo VERSION=0.1.99.2 > VERSION + +%build +autoreconf -v --install +%configure \ + PYTHON=%{_bindir}/python \ + +%{__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) +%doc AUTHORS README +%attr(755,root,root) %{py_sitedir}/berylsettings.so +%{_pkgconfigdir}/beryl-settings-bindings.pc +%{py_sitedir}/berylsettings.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/01/21 12:47:41 rotom +- NEW + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
