SPECS: python-pyxdg.spec (NEW) - new - seems to work - the strange...

czarny czarny at pld-linux.org
Sun Mar 18 20:13:50 CET 2007


Author: czarny                       Date: Sun Mar 18 19:13:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new
- seems to work
- the strange thing is, that it keeps it's file in /usr/share instead of /usr/lib

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

---- Diffs:

================================================================
Index: SPECS/python-pyxdg.spec
diff -u /dev/null SPECS/python-pyxdg.spec:1.1
--- /dev/null	Sun Mar 18 20:13:50 2007
+++ SPECS/python-pyxdg.spec	Sun Mar 18 20:13:45 2007
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+%define		module	pyxdg
+Summary:	Python library to access freedesktop.org standards
+Summary(pl.UTF-8):	Biblioteka pythona do u¿ywania standardów freedesktop.org
+Name:		python-%{module}
+Version:	0.15
+Release:	0.1
+License:	LGPL
+Group:		Development/Libraries
+Source0:	http://www.freedesktop.org/~lanius/%{module}-%{version}.tar.gz
+# Source0-md5:	86a5441285fc908145414b63348d11a3
+URL:		http://freedesktop.org/Software/pyxdg
+BuildRequires:	python-devel
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PyXDG is a python library to access freedesktop.org standards.
+
+%description -l pl.UTF-8
+PyXDG jest bibliotek± pythona do u¿ywania standardów freedesktop.org.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README TODO
+%{py_sitescriptdir}/pyxdg-%{version}-py2.5.egg-info
+%dir %{py_sitescriptdir}/xdg
+%{py_sitescriptdir}/xdg/*.pyc
+
+
+%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/03/18 19:13:45  czarny
+- new
+- seems to work
+- the strange thing is, that it keeps it's file in /usr/share instead of /usr/lib
+
================================================================


More information about the pld-cvs-commit mailing list