]> git.pld-linux.org Git - packages/drupal-mod-syndication.git/commitdiff
- pl, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Oct 2005 17:11:38 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-syndication.spec -> 1.3

drupal-mod-syndication.spec

index 36a976ae7de297263a7c9d7f0fbe92329db7a763..d3de1ac5df7623a5295a3c2c13610ae404cba4a6 100644 (file)
@@ -1,5 +1,6 @@
 %define                modname syndication
 Summary:       Drupal Syndication Module
+Summary(pl):   Modu³ Syndication dla Drupala
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
 Release:       0.4
@@ -21,6 +22,11 @@ Syndication module offers a web page which centralizes all of the RSS
 feeds generated by Drupal. This helps users find interesting feeds
 from your web site.
 
+%description -l pl
+Modu³ Syndication udostêpnia stronê WWW skupiaj±c± wyszystkie ¼ród³a
+RSS generowane przez Drupala. Pomaga to u¿ytkownikom znale¼æ
+interesuj±ce ¼ród³a na stronie WWW.
+
 %prep
 %setup -q -n %{modname}
 rm -f LICENSE.txt # GPL v2
@@ -34,11 +40,6 @@ cp -a po/*.po $RPM_BUILD_ROOT%{_podir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-%files
-%defattr(644,root,root,755)
-%doc *.txt
-%{_moddir}/*.module
-%{_podir}
 
 %post
 if [ "$1" = 1 ]; then
@@ -48,3 +49,9 @@ from %{_podir} via drupal locatization admin.
 
 EOF
 fi
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt
+%{_moddir}/*.module
+%{_podir}
This page took 0.077711 seconds and 4 git commands to generate.