From 4a38241df54e4e71df8208b4b875102f2b151f10 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 05:19:53 +0000 Subject: [PATCH] auto-import changelog data from scribus-1.1.7-0.fdr.3.1.src.rpm 1.1.7-0.fdr.3 - BuildReq openssl-devel (#1727). 1.1.7-0.fdr.2 - Source0 allows direct download (#1727). - Req tkinter (#1727). 1.1.7-0.fdr.1 - Updated to 1.1.7. - Re-added _smp_mflags. 1.1.6-0.fdr.3 - Add Application Category to desktop entry. 1.1.6-0.fdr.2 - Bump ghostscript Req to 7.07. - URL scribus.net. 1.1.6-0.fdr.1 - Updated to 1.1.6. - Using upstream desktop entry. 1.1.5-0.fdr.1 - Updated to 1.1.5. 1.1.4-0.fdr.1 - Updated to 1.1.4. --- .cvsignore | 2 +- scribus.desktop | 9 ------- scribus.spec | 62 ++++++++++++++++++++++++++++++++++++++----------- sources | 2 +- 4 files changed, 50 insertions(+), 25 deletions(-) delete mode 100644 scribus.desktop diff --git a/.cvsignore b/.cvsignore index e321ab8..7f96a39 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -scribus-1.1.3.tar.gz +scribus-1.1.7.tar.bz2 diff --git a/scribus.desktop b/scribus.desktop deleted file mode 100644 index 86a5e20..0000000 --- a/scribus.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Scribus -Comment=Desktop Publishing -Exec=scribus -Icon=scribusicon.png -Terminal=false -Type=Application -Categories=Office;Application; diff --git a/scribus.spec b/scribus.spec index 63d7b4a..afa1986 100644 --- a/scribus.spec +++ b/scribus.spec @@ -1,14 +1,15 @@ Name: scribus -Version: 1.1.3 -Release: 0.fdr.2.rh90 +Version: 1.1.7 +Release: 0.fdr.3.1 Epoch: 0 Summary: DeskTop Publishing app in QT. Group: Applications/Productivity License: GPL -URL: http://web2.altmuehlnet.de/fschmid/ -Source0: http://web2.altmuehlnet.de/fschmid/scribus-1.1.3.tar.gz -Source1: scribus.desktop +URL: http://www.scribus.net/ +#Link from site does not allow direct download. +#Source0: http://ahnews.music.salford.ac.uk/scribus/scribus-1.1.7.tar.bz2 +Source0: http://web2.altmuehlnet.de/fschmid/scribus-1.1.7.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel >= 1:3.0.5 @@ -20,11 +21,13 @@ BuildRequires: libtiff-devel BuildRequires: cups-devel BuildRequires: lcms-devel BuildRequires: libart_lgpl-devel +BuildRequires: openssl-devel BuildRequires: libtool BuildRequires: python-devel >= 0:2.2 BuildRequires: desktop-file-utils Requires: python >= 0:2.2 -Requires: ghostscript >= 0:7.05 +Requires: ghostscript >= 0:7.07 +Requires: tkinter Obsoletes: scribus-svg Obsoletes: scribus-scripting @@ -32,12 +35,13 @@ Provides: scribus-scripting %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. +QuarkXPress™ or Adobe® InDesign™, except that it is published under the +GNU GPL. While the goals of the program are for ease of use and simple easy to -understand tools, Scribus offers support for professional publishing features, -such as CMYK color, easy PDF creation, Encapsulated Postscript import/export -and creation of color separations. +understand tools, Scribus offers support for professional publishing +features, such as CMYK color, easy PDF creation, Encapsulated Postscript +import/export and creation of color separations. %package devel @@ -59,7 +63,7 @@ Header files for Scribus. [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure \ --with-pythondir=%{_prefix} -make +make %{?_smp_mflags} @@ -70,8 +74,9 @@ rm -rf ${RPM_BUILD_ROOT} install -p -D -m0644 scribus/icons/scribusicon.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/scribusicon.png desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --add-category Application \ --add-category X-Fedora \ - %{SOURCE1} + scribus.desktop find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';' @@ -86,18 +91,47 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/scribus -%{_libdir}/scribus +%{_libdir}/scribus/ +%{_datadir}/scribus/ %{_datadir}/pixmaps/scribusicon.png %{_datadir}/applications/fedora-%{name}.desktop %files devel %defattr(-,root,root,-) %doc AUTHORS COPYING -%{_includedir}/scribus +%{_includedir}/scribus/ %changelog +* Fri Jul 10 2004 Phillip Compton - 0:1.1.7-0.fdr.3 +- BuildReq openssl-devel (#1727). + +* Thu Jun 10 2004 Phillip Compton - 0:1.1.7-0.fdr.2 +- Source0 allows direct download (#1727). +- Req tkinter (#1727). + +* Sun Jun 06 2004 Phillip Compton - 0:1.1.7-0.fdr.1 +- Updated to 1.1.7. +- Re-added _smp_mflags. + +* Mon May 24 2004 Phillip Compton - 0:1.1.6-0.fdr.3 +- Add Application Category to desktop entry. + +* Sun Apr 11 2004 Phillip Compton - 0:1.1.6-0.fdr.2 +- Bump ghostscript Req to 7.07. +- URL scribus.net. + +* Tue Apr 06 2004 Phillip Compton - 0:1.1.6-0.fdr.1 +- Updated to 1.1.6. +- Using upstream desktop entry. + +* Sat Feb 14 2004 Phillip Compton - 0:1.1.5-0.fdr.1 +- Updated to 1.1.5. + +* Sun Dec 21 2003 Phillip Compton - 0:1.1.4-0.fdr.1 +- Updated to 1.1.4. + * Thu Dec 04 2003 Phillip Compton - 0:1.1.3-0.fdr.2 - Dropped LDFLAGS="-lm" - Added --with-pythondir=%%{_prefix} diff --git a/sources b/sources index 80eb9b0..b6dc877 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af1a8b29f55364553e2e42dc39955f55 scribus-1.1.3.tar.gz +1786f2ee59d1c80af4b52f287d449bbe scribus-1.1.7.tar.bz2