]> git.pld-linux.org Git - packages/dict-vera.git/blobdiff - dict-vera.spec
- small fixes based on changes by kloczek
[packages/dict-vera.git] / dict-vera.spec
index 214f2e446ba3a5a82eef0e14adc630442605df3e..bf56d0b8b89ee1cf6734797997f47aeb37aa0015 100644 (file)
@@ -16,11 +16,11 @@ Requires:   %{_sysconfdir}/dictd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This package contains V.E.R.A, version %version, formatted for use by
+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
+Ten pakiet zawiera s³ownik V.E.R.A w wersji %{version}, sformatowany do
 u¿ytku z serwerem s³ownika dictd.
 
 %prep
@@ -29,7 +29,7 @@ u
 %build
 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
This page took 0.059923 seconds and 4 git commands to generate.