]> git.pld-linux.org Git - packages/Zope-ExternalEditor.git/commitdiff
- cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Aug 2003 14:09:34 +0000 (14:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-ExternalEditor.spec -> 1.4

Zope-ExternalEditor.spec

index d7558d5b628a3d00f74506c1495486296819ac16..ca6af2a5fc25b7e5a9c1d86249415f2fb0390ee2 100644 (file)
@@ -1,9 +1,7 @@
 %include       /usr/lib/rpm/macros.python
-
 %define                zope_subname    ExternalEditor
-
-Summary:       ExternalEditor is a Zope product - is a new way to integrate Zope more seamlessly with client-side tools.
-Summary(pl):   ExternalEditor jest dodatkiem do Zope - umo¿liwiaj±cy now± integracje z Zope od strony narzêdzi klienta.
+Summary:       ExternalEditor - a Zope product integrating Zope more seamlessly with client-side tools
+Summary(pl):   ExternalEditor - dodatek do Zope lepiej intergruj±cy Zope z narzêdziami od strony klienta
 Name:          Zope-%{zope_subname}
 Version:       0.7
 Release:       1
@@ -11,7 +9,7 @@ License:       GNU
 Group:         Development/Tools
 Source0:       http://zope.org/Members/Caseman/%{zope_subname}/%{version}/zopeedit-%{version}-src.tgz
 # Source0-md5: 87fe890a7f7c2506db16142bc4789b38
-URL:           http://sourceforge.net/projects/collective
+URL:           http://sourceforge.net/projects/collective/
 %pyrequires_eq python-modules
 Requires:      Zope
 BuildArch:     noarch
@@ -21,26 +19,27 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                src_dir_name    zopeedit-%{version}-src
 
 %description
-ExternalEditor is a Zope product - is a new way to integrate Zope more
+ExternalEditor is a Zope product, a new way to integrate Zope more
 seamlessly with client-side tools.
 
 %description -l pl
-ExternalEditor jest dodatkiem do Zope - umo¿liwiaj±cy now± integracje
-z Zope od strony narzêdzi klienta.
+ExternalEditor jest dodatkiem do Zope, umo¿liwiaj±cym w nowy, bardziej
+przezroczysty sposób integrowaæ Zope z narzêdziami od strony klienta.
 
 %prep
 %setup -q -n %{src_dir_name}
 
 %build
 mkdir docs
-mv -f README.txt CHANGES.txt INSTALL* docs/
+mv -f README.txt CHANGES.txt INSTALL* docs
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+install -d $RPM_BUILD_ROOT{%{product_dir}/%{zope_subname},%{_mandir}/man1}
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
+
 mv -f man/* $RPM_BUILD_ROOT%{_mandir}/man1
-rm -rf man/
+rm -rf man
 cp -af * $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
 
 %py_comp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
@@ -57,8 +56,6 @@ if [ -f /var/lock/subsys/zope ]; then
        /etc/rc.d/init.d/zope restart >&2
 fi
 
-%preun
-
 %postun
 if [ -f /var/lock/subsys/zope ]; then
        /etc/rc.d/init.d/zope restart >&2
@@ -68,8 +65,8 @@ fi
 %defattr(644,root,root,755)
 %doc docs/*
 %dir %{product_dir}/%{zope_subname}
-%{_mandir}/man1/*
 %{product_dir}/%{zope_subname}/Plugins
 %{product_dir}/%{zope_subname}/setup*
 %{product_dir}/%{zope_subname}/*.txt
-%attr (755,root,root) %{product_dir}/%{zope_subname}/zopeedit*
+%attr(755,root,root) %{product_dir}/%{zope_subname}/zopeedit*
+%{_mandir}/man1/*
This page took 0.041021 seconds and 4 git commands to generate.