From 9236bfd350982e7dcbb419ac74ad2b336a41b3f2 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Thu, 15 Jul 2004 01:52:01 +0000 Subject: - Add test case for permissions. - Very minor translation updates. - Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps. - Bump version to 0.35. --- Makefile.in | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 96c7fc9..49d2697 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,6 +96,7 @@ SRC += $(PO:%=po/%) DIRT += po/*.mo SRC += $(wildcard test/*.test) test/run +SRC += changes2changelog #----------------------------------------------------------------------- @@ -192,16 +193,7 @@ $(PACKAGE).spec : $(PACKAGE).spec.in $(PACKAGE).changes Makefile \ @sed -e 's/^\(Version:[ \t]*\).*/\1$(VERSION)/' \ -e 's/^\(Release:[ \t]\).*/\1$(RELEASE)/' \ < $< > $@ - @perl -ne ' \ - m/^(|-+)$$/ and next; \ - ( \ - s/^(...) \s (...) \s (.\d) \s (\d\d:\d\d:\d\d) \s \ - ([A-Z]+|[-+]\d{4}) \s (\d\d\d\d) \s - \s (.+) \ - /* $$1 $$2 $$3 $$6 - $$7/x || \ - m/^(- | +)(?!\s)/ \ - and print \ - ) or die "Syntax error in line $$. of changelog:\n$$_\n"; \ - ' $(PACKAGE).changes \ + @./changes2changelog $(PACKAGE).changes \ | scripts/parse-patch -u changelog $@ % : %.in -- cgit