rpms/python-GnuPGInterface/EL-4 python-GnuPGInterface.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert Scheck (robert) fedora-extras-commits at redhat.com
Fri Sep 14 21:42:10 UTC 2007


Author: robert

Update of /cvs/pkgs/rpms/python-GnuPGInterface/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15494/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	python-GnuPGInterface.spec 
Log Message:
Initial import of python-GnuPGInterface


--- NEW FILE python-GnuPGInterface.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define pkgname GnuPGInterface

Summary:	A Python module to interface with GnuPG
Name:		python-GnuPGInterface
Version:	0.3.2
Release:	2%{?dist}
License:	LGPLv2+
Group:		Development/Languages
URL:		http://py-gnupg.sourceforge.net/
Source:		http://downloads.sourceforge.net/py-gnupg/%{pkgname}-%{version}.tar.gz
BuildRequires:	python-devel
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
GnuPGInterface is a Python module to interface with GnuPG. It
concentrates on interacting with GnuPG via filehandles, providing
access to control GnuPG via versatile and extensible means.

%prep
%setup -q -n %{pkgname}-%{version}

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

# Correct some permissions
chmod 644 ChangeLog COPYING NEWS THANKS

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog COPYING NEWS THANKS
%{python_sitelib}/%{pkgname}.py*

%changelog
* Mon Sep 03 2007 Robert Scheck <robert at fedoraproject.org> 0.3.2-2
- Updated source URL to match with the guidelines (#265381)
- Use get_python_lib() macro according to the policy (#265381)

* Wed Aug 29 2007 Robert Scheck <robert at fedoraproject.org> 0.3.2-1
- Upgrade to 0.3.2
- Initial spec file for Fedora and Red Hat Enterprise Linux


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-GnuPGInterface/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Sep 2007 21:23:14 -0000	1.1
+++ .cvsignore	14 Sep 2007 21:41:38 -0000	1.2
@@ -0,0 +1 @@
+GnuPGInterface-0.3.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-GnuPGInterface/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Sep 2007 21:23:14 -0000	1.1
+++ sources	14 Sep 2007 21:41:38 -0000	1.2
@@ -0,0 +1 @@
+d4627d83446f96bd8c22f8d15db3f7c2  GnuPGInterface-0.3.2.tar.gz




More information about the fedora-extras-commits mailing list