- remove infodir/dir so it isn't included in the package
This commit is contained in:
parent
029b6ca62e
commit
4078ac5f79
6
m4.spec
6
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user