|
@@ -33,15 +33,14 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
Class: EVAL
|
|
|
Group: Editor
|
|
Group: Editor
|
|
|
License: GPL
|
|
License: GPL
|
|
|
-Version: 1.1.6
|
|
|
|
|
-Release: 20040330
|
|
|
|
|
|
|
+Version: 1.1.7
|
|
|
|
|
+Release: 20040606
|
|
|
|
|
|
|
|
# package options
|
|
# package options
|
|
|
%option with_python no
|
|
%option with_python no
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://web2.altmuehlnet.de/fschmid/scribus-%{version}.tar.gz
|
|
Source0: http://web2.altmuehlnet.de/fschmid/scribus-%{version}.tar.gz
|
|
|
-Patch0: scribus.patch
|
|
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -76,29 +75,23 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
%setup -q
|
|
%setup -q
|
|
|
- %patch -p0
|
|
|
|
|
%{l_shtool} subst \
|
|
%{l_shtool} subst \
|
|
|
-e 's;$(prefix);$(DESTDIR)$(prefix);' \
|
|
-e 's;$(prefix);$(DESTDIR)$(prefix);' \
|
|
|
scribus/Makefile.in \
|
|
scribus/Makefile.in \
|
|
|
scribus/dicts/Makefile.in \
|
|
scribus/dicts/Makefile.in \
|
|
|
scribus/icons/Makefile.in \
|
|
scribus/icons/Makefile.in \
|
|
|
scribus/profiles/Makefile.in \
|
|
scribus/profiles/Makefile.in \
|
|
|
- scribus/qm/Makefile.in
|
|
|
|
|
-
|
|
|
|
|
|
|
+ scribus/qm/Makefile.in \
|
|
|
|
|
+ scribus/plugins/psimport/Makefile.in \
|
|
|
|
|
+ scribus/plugins/fontpreview/Makefile.in
|
|
|
%{l_shtool} subst \
|
|
%{l_shtool} subst \
|
|
|
-e 's;\([^=] *\)$(prefix);\1$(DESTDIR)$(prefix);' \
|
|
-e 's;\([^=] *\)$(prefix);\1$(DESTDIR)$(prefix);' \
|
|
|
scribus/libpostscript/Makefile.in \
|
|
scribus/libpostscript/Makefile.in \
|
|
|
scribus/libpdf/Makefile.in
|
|
scribus/libpdf/Makefile.in
|
|
|
-
|
|
|
|
|
%{l_shtool} subst \
|
|
%{l_shtool} subst \
|
|
|
-e 's; ! -f $libstdcpp;;g' \
|
|
-e 's; ! -f $libstdcpp;;g' \
|
|
|
|
|
+ -e 's;^\(jpeg_incdirs="\)[^"]*\("\);\1%{l_prefix}/include\2;' \
|
|
|
configure
|
|
configure
|
|
|
-%if "%{with_python}" == "yes"
|
|
|
|
|
-%else
|
|
|
|
|
- %{l_shtool} subst \
|
|
|
|
|
- -e 's;^\(SUBDIRS =.*\) scriptplugin\(.*\)$;\1\2;' \
|
|
|
|
|
- scribus/plugins/Makefile.in
|
|
|
|
|
-%endif
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
CC="%{l_cc}" \
|
|
CC="%{l_cc}" \
|