SPECS: kberylsettings.spec (NEW) - new

arekm arekm at pld-linux.org
Mon Jan 1 18:49:36 CET 2007


Author: arekm                        Date: Mon Jan  1 17:49:36 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/kberylsettings.spec
diff -u /dev/null SPECS/kberylsettings.spec:1.1
--- /dev/null	Mon Jan  1 18:49:36 2007
+++ SPECS/kberylsettings.spec	Mon Jan  1 18:49:30 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+#
+%define	_snap	20070101
+#
+Summary:	KDE beryl settings
+Name:		kberylsettings
+Version:	0.1
+Release:	1
+License:	LGPL
+Group:		X11
+Source0:	%{name}-%{_snap}.tar.gz
+# Source0-md5:	982b2696816441906378626db2d3725b
+URL:		http://beryl-project.org/
+BuildRequires:	python-devel >= 2.5
+BuildRequires:	rpm-pythonprov
+Requires:	beryl-core
+%pyrequires_eq  python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Beryl Settings Manager for KDE.
+
+%prep
+%setup -q -n %{name}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+        --root=$RPM_BUILD_ROOT \
+        --optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%dir %{py_sitescriptdir}/%{name}
+%{py_sitescriptdir}/%{name}/*.py[co]
+%{py_sitescriptdir}/%{name}/html
+%{py_sitescriptdir}/%{name}/pixmaps
+%{py_sitescriptdir}/*.egg-info
+
+%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/01/01 17:49:30  arekm
+- new
+
================================================================


More information about the pld-cvs-commit mailing list