|
|
|
|
@ -23,7 +23,11 @@
|
|
|
|
|
## SUCH DAMAGE. |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# ms: Has JUNK status, because it locks up during a fcntl(2) on FreeBSD. |
|
|
|
|
# FIXME: ms: Has JUNK status, because it locks up during a fcntl(2) on FreeBSD. |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_dist 1.0RC1 |
|
|
|
|
%define V_opkg 1.0rc1 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: scribus |
|
|
|
|
@ -34,11 +38,11 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [JUNK] |
|
|
|
|
Group: Misc |
|
|
|
|
License: GPL |
|
|
|
|
Version: 0.9.11.1 |
|
|
|
|
Release: 20030617 |
|
|
|
|
Version: %{V_opkg} |
|
|
|
|
Release: 20030712 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://web2.altmuehlnet.de/fschmid/scribus-%{version}.tar.gz |
|
|
|
|
Source0: http://web2.altmuehlnet.de/fschmid/scribus-%{V_dist}.tar.gz |
|
|
|
|
Patch0: scribus.patch |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
@ -62,7 +66,7 @@ AutoReqProv: no
|
|
|
|
|
and creation of color separations. |
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q |
|
|
|
|
%setup -q -n scribus-%{V_dist} |
|
|
|
|
%patch -p1 |
|
|
|
|
%{l_shtool} subst \ |
|
|
|
|
-e 's; ! -f $libstdcpp;;g' \ |
|
|
|
|
|