rpms/python-webflash/devel python-webflash.spec,1.2,1.3

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 28 07:44:44 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-webflash/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9337

Modified Files:
	python-webflash.spec 
Log Message:
define => global
remove useless %doc



Index: python-webflash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webflash/devel/python-webflash.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-webflash.spec	27 Jul 2009 01:29:02 -0000	1.2
+++ python-webflash.spec	28 Jun 2010 07:44:44 -0000	1.3
@@ -1,11 +1,13 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if 0%{?fedora} < 13 || 0%{?rhel} < 5
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
-%define package WebFlash
-%define alphaver a9
+%global package WebFlash
+%global alphaver a9
 
 Name:           python-webflash
 Version:        0.1
-Release:        0.2.%{alphaver}%{?dist}
+Release:        0.3.%{alphaver}%{?dist}
 Summary:        Portable flash messages for WSGI apps
 
 Group:          Development/Languages
@@ -49,11 +51,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc
 %{python_sitelib}/*
 
 
 %changelog
+* Mon Jun 28 2010 Toshio Kuratomi <toshio at fedoraproject.org> 0.1-0.3.a9
+- define => global
+- Get rid of empty %%doc
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-0.2.a9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list