rpms/pygpgme/devel pygpgme.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Mon Oct 16 18:30:32 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/pygpgme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20216/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pygpgme.spec 
Log Message:
auto-import pygpgme-0.1-2 on branch devel from pygpgme-0.1-2.src.rpm


--- NEW FILE pygpgme.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           pygpgme
Version:        0.1
Release:        2%{?dist}
Summary:        Python module for working with OpenPGP messages

Group:          Development/Languages
License:        LGPL
URL:            http://cheeseshop.python.org/pypi/pygpgme/0.1
Source0:        http://cheeseshop.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  python-devel
BuildRequires:  gpgme-devel

%description
PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt
files using the OpenPGP format.  It is built on top of GNU Privacy Guard and
the GPGME library.

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


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

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README PKG-INFO
%{python_sitearch}/gpgme/

%changelog
* Fri Oct 13 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 0.1-2
- Change URL to cheeseshop

* Sun Oct 08 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 0.1-1
- Initial build for Fedora Extras. 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pygpgme/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Oct 2006 18:29:41 -0000	1.1
+++ .cvsignore	16 Oct 2006 18:30:02 -0000	1.2
@@ -0,0 +1 @@
+pygpgme-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pygpgme/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Oct 2006 18:29:41 -0000	1.1
+++ sources	16 Oct 2006 18:30:02 -0000	1.2
@@ -0,0 +1 @@
+0878d866b6ee8a98a9003a81934ecee3  pygpgme-0.1.tar.gz




More information about the fedora-extras-commits mailing list