]> git.pld-linux.org Git - packages/dict-bouvier.git/blobdiff - dict-bouvier.spec
- rel 4 (use %service)
[packages/dict-bouvier.git] / dict-bouvier.spec
index 95223f6bc2ccafb9d35d9b351972c465b89f7477..2b57a4d4d85641c8543f58134eae429590e571b3 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       John Bouvier's Law Dictionary dated 1856 for the USA in the DICTD format
-Summary(pl):   S³ownik prawa USA Johna Bouviera z 1856 roku w formacie DICTD
+Summary(pl.UTF-8):     Słownik prawa USA Johna Bouviera z 1856 roku w formacie DICTD
 Name:          dict-bouvier
 Version:       6
-Release:       3
+Release:       4
 License:       GPL
 # it was downloaded from http://www.constitution.org/bouv/bouvier.htm
 # Upstream Author(s): John Bouvier, 1856.
@@ -17,6 +17,7 @@ URL:          http://www.constitution.org/bouv/bouvier.htm
 BuildRequires: dictzip
 BuildRequires: python
 BuildRequires: python-dictlib
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      %{_sysconfdir}/dictd
 Requires:      dictd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,17 +28,16 @@ dictionary, formatted for use with the dictd server. It is an
 excellent, if dated, way to look up information about legal words and
 principles.
 
-%description -l pl
-Jest to szóste wydanie s³ownika prawa amerykañskiego z 1856 roku,
-autorstwa Johna Bouviera. Jest wspania³ym ¼ród³em informacji o prawie
-z tamtych czasów.
+%description -l pl.UTF-8
+Jest to szóste wydanie słownika prawa amerykańskiego z 1856 roku,
+autorstwa Johna Bouviera. Jest wspaniałym źródłem informacji o prawie
+z tamtych czasów.
 
 %prep
 %setup -n %{name}-%{version}.revised.orig -q
 %patch0 -p1
 
 %build
-
 python conv.py *.txt
 
 %install
@@ -48,13 +48,11 @@ install -d $RPM_BUILD_ROOT{%{_datadir}/dictd/,%{_sysconfdir}/dictd}
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if [ -f /var/lock/subsys/dictd ]; then
-       /etc/rc.d/init.d/dictd restart 1>&2
-fi
+%service -q dictd restart
 
 %postun
-if [ -f /var/lock/subsys/dictd ]; then
-       /etc/rc.d/init.d/dictd restart 1>&2 || true
+if [ "$1" = 0 ]; then
+       %service -q dictd restart
 fi
 
 %files
This page took 0.088911 seconds and 4 git commands to generate.