]> git.pld-linux.org Git - packages/Zope-archetypes.git/commitdiff
- cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Sep 2003 14:16:16 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-archetypes.spec -> 1.3

Zope-archetypes.spec

index de086ded773887f0177e46f352f60a20712bdce9..572c174245f39c0e6efe14cbf41b35584d069ebb 100644 (file)
@@ -2,20 +2,20 @@
 
 %define                zope_subname    archetypes
 
 
 %define                zope_subname    archetypes
 
-Summary:       Archetypes is a framework for developing new content types in Plone.
-Summary(pl):   Archetypes jest nowym ¶rodowiskiem pracy dla twórców serwisów Plone.
+Summary:       Archetypes - a framework for developing new content types in Plone
+Summary(pl):   Archetypes - nowe ¶rodowisko pracy dla twórców serwisów Plone
 Name:          Zope-%{zope_subname}
 Version:       1.0.1
 Release:       1
 License:       GNU
 Group:         Development/Tools
 Name:          Zope-%{zope_subname}
 Version:       1.0.1
 Release:       1
 License:       GNU
 Group:         Development/Tools
-Source0:       http://telia.dl.sourceforge.net/sourceforge/%{zope_subname}/%{zope_subname}-%{version}.tgz
+Source0:       http://dl.sourceforge.net/%{zope_subname}/%{zope_subname}-%{version}.tgz
 # Source0-md5: 53f3ccf5a88ce3a91b50e8a82165c2de
 URL:           http://dreamcatcher.homeunix.org/
 %pyrequires_eq python-modules
 # Source0-md5: 53f3ccf5a88ce3a91b50e8a82165c2de
 URL:           http://dreamcatcher.homeunix.org/
 %pyrequires_eq python-modules
-Requires:      Zope
 Requires:      CMF
 Requires:      Plone
 Requires:      CMF
 Requires:      Plone
+Requires:      Zope
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,8 +52,9 @@ mv -f validation/{ChangeLog,MANIFEST.in,README} ../docs/validation
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd %{zope_subname}-%{version}
 install -d $RPM_BUILD_ROOT%{product_dir}
 install -d $RPM_BUILD_ROOT%{product_dir}
+
+cd %{zope_subname}-%{version}
 cp -af * $RPM_BUILD_ROOT%{product_dir}
 
 %py_comp $RPM_BUILD_ROOT%{product_dir}
 cp -af * $RPM_BUILD_ROOT%{product_dir}
 
 %py_comp $RPM_BUILD_ROOT%{product_dir}
This page took 0.073258 seconds and 4 git commands to generate.