]> git.pld-linux.org Git - packages/drupal-mod-blogtheme.git/blobdiff - drupal-mod-blogtheme.spec
- unified or fixed %clean section
[packages/drupal-mod-blogtheme.git] / drupal-mod-blogtheme.spec
index ec45630e6b681a6d9e533d446b396f1e577c4ef9..f1aa36fe73985f6c6873d267599a1211dbf9b67a 100644 (file)
@@ -1,9 +1,9 @@
 %define                modname blogtheme
 Summary:       Drupal Blog Theme Module
-Summary(pl):   Modu³ Drupal Blog Theme
+Summary(pl.UTF-8):     Moduł Drupal Blog Theme
 Name:          drupal-mod-%{modname}
 Version:       4.6.0
-Release:       0.1
+Release:       0.2
 Epoch:         0
 License:       GPL v2
 Group:         Applications/WWW
@@ -14,7 +14,8 @@ Requires:     drupal >= 4.6.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _moddir         %{_datadir}/drupal/modules
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
 
 %description
 Blog theme allows users to have persistent themes for their blogs
@@ -25,14 +26,14 @@ the author's theme instead of their own.
 The module works by using the hook_init function and setting the
 $custom_theme global variable to the node/blog owner's theme.
 
-%description -l pl
-Blog theme pozwala u¿ytkownikom mieæ trwa³e motywy dla swoich blogów w
-oparciu o motyw wybrany dla w³asnego konta. Kiedy inni ogl±daj± ich
-g³ówn± stronê bloga lub dowolny utworzony wêze³, czytelnik zobaczy
-motyw autora zamiast w³asnego.
+%description -l pl.UTF-8
+Blog theme pozwala użytkownikom mieć trwałe motywy dla swoich blogów w
+oparciu o motyw wybrany dla własnego konta. Kiedy inni oglądają ich
+główną stronę bloga lub dowolny utworzony węzeł, czytelnik zobaczy
+motyw autora zamiast własnego.
 
-Modu³ dzia³a poprzez u¿ycie funkcji hook_init i ustawienie zmiennej
-globalnej $custom_theme na motyw w³a¶ciciela wêz³a/bloga.
+Moduł działa poprzez użycie funkcji hook_init i ustawienie zmiennej
+globalnej $custom_theme na motyw właściciela węzła/bloga.
 
 %prep
 %setup -q -n %{modname}
@@ -47,6 +48,7 @@ install *.module $RPM_BUILD_ROOT%{_moddir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %doc *.txt
This page took 0.171084 seconds and 4 git commands to generate.