]> git.pld-linux.org Git - packages/dict-vera.git/blobdiff - dict-vera.spec
- adapterized (sorted %verify flags)
[packages/dict-vera.git] / dict-vera.spec
index 819416c98c7484d820095f5f845f57ec9f25e308..8735913c554376e970b2fe1e46d573a85042d83f 100644 (file)
@@ -3,32 +3,33 @@ Summary:      Virtual Entity of Relevant Acronyms dictionary for dictd
 Summary(pl):   S³ownik Virtual Entity of Relevant Acronyms dla dictd
 Name:          dict-%{dictname}
 Version:       1.9
-Release:       1
+Release:       3
 License:       GPL
 Group:         Applications/Dictionaries
 Source0:       ftp://ftp.gnu.org/gnu/vera/%{dictname}-%{version}.tar.gz
+# Source0-md5: ed6120dd9739c71580a92868a34776b0
 URL:           http://www.dict.org/
 BuildRequires: dictfmt
 BuildRequires: dictzip
-Requires:      dictd
 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.
+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.? | \
-       dictfmt -j -u http://home.snafu.de/ohei/FTP -s \
-       "V.E.R.A. -- Virtual Entity of Relevant Acronyms (%version)" %{dictname}
+       dictfmt -j -u http://home.snafu.de/ohei/ -s \
+       "V.E.R.A. -- Virtual Entity of Relevant Acronyms (%{version})" %{dictname}
 dictzip %{dictname}.dict
 
 %install
@@ -59,5 +60,5 @@ 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
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dictd/%{dictname}.dictconf
 %{_datadir}/dictd/%{dictname}.*
This page took 0.073925 seconds and 4 git commands to generate.