forked from pool/cedilla
This commit is contained in:
parent
be602a8ccd
commit
1e3df794ce
40
cedilla.spec
40
cedilla.spec
@ -1,18 +1,26 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cedilla (Version 0.6)
|
# spec file for package cedilla (Version 0.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: cedilla
|
Name: cedilla
|
||||||
BuildRequires: clisp
|
BuildRequires: clisp
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Productivity/Publishing/PS
|
Group: Productivity/Publishing/PS
|
||||||
%if %suse_version > 910
|
%if %suse_version > 910
|
||||||
Requires: clisp ghostscript-fonts-std xorg-x11-fonts-scalable
|
Requires: clisp ghostscript-fonts-std xorg-x11-fonts-scalable
|
||||||
@ -24,15 +32,15 @@ Requires: texlive
|
|||||||
%else
|
%else
|
||||||
Requires: tetex
|
Requires: tetex
|
||||||
%endif
|
%endif
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 44
|
Release: 194
|
||||||
URL: http://www.pps.jussieu.fr/~jch/software/cedilla/
|
Url: http://www.pps.jussieu.fr/~jch/software/cedilla/
|
||||||
Source0: http://www.pps.jussieu.fr/~jch/software/files/cedilla-0.6.tar.bz2
|
Source0: http://www.pps.jussieu.fr/~jch/software/files/cedilla-0.6.tar.bz2
|
||||||
Source1: cedilla-pipe
|
Source1: cedilla-pipe
|
||||||
Patch0: cedilla-destdir.patch
|
Patch0: cedilla-destdir.patch
|
||||||
Patch1: cedilla-config.lisp.patch
|
Patch1: cedilla-config.lisp.patch
|
||||||
BuildArchitectures: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A Best-Effort Text Printer (Works in UTF-8 and Can Replace a2ps)
|
Summary: A Best-Effort Text Printer (Works in UTF-8 and Can Replace a2ps)
|
||||||
|
|
||||||
@ -91,11 +99,11 @@ install -m 755 $RPM_SOURCE_DIR/cedilla-pipe $RPM_BUILD_ROOT/usr/bin/
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Apr 23 2007 - ro@suse.de
|
* Mon Apr 23 2007 ro@suse.de
|
||||||
- require texlive instead of tetex
|
- require texlive instead of tetex
|
||||||
* Thu Jul 20 2006 - mfabian@suse.de
|
* Thu Jul 20 2006 mfabian@suse.de
|
||||||
- fix paths to the TeX fonts.
|
- fix paths to the TeX fonts.
|
||||||
* Thu Jul 20 2006 - mfabian@suse.de
|
* Thu Jul 20 2006 mfabian@suse.de
|
||||||
- update to 0.6
|
- update to 0.6
|
||||||
• Fixed support for ZapfDingbats and the Omega fonts.
|
• Fixed support for ZapfDingbats and the Omega fonts.
|
||||||
• Updated AFM paths to point at the new version of teTeX.
|
• Updated AFM paths to point at the new version of teTeX.
|
||||||
@ -106,14 +114,14 @@ install -m 755 $RPM_SOURCE_DIR/cedilla-pipe $RPM_BUILD_ROOT/usr/bin/
|
|||||||
• Implemented magic types :lowercase, :rotate-right and :simplify.
|
• Implemented magic types :lowercase, :rotate-right and :simplify.
|
||||||
• Added /whitesquare to the built-in font.
|
• Added /whitesquare to the built-in font.
|
||||||
• Added a number of new fallbacks, including Kalaallisut kra.
|
• Added a number of new fallbacks, including Kalaallisut kra.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Sep 29 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Wed Dec 29 2004 - mfabian@suse.de
|
* Wed Dec 29 2004 mfabian@suse.de
|
||||||
- update to 0.5.
|
- update to 0.5.
|
||||||
* Tue Aug 17 2004 - mfabian@suse.de
|
* Tue Aug 17 2004 mfabian@suse.de
|
||||||
- adjust "Requires:"
|
- adjust "Requires:"
|
||||||
XFree86-fonts-scalable --> xorg-x11-fonts-scalable
|
XFree86-fonts-scalable --> xorg-x11-fonts-scalable
|
||||||
* Mon Feb 17 2003 - mfabian@suse.de
|
* Mon Feb 17 2003 mfabian@suse.de
|
||||||
- new package: cedilla 0.3
|
- new package: cedilla 0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user