- %{_datadir}/a2ps/afm/fonts.map is dynamically generated, mark it as such
in %files (bug #70919)
This commit is contained in:
parent
8988e86e0c
commit
2ec92212f0
1 changed files with 7 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
Summary: Converts text and other types of files to PostScript(TM)
|
||||
Name: a2ps
|
||||
Version: 4.14
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Publishing
|
||||
Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
|
||||
|
|
@ -294,7 +294,8 @@ exit 0
|
|||
%{_infodir}/ogonkify.info*
|
||||
%{_infodir}/regex.info*
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/a2ps/afm/fonts.map
|
||||
# automatically regenerated at install and update time
|
||||
%verify(not size mtime md5) %{_datadir}/a2ps/afm/fonts.map
|
||||
%{_datadir}/a2ps/afm/*.afm
|
||||
%{_datadir}/a2ps/afm/make_fonts_map.sh
|
||||
%{_datadir}/a2ps/README
|
||||
|
|
@ -317,6 +318,10 @@ exit 0
|
|||
%{emacs_lispdir}/*.el
|
||||
|
||||
%changelog
|
||||
* Wed May 14 2008 Patrice Dumas <pertusus@free.fr> 4.14-3
|
||||
- %%{_datadir}/a2ps/afm/fonts.map is dynamically generated, mark it
|
||||
as such in %%files (bug #70919)
|
||||
|
||||
* Sun Apr 27 2008 Patrice Dumas <pertusus@free.fr> 4.14-2
|
||||
- update to 4.14
|
||||
- don't obsolete the provided version of a2ps-i18n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue