]> git.pld-linux.org Git - packages/Zope-epoz.git/blobdiff - Zope-epoz.spec
- tabs in preamble
[packages/Zope-epoz.git] / Zope-epoz.spec
index 09eb24a1f7b50a48024cfa65aed8b708afea41a9..5bf623489f98a08e1942d053d0ba2d237019854f 100644 (file)
@@ -1,43 +1,40 @@
-#
-# TODO: 
-#  - Please test in stable version of Zope
-#  - On Zope 2.7.0beta3 this version make "connection refused" error
-#
-%include       /usr/lib/rpm/macros.python
+
 %define        zope_subname    epoz
-Summary:       epoz allows you to edit Zope or Plone-objects with a wysiwyg-editor
-Summary(pl):   Dodatek do Zope lub Plone umo¿liwiaj±cy manipulacje na obiektach w trybie WYSIWYG
+Summary:       epoz allows you to edit Zope or Plone-objects with a WYSIWYG-editor
+Summary(pl.UTF-8):     Dodatek do Zope lub Plone umożliwiający manipulacje na obiektach w trybie WYSIWYG
 Name:          Zope-%{zope_subname}
-Version:       1.0
-Release:       1
+Version:       1.0.2
+Release:       2
 License:       ZPL 2.0
 Group:         Development/Tools
 Source0:       http://dl.sourceforge.net/%{zope_subname}/%{zope_subname}-%{version}.tgz
-# Source0-md5: 573fef5d349ea5cd54105f8dad8eee5d
+# Source0-md5: 4d941438805dd849d4a3256c52ba65a4
 URL:           http://sourceforge.net/projects/epoz/
+BuildRequires: python
+BuildRequires: rpmbuild(macros) >= 1.268
 %pyrequires_eq python-modules
-Requires:      Zope
 Requires(post,postun): /usr/sbin/installzopeproduct
+Requires:      Zope
 Obsoletes:     Zope-Epoz
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-epoz allows you to edit Zope or Plone-objects with a wysiwyg-editor.
+epoz allows you to edit Zope or Plone-objects with a WYSIWYG-editor.
 
-%description -l pl
-Dodatek do Zope lub Plone umo¿liwiaj±cy manipulacje na obiektach w
+%description -l pl.UTF-8
+Dodatek do Zope lub Plone umożliwiający manipulacje na obiektach w
 trybie WYSIWYG.
 
 %prep
-%setup -q -n %{zope_subname}
+%setup -q -c
 
 %build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-cp -af * $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -af %{zope_subname}-%{version}/* $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
@@ -50,19 +47,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
-if [ -f /var/lock/subsys/zope ]; then
-       /etc/rc.d/init.d/zope restart >&2
-fi
+%service -q zope restart
 
 %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
+       %service -q zope restart
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc doc
+%doc %{zope_subname}-%{version}/doc/*
 %{_datadir}/%{name}
This page took 0.065931 seconds and 4 git commands to generate.