SHA256
1
0
forked from pool/a2ps
OBS User unknown 2007-02-08 08:00:15 +00:00 committed by Git OBS Bridge
parent 53ba9aad18
commit 382100ce3c
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 8 01:07:38 CET 2007 - ro@suse.de
- added defattr
-------------------------------------------------------------------
Fri May 19 13:12:57 CEST 2006 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package a2ps (Version 4.13)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -12,14 +12,14 @@
Name: a2ps
BuildRequires: autoconf automake emacs-nox ghostscript-fonts-std gv psutils te_ams te_latex xorg-x11-devel
URL: http://www.gnu.org/software/a2ps/a2ps.html
License: GPL
License: GNU General Public License (GPL)
Group: Productivity/Publishing/PS
Provides: a2ps-bin
Requires: /bin/sed /usr/bin/iconv /usr/bin/file /usr/bin/wdiff /usr/bin/w3m ghostscript-fonts-std
Autoreqprov: on
PreReq: %{install_info_prereq}
Version: 4.13
Release: 1077
Release: 1113
Summary: Converts ASCII Text into PostScript
Source: a2ps-4.13b.tar.bz2
Source1: a2ps-ko.po
@ -111,6 +111,7 @@ test -n "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%install_info_delete --info-dir=%{_infodir} %{_infodir}/ogonkify.info.gz
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ABOUT-NLS FAQ ChangeLog NEWS THANKS README doc/a2ps.html
%config /etc/a2ps-site.cfg
%config /etc/a2ps.cfg
@ -136,6 +137,8 @@ test -n "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
/usr/share/ogonkify
%changelog -n a2ps
* Thu Feb 08 2007 - ro@suse.de
- added defattr
* Fri May 19 2006 - werner@suse.de
- Fix reencode_font macro in base.ps (bug #176360)
* Thu Apr 27 2006 - cthiel@suse.de