- add Hotfix from zope.org
This commit is contained in:
parent
15601c2294
commit
f5bd8ec5ac
3 changed files with 11 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
Zope-2.7.5-final.tgz
|
||||
Hotfix_20050405.tar.gz
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -1 +1,2 @@
|
|||
5b5c5823c62370d9f7325c6014a49d8b Zope-2.7.5-final.tgz
|
||||
c91c6fa42bfcfed24826d0cd4d69419b Hotfix_20050405.tar.gz
|
||||
|
|
|
|||
11
zope.spec
11
zope.spec
|
|
@ -13,11 +13,12 @@
|
|||
Name: zope
|
||||
Summary: Web application server for flexible content management applications
|
||||
Version: 2.7.5
|
||||
Release: 1.fc4
|
||||
Release: 2.fc4
|
||||
License: ZPL
|
||||
Group: System Environment/Daemons
|
||||
URL: http://www.zope.org/
|
||||
Source0: http://zope.org/Products/Zope/2.7.5/Zope-2.7.5-final.tgz
|
||||
Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source1: zope.init.in
|
||||
|
|
@ -44,7 +45,7 @@ systems.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n Zope-%{version}-final
|
||||
%setup -q -n Zope-%{version}-final -a 10
|
||||
# Do not use -b option, or we'll install the backup too
|
||||
%patch0 -p1 -b .config
|
||||
rm -f skel/etc/zope.conf.in.config
|
||||
|
|
@ -101,6 +102,9 @@ perl -pi -e 's,<<SYSCONFDIR>>,%{_sysconfdir},g;
|
|||
# Actually copy all the other files over
|
||||
make install
|
||||
|
||||
# Hotfix
|
||||
cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
|
||||
|
||||
chmod 700 $RPM_BUILD_ROOT%{instance_home}
|
||||
chmod 755 $RPM_BUILD_ROOT%{zope_home}
|
||||
|
||||
|
|
@ -180,6 +184,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 07 2005 Aurelien Bompard <gauret[AT]free.fr> 2.7.5-2.fc4
|
||||
- add hotfix
|
||||
|
||||
* Thu Mar 24 2005 Aurelien Bompard <gauret[AT]free.fr> 2.7.5-1.fc4
|
||||
- version 2.7.5
|
||||
- drop Epoch
|
||||
|
|
|
|||
Reference in a new issue