summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/m4.spec b/m4.spec
index ccf15f0..b373ce6 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,7 +1,7 @@
-Summary: The GNU macro processor.
+Summary: The GNU macro processor
Name: m4
-Version: 1.4.5
-Release: 3
+Version: 1.4.7
+Release: 1
License: GPL
Group: Applications/Text
Source0: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2
@@ -34,6 +34,9 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+%check
+make check
+
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
@@ -53,6 +56,11 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Oct 24 2006 Miloslav Trmac <mitr@redhat.com> - 1.4.7-1
+- Update to m4-1.4.7
+- Add %%check
+- Fix a rpmlint warning about Summary:
+
* Mon Jul 17 2006 Miloslav Trmac <mitr@redhat.com> - 1.4.5-3
- Use the install-info scriptlets recommended in the Fedora Extras wiki
- Move $RPM_BUILD_ROOT cleaning from %%prep to %%install