- Don't ship the library file or header (bug #203536).

- Resolves: rhbz#203536
This commit is contained in:
Tim Waugh 2007-02-27 18:01:30 +00:00
commit 14fd932c4f

View file

@ -197,6 +197,7 @@ for f in contrib/emacs/*.el; do \
# Don't ship the library file or header (bug #203536).
rm -f $RPM_BUILD_ROOT%{_libdir}/*
rm -f $RPM_BUILD_ROOT%{_includedir}/*
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
gzip $RPM_BUILD_ROOT%{_infodir}/* || :
@ -232,7 +233,6 @@ exit 0
%config(noreplace) %{_sysconfdir}/a2ps-site.cfg
%doc AUTHORS ChangeLog COPYING NEWS README TODO THANKS
%{_bindir}/*
%{_includedir}/*
%{_infodir}/a2ps.info*
%{_infodir}/ogonkify.info*
%{_infodir}/regex.info*