]> git.pld-linux.org Git - packages/dict-vera.git/blobdiff - dict-vera.spec
- updated to 1.23
[packages/dict-vera.git] / dict-vera.spec
index 307c769d9f4083d010c642ba2456e2e9105113f8..9f1da4b29525a476bff4f431d6d5905e70e00dbe 100644 (file)
@@ -1,34 +1,37 @@
 %define                dictname vera
 Summary:       Virtual Entity of Relevant Acronyms dictionary for dictd
-Summary(pl):   S³ownik Virtual Entity of Relevant Acronyms dla dictd
+Summary(pl.UTF-8):     Słownik Virtual Entity of Relevant Acronyms dla dictd
 Name:          dict-%{dictname}
-Version:       1.9
+Version:       1.23
 Release:       1
-License:       GPL
+License:       FDL v1.3+
 Group:         Applications/Dictionaries
-Source0:       ftp://ftp.gnu.org/gnu/vera/%{dictname}-%{version}.tar.gz
-URL:           http://www.dict.org/
+Source0:       http://ftp.gnu.org/gnu/vera/%{dictname}-%{version}.tar.gz
+# Source0-md5: 3301685834a37f7005451c803e63a76a
+URL:           http://home.snafu.de/ohei/vera/vueber-e.html
 BuildRequires: dictfmt
 BuildRequires: dictzip
-Requires:      dictd
+BuildRequires: perl-base
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      %{_sysconfdir}/dictd
+Requires:      dictd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This package contains V.E.R.A, version %version, formatted for use by
-the dictionary server in the dictd package.
+This package contains V.E.R.A, version %{version}, formatted for use
+by the dictionary server in the dictd package.
 
-%description -l pl
-Ten pakiet zawiera s³ownik V.E.R.A w wersji %version, sformatowany do
-u¿ytku z serwerem s³ownika dictd.
+%description -l pl.UTF-8
+Ten pakiet zawiera słownik V.E.R.A w wersji %{version}, sformatowany
+do użytku z serwerem słownika dictd.
 
 %prep
 %setup -q -n %{dictname}-%{version}
 
 %build
-perl -ne 's/\@item (.*)\n/:$1:\n/; print unless /^@/' vera.? | \
+%{__perl} -ne 's/\@item (.*)\n/:$1:\n/; print unless /^@/' vera.? | \
        dictfmt -j -u http://home.snafu.de/ohei/ -s \
-       "V.E.R.A. -- Virtual Entity of Relevant Acronyms (%version)" %{dictname}
+       "V.E.R.A. -- Virtual Entity of Relevant Acronyms (%{version})" %{dictname}
 dictzip %{dictname}.dict
 
 %install
@@ -41,23 +44,21 @@ database %{dictname} {
        data  \"$dictprefix.dict.dz\"
        index \"$dictprefix.index\"
 }" > $RPM_BUILD_ROOT%{_sysconfdir}/dictd/%{dictname}.dictconf
-mv %{dictname}.{dict.dz,index} $RPM_BUILD_ROOT%{_datadir}/dictd
+cp -p %{dictname}.{dict.dz,index} $RPM_BUILD_ROOT%{_datadir}/dictd
 
 %clean
 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
 %defattr(644,root,root,755)
-%doc README vera.texi
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dictd/%{dictname}.dictconf
+%doc README changelog
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dictd/%{dictname}.dictconf
 %{_datadir}/dictd/%{dictname}.*
This page took 0.068226 seconds and 4 git commands to generate.