]> git.pld-linux.org Git - packages/Zope-CMF.git/commitdiff
- adapted to new name
authorciesiel <ciesiel@pld-linux.org>
Sat, 15 Nov 2003 14:30:00 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-CMF.spec -> 1.3

Zope-CMF.spec

index 1bd411c0035d6cd29931a5a6f7d014492e9acfb2..ec137504b8345373d57d5cf880a1da80f62aeb7d 100644 (file)
@@ -1,18 +1,19 @@
 %include       /usr/lib/rpm/macros.python
+%define                zope_subname CMF
 Summary:       Content Management Framework for Zope
 Summary(pl):   ¦rodowisko zarz±dzania tre¶ci± dla Zope
-Name:          CMF
+Name:          Zope-%{zope_subname}
 Version:       1.4.2
-Release:       2
+Release:       3
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
-Source0:       http://cmf.zope.org/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+Source0:       http://cmf.zope.org/download/%{zope_subname}-%{version}/%{zope_subname}-%{version}.tar.gz
 # Source0-md5: 345f8f79ce68d5535933ee897782005b
 URL:           http://cmf.zope.org/
 %pyrequires_eq python-modules
 Requires:      Zope
 BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{zope_subname}-%{version}-root-%(id -u -n)
 
 %define        product_dir     /usr/lib/zope/Products
 
@@ -27,7 +28,7 @@ tre
 system zarz±dzania tre¶ci± dla du¿ych producentów.
 
 %prep
-%setup -q
+%setup -q -n %{zope_subname}-%{version}
 
 %build
 mkdir docs/CMFCalendar docs/CMFCore docs/CMFDefault docs/CMFTopic docs/DCWorkflow
This page took 0.698539 seconds and 4 git commands to generate.