|
|
## |
|
|
## scribus.spec -- OpenPKG RPM Specification |
|
|
## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH |
|
|
## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/> |
|
|
## Copyright (c) 2000-2003 Ralf S. Engelschall <rse@engelschall.com> |
|
|
## |
|
|
## Permission to use, copy, modify, and distribute this software for |
|
|
## any purpose with or without fee is hereby granted, provided that |
|
|
## the above copyright notice and this permission notice appear in all |
|
|
## copies. |
|
|
## |
|
|
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
|
|
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|
|
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
|
|
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR |
|
|
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|
|
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|
|
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
|
|
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
|
|
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
|
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
|
|
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
## SUCH DAMAGE. |
|
|
## |
|
|
|
|
|
# ms: Has JUNK status, because it fails to finds missing postscript |
|
|
# fonts, and may even lock up while searching on FreeBSD. |
|
|
|
|
|
# package information |
|
|
Name: scribus |
|
|
Summary: Desktop Publishing Application |
|
|
URL: http://web2.altmuehlnet.de/fschmid/ |
|
|
Vendor: Franz Schmid |
|
|
Packager: The OpenPKG Project |
|
|
Distribution: OpenPKG [JUNK] |
|
|
Group: Misc |
|
|
License: GPL |
|
|
Version: 0.9.9 |
|
|
Release: 20030514 |
|
|
|
|
|
# list of sources |
|
|
Source0: http://web2.altmuehlnet.de/fschmid/scribus-%{version}.tar.gz |
|
|
Patch0: scribus.patch |
|
|
|
|
|
# build information |
|
|
Prefix: %{l_prefix} |
|
|
BuildRoot: %{l_buildroot} |
|
|
BuildPreReq: OpenPKG, openpkg >= 20030103, qt, freetype, ghostscript |
|
|
PreReq: OpenPKG, openpkg >= 20030103, qt, freetype, ghostscript |
|
|
AutoReq: no |
|
|
AutoReqProv: no |
|
|
|
|
|
%description |
|
|
Scribus is a Layout program similar to Adobe<EFBFBD> PageMaker, QuarkXPress, |
|
|
or Adobe<EFBFBD> InDesign. It has the ability to layout newsletters, create |
|
|
corporate stationery, small posters and other documents which need |
|
|
flexible layout and/or the ability to output to professional quality |
|
|
imagesetting equipment. Graphic formats which can be placed include |
|
|
Ecapsulated Post Script (eps), Joint Photographic Experts Group |
|
|
(jpeg), Portable Network Graphics (png), and XPixMap(xpm). Scribus |
|
|
also offers more advanced professional publishing features, such as |
|
|
CMYK color, easy PDF creation, Encapsulated Postscript import/export |
|
|
and creation of color separations. |
|
|
|
|
|
%prep |
|
|
%setup -q |
|
|
%patch -p1 |
|
|
%{l_shtool} subst \ |
|
|
-e 's; ! -f $libstdcpp;;g' \ |
|
|
configure |
|
|
|
|
|
%build |
|
|
case "%{l_target}" in |
|
|
*-freebsd*) |
|
|
echo "X_PRE_LIBS=-lGL" >config.cache |
|
|
LIBS="$LIBS -lGL" |
|
|
;; |
|
|
esac |
|
|
CC="%{l_cc}" \ |
|
|
CXX="%{l_cxx}" \ |
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
CXXFLAGS="%{l_cxxflags -O}" \ |
|
|
CPPFLAGS="%{l_cppflags}" \ |
|
|
LDFLAGS="%{l_ldflags}" \ |
|
|
./configure \ |
|
|
--cache-file=./config.cache \ |
|
|
--prefix=%{l_prefix} \ |
|
|
--disable-shared \ |
|
|
--enable-static \ |
|
|
--with-x \ |
|
|
--x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \ |
|
|
--x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \ |
|
|
--with-qt-dir=%{l_prefix} \ |
|
|
--with-qt-includes=%{l_prefix}/include/qt/ \ |
|
|
--with-qt-libraries=%{l_prefix}/lib/ |
|
|
%{l_make} %{l_mflags -O} LIBS="$LIBS" |
|
|
|
|
|
%install |
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" |
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} |
|
|
|
|
|
%files -f files |
|
|
|
|
|
%clean |
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|
|
|