]> git.pld-linux.org Git - packages/Zope-TranslationService.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-TranslationService.spec -> 1.2

Zope-TranslationService.spec

index 05c59185e127f01c9cfb68d3443a53df531f9369..7b66c280f9e4fce8ead203f50eed28582eaf074f 100644 (file)
@@ -1,9 +1,7 @@
 %include       /usr/lib/rpm/macros.python
-
 %define                zope_subname    TranslationService
-
-Summary:       TranslationService is a placeful translation service for Zope
-Summary(pl):   TranslationService jest ¶rodowiskiem dla translacji jêzykowych dla Zope
+Summary:       TranslationService - a placeful translation service for Zope
+Summary(pl):   TranslationService - ¶rodowisko dla t³umaczeñ jêzykowych dla Zope
 Name:          Zope-%{zope_subname}
 Version:       0.4
 Release:       1
@@ -21,11 +19,11 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define        product_dir     /usr/lib/zope/Products
 
 %description
-TranslationService is a placeful translation service for Zope
+TranslationService is a placeful translation service for Zope.
 
 %description -l pl
-TranslationService jest ¶rodowiskiem dla translacji jêzykowych dla
-Zope
+TranslationService jest ¶rodowiskiem dla t³umaczeñ jêzykowych dla
+Zope.
 
 %prep
 %setup -q -c %{zope_subname}-%{version}
@@ -33,11 +31,12 @@ Zope
 %build
 cd %{zope_subname}
 mkdir docs
-mv -f HISTORY.txt docs/
+mv -f HISTORY.txt docs
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{product_dir}
+
 cp -af * $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
 
 %py_comp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
@@ -54,8 +53,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
This page took 0.104703 seconds and 4 git commands to generate.