]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- pl for enscript-
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Jan 2006 12:38:41 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb.spec -> 1.38

cvsweb.spec

index fa70bc0d0253ff58016c6b33a6429fcaaa074590..852b885adeb50c5d51f4bddb7a04d1bcf56c7837 100644 (file)
@@ -55,12 +55,16 @@ rozbudowano funkcjonalno
 
 %package -n enscript-%{name}
 Summary:       Enscript language files for CVSweb
+Summary(pl):   Pliki jêzyka Enscript dla CVSweba
 Group:         Applications/Publishing
 Requires:      enscript >= 1.6.4-1.2
 
 %description -n enscript-%{name}
 Enscript language files for CVSweb.
 
+%description -n enscript-%{name} -l pl
+Pliki jêzyka Enscript dla CVSweba.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -85,6 +89,9 @@ echo '# vim:syn=perl' >> $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 if [ "$1" = 1 ]; then
 %banner %{name} -e <<'EOF'
@@ -92,9 +99,6 @@ You might want to install optionally 'cvsgraph' program.
 EOF
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %triggerin -- apache1
 %webapp_register apache %{_webapp}
 
This page took 0.036046 seconds and 4 git commands to generate.