Compare commits

...

28 Commits
master ... f8

Author SHA1 Message Date
Fedora Release Engineering 1668f9e9b5 dist-git conversion 2010-07-29 17:59:57 +00:00
Bill Nottingham 5f599fd538 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:37:49 +00:00
Andreas Bierfert 2209d06516 - fix (#312091)
- fix desktop file
2007-12-28 22:22:24 +00:00
Jesse Keating dd420be4b3 Initialize branch F-8 for scribus 2007-10-20 11:12:29 +00:00
Andreas Bierfert e95918373e - new license tag
- rebuild for buildid (devel)
2007-08-23 05:33:19 +00:00
Andreas Bierfert d3bf352569 - version upgrades 2007-06-02 11:56:40 +00:00
Andreas Bierfert 1ee8c01bac - version upgrade 2006-12-09 17:19:00 +00:00
Andreas Bierfert 2c14598564 - version upgrade 2006-11-11 09:51:32 +00:00
Andreas Bierfert b7dea2a1f2 - version upgrade 2006-10-04 17:02:30 +00:00
Andreas Bierfert dcdc0363d5 - version upgrade 2006-09-15 14:12:03 +00:00
Ville Skyttä a78d36e5b0 http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 21:07:58 +00:00
Andreas Bierfert 03d2b87127 - bump 2006-06-18 09:22:33 +00:00
Andreas Bierfert a19b52d3e6 - version upgrade 2006-05-30 07:43:53 +00:00
Andreas Bierfert be8e958980 - version upgrade 2006-04-22 09:30:51 +00:00
Andreas Bierfert 0931e78a74 - add BR gnutls-devel 2006-03-30 07:10:48 +00:00
Andreas Bierfert da29468d57 - version upgrade 2006-03-30 05:39:42 +00:00
Andreas Bierfert a184abdfd9 - version upgrade 2006-03-18 10:53:58 +00:00
Andreas Bierfert e6358c50ca - Rebuild for Fedora Extras 5 2006-02-16 22:59:17 +00:00
Andreas Bierfert b3fcedb333 - add missing requires python-imaging 2006-02-08 16:51:26 +00:00
Andreas Bierfert 3dfc5d4ff3 - version upgrade 2006-01-19 08:19:35 +00:00
Luke Macken 87135c27ee - Rebuild against new openssl (Bug #174781) 2005-12-22 08:35:34 +00:00
Jeremy Katz 5dfe668aeb - rebuild on all arches 2005-05-22 23:16:50 +00:00
Michael Schwendt 5f1a644974 mass release bump for packages not rebuilt after FC-3-split 2005-04-06 22:13:31 +00:00
Matthias Saou 3b18158776 Mass letter "s" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs
2005-03-05 19:28:28 +00:00
pcompton 01899e582e Fix for x86_64 build, and qt-devel BR bump. 2005-02-09 01:54:43 +00:00
pcompton 4b6f846bc5 scribus 1.2.1 update 2005-01-09 19:29:45 +00:00
Michael Schwendt dded9b1184 Bump release, strip off fedora.us prefix and dist tag. 2004-12-10 22:03:11 +00:00
gafton 81df2fbe5a Fix braindead typo from the original import 2004-11-24 04:56:42 +00:00
7 changed files with 179 additions and 46 deletions

View File

@ -1 +0,0 @@
scribus-1.2.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
scribus-1.3.4.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: scribus
# $Id$
NAME := scribus
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

24
scribus-x86_64.patch Normal file
View File

@ -0,0 +1,24 @@
diff -Nur scribus-1.2.1-orig/scribus/plugins/gettext/htmlim/Makefile.in scribus-1.2.1/scribus/plugins/gettext/htmlim/Makefile.in
--- scribus-1.2.1-orig/scribus/plugins/gettext/htmlim/Makefile.in 2005-01-08 10:10:04.000000000 +0100
+++ scribus-1.2.1/scribus/plugins/gettext/htmlim/Makefile.in 2005-02-03 01:04:48.654806024 +0100
@@ -287,7 +287,7 @@
target_vendor = @target_vendor@
x_includes = @x_includes@
x_libraries = @x_libraries@
-pluginsdir = $(prefix)/lib/scribus/plugins/gettext
+pluginsdir = $(libdir)/scribus/plugins/gettext
SUBDIRS =
plugins_LTLIBRARIES = libhtmlim.la
INCLUDES = $(LIBFREETYPE_CFLAGS) $(XML_CFLAGS) $(all_includes)
diff -Nur scribus-1.2.1-orig/scribus/plugins/gettext/sxwim/Makefile.in scribus-1.2.1/scribus/plugins/gettext/sxwim/Makefile.in
--- scribus-1.2.1-orig/scribus/plugins/gettext/sxwim/Makefile.in 2005-01-08 10:10:04.000000000 +0100
+++ scribus-1.2.1/scribus/plugins/gettext/sxwim/Makefile.in 2005-02-03 01:04:28.093931752 +0100
@@ -303,7 +303,7 @@
target_vendor = @target_vendor@
x_includes = @x_includes@
x_libraries = @x_libraries@
-pluginsdir = $(prefix)/lib/scribus/plugins/gettext
+pluginsdir = $(libdir)/scribus/plugins/gettext
SUBDIRS =
plugins_LTLIBRARIES = libsxwimplugin.la
INCLUDES = $(LIBFREETYPE_CFLAGS) $(XML_CFLAGS) $(all_includes)

View File

@ -50,7 +50,7 @@ TryExec=scribus
Exec=scribus %f
MimeType=application/x-scribus
Terminal=false
Icon=scribusicon.png
Icon=scribusicon
Type=Application
X-StandardInstall=false
Categories=Qt;Office;X-Misc;

View File

@ -1,14 +1,15 @@
Name: scribus
Version: 1.2
Release: 0.fdr.3
Summary: DeskTop Publishing app in QT.
Version: 1.3.4
Release: 3%{?dist}
Summary: DeskTop Publishing application written in Qt
Group: Applications/Productivity
License: GPL
License: GPLv2+
URL: http://www.scribus.net/
Source0: http://www.scribus.org.uk/downloads/1.2/scribus-1.2.tar.bz2
Source0: http://dl.sf.net/scribus/scribus-1.3.4.tar.bz2
Source1: scribus.xml
Source2: scribus.desktop
Source2: scribus.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cups-devel
@ -19,23 +20,46 @@ BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libtiff-devel
BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: openssl-devel
BuildRequires: python-devel >= 2.2
BuildRequires: qt-devel >= 1:3.0.5
BuildRequires: python-devel >= 2.3
BuildRequires: qt-devel >= 1:3.3
BuildRequires: zlib-devel
BuildRequires: freetype-devel
BuildRequires: gnutls-devel
Requires: ghostscript >= 7.07
Requires: python >= 2.2
Requires: python >= 2.3
Requires: python-imaging
Requires: tkinter
Requires(post): shared-mime-info
Requires(post): desktop-file-utils
Requires(postun): shared-mime-info
Requires(postun): desktop-file-utils
Obsoletes: scribus-i18n-en
Obsoletes: scribus-svg
Obsoletes: scribus-scripting
Obsoletes: scribus-short-words
Obsoletes: scribus-vnla
Obsoletes: scribus-i18en
Obsoletes: scribus-i18de
Obsoletes: scribus-i18fr
Obsoletes: scribus-templates
Provides: scribus-i18n-en
Provides: scribus-svg
Provides: scribus-scripting
Provides: scribus-short-words
Provides: scribus-vnla
Provides: scribus-i18en
Provides: scribus-i18de
Provides: scribus-i18fr
Provides: scribus-templates
%description
Scribus is a Layout program for GNU/Linux®, similar to Adobe® PageMaker™,
QuarkXPress™ or Adobe® InDesign™, except that it is published under the
GNU GPL.
Scribus is an desktop open source page layout program with
the aim of producing commercial grade output in PDF and
Postscript, primarily, though not exclusively for Linux.
While the goals of the program are for ease of use and simple easy to
understand tools, Scribus offers support for professional publishing
@ -44,7 +68,7 @@ import/export and creation of color separations.
%package devel
Summary: Header files for Scribus.
Summary: Header files for Scribus
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
@ -53,13 +77,15 @@ Header files for Scribus.
%prep
%setup -q
%setup -q
#%patch -p1 -b .x86_64
%build
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
%configure \
--with-pythondir=%{_prefix}
--with-pythondir=%{_prefix} \
--with-extra-libs=%{_libdir}
make %{?_smp_mflags}
@ -71,10 +97,10 @@ install -p -D -m0644 scribus/icons/scribusicon.png ${RPM_BUILD_ROOT}%{_datadir}/
install -p -D -m0644 scribus/icons/scribusdoc.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/x-scribus.png
install -p -D -m0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/scribus.xml
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category X-Fedora \
%{SOURCE2}
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category X-Fedora \
scribus.desktop
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
@ -84,12 +110,12 @@ rm -rf ${RPM_BUILD_ROOT}
%post
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
%postun
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
@ -102,14 +128,118 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
%{_datadir}/pixmaps/*
%{_datadir}/scribus/
%{_libdir}/scribus/
%{_mandir}/man1/*
%{_mandir}/pl/man1/*
%{_mandir}/de/man1/*
%files devel
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_includedir}/scribus/
%changelog
* Fri Dec 28 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.3.4-3
- fix inclusion of python scripts as proposed by Todd Zullinger (#312091)
- fix desktop file
* Thu Aug 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.3.4-2
- rebuild for buildid
- new license tag
* Sat Jun 02 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.4
- version upgrade
* Mon Dec 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.3.6-1
- version upgrade
* Sat Nov 11 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.3.5-1
- version upgrade
* Wed Oct 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.3.4-1
- version upgrade
* Fri Sep 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.3.3-1
- version upgrade (#205962)
* Sun Jun 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.3.2-2
- bump
* Tue May 30 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.3.2-1
- version upgrade
* Sat Apr 22 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.3.1-1
- version upgrade
* Tue Mar 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.3-1
- version upgrade
- add BR gnutls-devel
* Sat Mar 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.3.2-1
- upgrade to beta version
* Thu Feb 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.2.4.1-4
- Rebuild for Fedora Extras 5
* Wed Feb 08 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.2.4.1-3
- add missing requires python-imaging
* Sat Jan 21 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.2.4.1-2
- rebuild (#178494)
* Wed Jan 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
1.2.4.1-1
- version upgrade
* Thu Jul 7 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.2.1-2
- use dist tag for sanity between branches
* Tue Jul 5 2005 P Linnell <mrdocs AT scribus.info> - 1.2.2.1-1
- 1.2.2.1 released to fix crash on open with certain 1.2.1 docs
* Sun Jul 3 2005 P Linnell <mrdocs AT scribus.info> - 1.2.2-0.fc4
- 1.2.2 final
* Tue Jun 28 2005 P Linnell <mrdocs AT scribus.info>- 1.2.2cvs-0
- test build for 1.2.2cvs
- Add freetype2 explicit build requirement
- Add obsoletes. See PACKAGING in the source tarball
- Change the description per PACKAGING
- Bump required python. 2.2 is no longer supported.
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.2.1-5
- rebuild on all arches
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
* Sun Feb 06 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 1.2.1-3
- Bumped BR on qt-devel to 3.3.
* Thu Feb 3 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2.1-2
- Fix x86_64 build and summary.
* Sun Jan 09 2005 Phillip Compton <pcompton[AT]proteinmedia.com> - 1.2.1-1
- 1.2.1.
* Sat Dec 04 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 1.2.1-0.1.cvs20041118
- cvs snapshot.
* Wed Nov 11 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 1.2-0.fdr.3
- Redirect output in post/postun, to avoid failure.

View File

@ -1 +1 @@
7d2c2b228f9a6ff82c9401fd54bdbe16 scribus-1.2.tar.bz2
cd3bc6cc6c2e2826eb689342e439443d scribus-1.3.4.tar.bz2