Accepting request 39713 from Publishing
Copy from Publishing/a2ps-h based on submit request 39713 from user coolo OBS-URL: https://build.opensuse.org/request/show/39713 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/a2ps-h?expand=0&rev=6
This commit is contained in:
parent
325a1d11c8
commit
9adb9d5714
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 07:03:27 UTC 2010 - aj@suse.de
|
||||
|
||||
- Install file writable so that patch can change it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:45:41 CET 2006 - mls@suse.de
|
||||
|
||||
|
18
a2ps-h.spec
18
a2ps-h.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package a2ps-h (Version 20010113)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,12 +19,12 @@
|
||||
|
||||
|
||||
Name: a2ps-h
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Hardware/Printing
|
||||
Requires: python
|
||||
AutoReqProv: on
|
||||
Version: 20010113
|
||||
Release: 656
|
||||
Release: 657
|
||||
Summary: a2ps Support for Korean PostScript Filter (Python Version)
|
||||
Source0: a2ps-h.py
|
||||
Source1: a2ps-h-font.patch
|
||||
@ -41,7 +41,6 @@ Authors:
|
||||
Hwang, ChiDeok <hwang@mizi.co.kr>
|
||||
|
||||
%prep
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%build
|
||||
|
||||
@ -51,7 +50,7 @@ if [ -n "%{?buildroot}" ] ; then
|
||||
fi
|
||||
mkdir -p %{buildroot}%{_prefix}/bin
|
||||
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
|
||||
install -m 555 %{SOURCE0} %{buildroot}%{_prefix}/bin/a2ps-h.py
|
||||
install -m 755 %{SOURCE0} %{buildroot}%{_prefix}/bin/a2ps-h.py
|
||||
head -n 18 %{SOURCE0} > %{buildroot}%{_defaultdocdir}/%{name}/Copyright
|
||||
find %{buildroot}%{_prefix}/bin -name a2ps-h.py -exec patch {} %{SOURCE1} \;
|
||||
|
||||
@ -65,12 +64,3 @@ rm -rf %{buildroot}
|
||||
%attr(555, root, root) %{_prefix}/bin/a2ps-h.py
|
||||
|
||||
%changelog
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Feb 23 2004 hmacht@suse.de
|
||||
- building as non-root
|
||||
* Fri Jun 13 2003 ro@suse.de
|
||||
- added directory to filelist
|
||||
* Fri Jan 26 2001 violiet@suse.de
|
||||
- NEW a2ps-h package version to 20010113
|
||||
- change hangul PostScript font.
|
||||
|
Loading…
Reference in New Issue
Block a user