]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
update pattern for matching empty mo files in find-lang.sh with file 5.33; rel 2 auto/th/rpm-build-macros-1.734-2
authorJan Palus <atler@pld-linux.org>
Tue, 3 Jul 2018 22:13:48 +0000 (00:13 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 3 Jul 2018 22:13:48 +0000 (00:13 +0200)
file 5.32:
libvirt.mo: GNU message catalog (little endian), revision 0.0, 1 messages

file 5.33:
libvirt.mo: GNU message catalog (little endian), revision 0.0, 1 message, Project-Id-Version: libvirt 4.3.0

find-lang.sh
rpm-build-macros.spec

index c58441b8d788cc3a543db90bde53017603dceaa4..3e13e14f0d1b69bef89cbe81c90c3ed56c7eb3b3 100755 (executable)
@@ -165,7 +165,7 @@ echo '%defattr(644,root,root,755)' > $MO_NAME
 if [ ! -f __find.files ] || [ "$TOP_DIR" -nt __find.files ]; then
        find $TOP_DIR -xtype f -name '*.mo' | xargs -r file -L | \
        sed -e '
-               /, 1 messages$/d
+               /, 1 message/d
                s/:.*//
                s:'"$TOP_DIR"'::' > __find.files
 else
index 76b7d1f4ea1b9ffaf445347902d65eabb22b6649..239faa46e71cb56d7772ecbb8e3475fb321b3e9b 100644 (file)
@@ -4,7 +4,7 @@ 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:       2
 License:       GPL
 Group:         Development/Building
 Source0:       rpm.macros
This page took 0.068094 seconds and 4 git commands to generate.