summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@fedoraproject.org>2006-10-24 21:57:13 +0000
committerMiloslav Trmac <mitr@fedoraproject.org>2006-10-24 21:57:13 +0000
commit8d7a51ba83945d85c9e1a9b31eeb1f91288f74af (patch)
tree48050259427ff1ff0bafb9af4b82382dd95b3bcf /m4.spec
parent2904c179a0c9221a799c43319c2af11f63ebd053 (diff)
downloadm4-1_4_7-1.tar.gz
m4-1_4_7-1.tar.xz
m4-1_4_7-1.zip
- Update to m4-1.4.7m4-1_4_7-1
- Add %%check - Fix a rpmlint warning about Summary:
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