## ## scribus.spec -- OpenPKG RPM Specification ## Copyright (c) 2000-2004 The OpenPKG Project ## Copyright (c) 2000-2004 Ralf S. Engelschall ## Copyright (c) 2000-2004 Cable & Wireless ## ## 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.net/ Vendor: Franz Schmid Packager: The OpenPKG Project Distribution: OpenPKG Class: EVAL Group: Editor License: GPL Version: 1.1.7 Release: 20040829 # list of sources Source0: http://web2.altmuehlnet.de/fschmid/scribus-%{version}.tar.gz Source1: http://web2.altmuehlnet.de/fschmid/scribus-i18n-en.tar.gz Patch0: scribus.patch # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130, qt, freetype, libart BuildPreReq: ghostscript, png, jpeg, tiff, zlib, lcms, pkgconfig, make PreReq: OpenPKG, openpkg >= 20040130, qt, freetype, libart PreReq: ghostscript, png, jpeg, tiff, zlib, lcms, gimp AutoReq: no AutoReqProv: no %description Scribus is a Layout program similar to QuarkXPress, Adobe® PageMaker, or Adobe® 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 = { version = %{version} url = http://web2.altmuehlnet.de/fschmid/download.html regex = scribus-(\d+\.\d+(\.\d+)*).tar.gz } %prep %setup -q %setup -a1 %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 \ scribus/libpdf/Makefile.in %{l_shtool} subst \ -e 's;\([^=] *\)$(prefix);\1$(DESTDIR)$(prefix);' \ scribus/libpostscript/Makefile.in \ scribus/libpdf/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_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/ for buildir in libabout libpdf 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_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} %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 %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc mv -f scribus-i18n-en/docs/en $RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT