packaging: Bump to version 1.4.17
[platform/upstream/m4.git] / packaging / m4.spec
index 7009f02..5f98532 100644 (file)
@@ -1,12 +1,12 @@
 Name:           m4
-Version:        1.4.16
+Version:        1.4.17
 Release:        0
 License:        GPL-3.0+
 Summary:        GNU m4
 Url:            http://www.gnu.org/software/m4/
 Group:          Development/Languages/Other
 Source:         http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
-Patch1:         m4-stdio.in.patch
+Source1001:    m4.manifest
 Provides:       base:/usr/bin/m4
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -15,7 +15,7 @@ GNU m4 is an implementation of the traditional Unix macro processor.
 
 %prep
 %setup -q
-%patch1 -p1
+cp %{SOURCE1001} .
 
 %build
 %configure \
@@ -31,8 +31,9 @@ make %{?_smp_mflags} check || true
 %make_install
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
-%doc README COPYING
+%doc COPYING
 %{_bindir}/*
 %doc %{_infodir}/*.gz
 %{_mandir}/*/*