]> git.pld-linux.org Git - packages/Zope-COREBlog.git/blobdiff - Zope-COREBlog.spec
- spaces->tabs
[packages/Zope-COREBlog.git] / Zope-COREBlog.spec
index d01808efb6545540d75b065adac9fff544e56fe3..783a6a5b0e7ff2e570ca514e6db508f12c6acb09 100644 (file)
@@ -1,18 +1,17 @@
-%include       /usr/lib/rpm/macros.python
 %define                zope_subname    COREBlog
 Summary:       Blog / Weblog / Web Nikki system on Zope
 Summary(pl):   System bloga/webloga oparty na Zope
 Name:          Zope-%{zope_subname}
-Version:       0.71b
+Version:       1.0
 Release:       1
 License:       GPL
 Group:         Development/Tools
-Source0:       http://zope.org/Members/ats/%{zope_subname}/%{zope_subname}%{version}/%{zope_subname}071b.tgz
-# Source0-md5: a7b88d982c981af1ed79cee40cf705fb
+Source0:       http://coreblog.org/junk/%{zope_subname}10.tgz
+# Source0-md5: 1a0c95a7d22d2f3bd5a05ad3b702a256
 URL:           http://coreblog.org/
 %pyrequires_eq python-modules
 Requires:      Zope >= 2.6.1
-Requires(post,postun):  /usr/sbin/installzopeproduct
+Requires(post,postun): /usr/sbin/installzopeproduct
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,6 +24,7 @@ System bloga/webloga oparty na Zope.
 %prep
 %setup -q -n %{zope_subname}
 find . -type d -name CVS | xargs rm -rf
+find . -type f -name .DS_Store | xargs rm -rf
 
 %build
 mkdir docs docs/stripogram
@@ -55,10 +55,10 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-        /usr/sbin/installzopeproduct -d %{zope_subname}
-        if [ -f /var/lock/subsys/zope ]; then
-                /etc/rc.d/init.d/zope restart >&2
-        fi
+       /usr/sbin/installzopeproduct -d %{zope_subname}
+       if [ -f /var/lock/subsys/zope ]; then
+               /etc/rc.d/init.d/zope restart >&2
+       fi
 fi
 
 %files
This page took 0.076136 seconds and 4 git commands to generate.