SPECS: python-cmemcache.spec - cleanup

qboosh qboosh at pld-linux.org
Mon Mar 9 19:28:28 CET 2009


Author: qboosh                       Date: Mon Mar  9 18:28:28 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanup

---- Files affected:
SPECS:
   python-cmemcache.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/python-cmemcache.spec
diff -u SPECS/python-cmemcache.spec:1.2 SPECS/python-cmemcache.spec:1.3
--- SPECS/python-cmemcache.spec:1.2	Thu Feb 12 11:44:52 2009
+++ SPECS/python-cmemcache.spec	Mon Mar  9 19:28:22 2009
@@ -1,24 +1,20 @@
 # $Revision$, $Date$
 %define 	module	cmemcache
-Summary(pl.UTF-8):	Moduł Pytona do libmemcache napisany w C
 Summary:	Python extension for libmemcache written in C
+Summary(pl.UTF-8):	Napisany w C moduł Pythona do libmemcache
 Name:		python-%{module}
 Version:	0.95
 Release:	1
 License:	GPL
 Group:		Libraries/Python
-# http://gijsbert.org/downloads/cmemcache/cmemcache-0.95.tar.bz2
-Source0:	http://gijsbert.org/downloads/%{module}/%{module}-%{version}.tar.bz2
+Source0:	http://gijsbert.org/downloads/cmemcache/%{module}-%{version}.tar.bz2
 # Source0-md5:	b4680c311201ee3c0456e123874a289b
 URL:		http://gijsbert.org/cmemcache/
 BuildRequires:	libmemcache-devel >= 1.2.2
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
-# if py_postclean is used
 BuildRequires:	rpmbuild(macros) >= 1.219
-#Requires:		python-libs
 Requires:	python-modules
-#BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,9 +23,9 @@
 python-memcache with cmemcache, and vice versa.
 
 %description -l pl.UTF-8
-Napisany w C moduł Pytona dla libmemcache będącym interfejsem w C
-do memcached. Interfejs jest taki sam jak dla python-memcache i może
-być stosowany zamiennie.
+Napisany w C moduł Pythona dla libmemcache - biblioteki będącej
+interfejsem C do memcached. Interfejs jest taki sam jak dla
+python-memcache, więc moduły mogą być stosowane zamiennie.
 
 %prep
 %setup -q -n %{module}-%{version}
@@ -53,23 +49,23 @@
 
 %files
 %defattr(644,root,root,755)
-#%%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 %{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/*.so
 %if "%{pld_release}" != "ac"
 %{py_sitedir}/TEMPLATE-*.egg-info
 %endif
 
-
 %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.3  2009/03/09 18:28:22  qboosh
+- cleanup
+
 Revision 1.2  2009/02/12 10:44:52  beorn
 - Group fix
 
 Revision 1.1  2009/02/12 09:45:07  matkor
 - Initial 0.95-1.
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-cmemcache.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list