SPECS: python-SQLAlchemy.spec - define module name to use in spec

lisu lisu at pld-linux.org
Fri Jan 30 16:26:34 CET 2009


Author: lisu                         Date: Fri Jan 30 15:26:34 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- define module name to use in spec

---- Files affected:
SPECS:
   python-SQLAlchemy.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/python-SQLAlchemy.spec
diff -u SPECS/python-SQLAlchemy.spec:1.16 SPECS/python-SQLAlchemy.spec:1.17
--- SPECS/python-SQLAlchemy.spec:1.16	Thu Jan 29 07:13:12 2009
+++ SPECS/python-SQLAlchemy.spec	Fri Jan 30 16:26:29 2009
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%define		module  SQLAlchemy
 Summary:	Database Abstraction Library
 Summary(pl.UTF-8):	Biblioteka abstrakcji baz danych
 Name:		python-SQLAlchemy
@@ -6,7 +7,7 @@
 Release:	1
 License:	MIT
 Group:		Libraries/Python
-Source0:	http://dl.sourceforge.net/sqlalchemy/SQLAlchemy-%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/sqlalchemy/%{module}-%{version}.tar.gz
 # Source0-md5:	d2b041f5877bf108b8ecf7a624e1bec0
 URL:		http://www.sqlalchemy.org/
 BuildRequires:	python-devel
@@ -32,7 +33,7 @@
 prostej, pythonowej domeny językowej.
 
 %prep
-%setup -q -n SQLAlchemy-%{version}
+%setup -q -n %{module}-%{version}
 
 %build
 %{__python} setup.py build
@@ -65,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2009/01/30 15:26:29  lisu
+- define module name to use in spec
+
 Revision 1.16  2009/01/29 06:13:12  qboosh
 - reformatted using _proper_ locale (shouldn't adapter check for UTF-8?)
 
================================================================

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



More information about the pld-cvs-commit mailing list