SPECS: python-gnupg.spec (NEW) - added

aredridel aredridel at pld-linux.org
Fri Apr 25 18:45:29 CEST 2008


Author: aredridel                    Date: Fri Apr 25 16:45:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/python-gnupg.spec
diff -u /dev/null SPECS/python-gnupg.spec:1.1
--- /dev/null	Fri Apr 25 18:45:29 2008
+++ SPECS/python-gnupg.spec	Fri Apr 25 18:45:23 2008
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+%define		module	gnupg
+Summary:	A Python module for the GnuPG
+Summary(pl.UTF-8):	Moduł Pythona do GnuPG
+Name:		python-%{module}
+Version:	0.3.2
+Release:	1
+License:	GPL
+Group:		Libraries/Python
+Source0:	http://downloads.sourceforge.net/py-gnupg/GnuPGInterface-0.3.2.tar.gz
+# Source0-md5:	d4627d83446f96bd8c22f8d15db3f7c2
+URL:		http://py-gnupg.sourceforge.net/
+%pyrequires_eq	python-modules
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GnuPG interface for Python.
+
+%description -l pl.UTF-8
+Interfejs do GnuPG dla Pythona.
+
+%prep
+%setup -q -n GnuPGInterface-%{version}
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/*.py[co]
+
+%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  2008-04-25 16:45:23  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list