]> git.pld-linux.org Git - packages/Zope-TranslationService.git/commitdiff
- fixed License, cleanups/simplifications
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 Oct 2003 10:15:05 +0000 (10:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-TranslationService.spec -> 1.4

Zope-TranslationService.spec

index f8ac880b12d32dd4d85173eca248228d80e2dc26..4963c2f4a46489484e387577fb47bf45cb4a0292 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    TranslationService - 
 Name:          Zope-%{zope_subname}
 Version:       0.4
 Release:       2
-License:       GNU
+License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.zope.org/Members/efge/%{zope_subname}/%{zope_subname}-%{version}.tgz
 # Source0-md5: b1399f80dc71ea8a54f4c6dc179c12dd
@@ -26,24 +26,18 @@ TranslationService jest 
 Zope.
 
 %prep
-%setup -q -c %{zope_subname}-%{version}
-
-%build
-cd %{zope_subname}
-mkdir docs
-mv -f HISTORY.txt docs
+%setup -q -n %{zope_subname}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{product_dir}
+install -d $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
 
-cp -af * $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+cp -af {zmi,*.py,*.gif} $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
 
 %py_comp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
 %py_ocomp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
 
 # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
-rm -rf $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}/docs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,5 +54,5 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc %{zope_subname}/docs/*
+%doc HISTORY.txt
 %{product_dir}/%{zope_subname}
This page took 0.084041 seconds and 4 git commands to generate.