You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

178 lines
6.9 KiB

##
## scribus.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
## Copyright (c) 2000-2006 Ralf S. Engelschall <http://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.
##
# package information
Name: scribus
Summary: Desktop Publishing Application
URL: http://www.scribus.org.uk/
Vendor: Franz Schmid
Packager: OpenPKG
Distribution: OpenPKG
Class: EVAL
Group: Editor
License: GPL
Version: 1.3.1
Release: 20051121
# list of sources
Source0: http://www.scribus.org.uk/downloads/%{version}/scribus-%{version}.tar.bz2
Patch0: scribus.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, qt, freetype, libart
PreReq: OpenPKG, openpkg >= 20040130, qt, freetype, libart
BuildPreReq: ghostscript, png, jpeg, tiff, zlib, lcms, pkgconfig, make
PreReq: ghostscript, png, jpeg, tiff, zlib, lcms, gimp
AutoReq: no
AutoReqProv: no
%description
Scribus is a Layout program similar to QuarkXPress, Adobe<EFBFBD> PageMaker,
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
EPS, JPEG, PNG, and 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.
%track
prog scribus = {
comment = "thl/1.3.1: scribus/libpostscript: No such file or directory"
version = %{version}
url = http://www.scribus.org.uk/modules.php?op=modload&name=Downloads&file=index
regex = (\d+\.\d+(\.\d+)*).Release
}
%prep
%setup -q
%patch -p0
%{l_shtool} subst \
-e 's;$(prefix);$(DESTDIR)$(prefix);' \
scribus/Makefile.in \
scribus/dicts/Makefile.in \
scribus/icons/Makefile.in \
scribus/profiles/Makefile.in \
scribus/qm/Makefile.in \
scribus/plugins/psimport/Makefile.in \
scribus/plugins/fontpreview/Makefile.in \
scribus/plugins/scriptplugin/doc/en/Makefile.in
%{l_shtool} subst \
-e 's;\(pluginsdir = \)$(DESTDIR)\($(prefix)\);\1\2;' \
scribus/plugins/fontpreview/Makefile.in \
scribus/plugins/psimport/Makefile.in \
scribus/libpostscript/Makefile.in \
%{l_shtool} subst \
-e 's;\([^=] *\)$(prefix);\1$(DESTDIR)$(prefix);' \
scribus/libpostscript/Makefile.in \
%{l_shtool} subst \
-e 's;\(LIBFREETYPE_LIBS =\).*;\1;' \
`find . -name Makefile.in -print`
%{l_shtool} subst \
-e 's; ! -f $libstdcpp;;g' \
-e 's;^\(jpeg_incdirs="\)[^"]*\("\);\1%{l_prefix}/include\2;' \
configure
%build
# make dynamic plugins, but build statically again later
mkdir libsdyn plugdyn
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O} `%{l_prefix}/bin/pkg-config --cflags-only-other qt`" \
CXXFLAGS="%{l_cxxflags -O} `%{l_prefix}/bin/pkg-config --cflags-only-other qt`" \
CPPFLAGS="%{l_cppflags tiff} `%{l_prefix}/bin/pkg-config --cflags-only-I qt`" \
LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/pkg-config --libs-only-L qt`" \
LIBS="$LIBS `%{l_prefix}/bin/pkg-config --libs-only-l --libs-only-other qt`" \
./configure \
--prefix=%{l_prefix} \
--disable-threading \
--enable-shared \
--disable-static \
--with-x \
--x-includes=`%{l_rc} --query x11_incdir` \
--x-libraries=`%{l_rc} --query x11_libdir`\
--with-qt-dir=%{l_prefix} \
--with-qt-includes=%{l_prefix}/include/qt/ \
--with-qt-libraries=%{l_prefix}/lib/
for buildir in libabout libpostscript libprefs
do
( cd scribus/$buildir
%{l_make} %{l_mflags -O} AM_LDFLAGS=""
cp -f .libs/*.s[ol] ../../libsdyn
%{l_make} %{l_mflags} distclean
) || exit $?
done
for buildir in fontpreview libchar pixmapexport \
printpreview psimport svgexplugin svgimplugin
do
( cd scribus/plugins/$buildir
%{l_make} %{l_mflags -O} AM_LDFLAGS=""
cp -f .libs/*.s[ol] ../../../plugdyn
%{l_make} %{l_mflags} distclean
) || exit $?
done
# now make everything statically as we normally do
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O} `%{l_prefix}/bin/pkg-config --cflags-only-other qt`" \
CXXFLAGS="%{l_cxxflags -O} `%{l_prefix}/bin/pkg-config --cflags-only-other qt`" \
CPPFLAGS="%{l_cppflags tiff} `%{l_prefix}/bin/pkg-config --cflags-only-I qt`" \
LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/pkg-config --libs-only-L qt`" \
LIBS="$LIBS `%{l_prefix}/bin/pkg-config --libs-only-l --libs-only-other qt`" \
./configure \
--prefix=%{l_prefix} \
--disable-threading \
--disable-shared \
--enable-static \
--with-x \
--x-includes=`%{l_rc} --query x11_incdir` \
--x-libraries=`%{l_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}
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
%{l_shtool} install -c -m 755 \
libsdyn/*.s[ol] \
$RPM_BUILD_ROOT%{l_prefix}/lib/scribus/libs
%{l_shtool} install -c -m 755 \
plugdyn/*.s[ol] \
$RPM_BUILD_ROOT%{l_prefix}/lib/scribus/plugins
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc/cr
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc/fr
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc/pl
rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/pl
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT