]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - rpm-build-macros.spec
ruby: do not use deprecated Config::CONFIG
[packages/rpm-build-macros.git] / rpm-build-macros.spec
index 3ea8e01de2e9f1f6383fa0612b3aefdf956b7f7f..813686dbc3902b3c325f8001bfa0af347038ebda 100644 (file)
@@ -1,15 +1,15 @@
-%define                rpm_macros_rev  1.653
-%define                find_lang_rev   1.35
+%define                rpm_macros_rev  1.661
+%define                find_lang_rev   1.36
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
 Name:          rpm-build-macros
 Version:       %{rpm_macros_rev}
-Release:       1
+Release:       4
 License:       GPL
 Group:         Development/Building
 Source0:       rpm.macros
 Source1:       service_generator.sh
-Source3:       rpm-find-lang
+Source3:       find-lang.sh
 Source4:       dokuwiki-find-lang.sh
 Patch0:                disable-systemd.patch
 #Patchx: %{name}-pydebuginfo.patch
@@ -56,7 +56,7 @@ cp -p %{SOURCE1} .
 %endif
 
 %build
-%{__sed} -i -e 's,\$Revision\$,%{rpm_macros_rev},' rpm.macros
+%{__sed} -i -e 's,{Revision},%{rpm_macros_rev},' rpm.macros
 
 rev=$(awk '/^%%rpm_build_macros/{print $2}' rpm.macros)
 if [ "$rev" != "%rpm_macros_rev" ]; then
This page took 0.175233 seconds and 4 git commands to generate.