rpms/pygpgme/F-12 pygpgme.spec,1.16,1.17

Toshio くらとみ toshio at fedoraproject.org
Wed Oct 28 16:56:21 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/pygpgme/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29720

Modified Files:
	pygpgme.spec 
Log Message:

* Wed Oct 28 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1-17.20090824bzr68
- Include tests and examples as documentation.



Index: pygpgme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygpgme/F-12/pygpgme.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- pygpgme.spec	24 Aug 2009 20:00:48 -0000	1.16
+++ pygpgme.spec	28 Oct 2009 16:56:21 -0000	1.17
@@ -2,7 +2,7 @@
 
 Name:           pygpgme
 Version:        0.1
-Release:        16.20090824bzr68%{?dist}
+Release:        17.20090824bzr68%{?dist}
 Summary:        Python module for working with OpenPGP messages
 
 Group:          Development/Languages
@@ -44,6 +44,8 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setu
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/gpgme/_gpgme.so
+# No need to ship the tests
+mv $RPM_BUILD_ROOT%{python_sitearch}/gpgme/tests/ .
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,13 +62,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README PKG-INFO
+%doc README PKG-INFO examples tests
 %{python_sitearch}/*
-# No need to ship the tests
-%exclude %{python_sitearch}/gpgme/tests/
 
 
 %changelog
+* Wed Oct 28 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1-17.20090824bzr68
+- Include tests and examples as documentation.
+
 * Mon Aug 24 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1-16.20090824bzr68
 - Rebase to new upstream snapshot
 - Patches merged upstream




More information about the scm-commits mailing list