summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--m4.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/m4.spec b/m4.spec
index 88cc1a9..7b3f7c4 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,7 +1,7 @@
Summary: The GNU macro processor.
Name: m4
Version: 1.4.5
-Release: 1
+Release: 2
License: GPL
Group: Applications/Text
Source0: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2
@@ -31,6 +31,7 @@ make
%install
make install DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%files
%defattr(-,root,root)
@@ -51,6 +52,9 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jul 17 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.5-2
+- remove infodir/dir so it isn't included in the package
+
* Mon Jul 17 2006 Miloslav Trmac <mitr@redhat.com> - 1.4.5-1
- Update to m4-1.4.5