SPECS: python-rhpxl.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Sun Nov 6 17:52:54 CET 2005


Author: patrys                       Date: Sun Nov  6 16:52:54 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/python-rhpxl.spec
diff -u /dev/null SPECS/python-rhpxl.spec:1.1
--- /dev/null	Sun Nov  6 17:52:54 2005
+++ SPECS/python-rhpxl.spec	Sun Nov  6 17:52:49 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	Library of Python code for configuring and running X
+Summary(pl):	Biblioteka kodu Pythona używana do konfiguracji i uruchamiania X
+Name:		python-rhpxl
+Version:	0.4
+Release:	1
+License:	GPL
+Group:		Libraries
+Source0:	rhpxl-%{version}.tar.gz
+# Source0-md5:	c6dc279b3f77b68951af5c0a4a7124da
+BuildRequires:	gettext-devel
+BuildRequires:	python-devel
+%pyrequires_eq	python-libs
+%ifnarch s390 s390x
+Requires:	python-xf86config >= 0.3.2
+%endif
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The rhxpl package contains Python code for configuring and running X.
+
+%description -l pl
+Pakiet rhpxl zawiera kod Pythona używany do konfiguracji i
+uruchamiania X.
+
+%prep
+%setup -q -n rhpxl-%{version}
+
+rm -f po/no.po
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	RPM_OPT_FLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang rhpxl
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f rhpxl.lang
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(750,root,root) %{_sbindir}/ddcprobe
+%dir %{py_sitescriptdir}/rhpxl
+%{py_sitescriptdir}/rhpxl/*.py*
+%{_datadir}/rhpxl
+
+%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  2005/11/06 16:52:49  patrys
+- initial PLD release
+
================================================================



More information about the pld-cvs-commit mailing list