From 0f963427d37c9342ab98bc9a7d4e1db71b85e445 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:03:24 +0000 Subject: [PATCH] auto-import changelog data from gedit-0.9.4-3.src.rpm Fri Feb 23 2001 Akira TAGOH - Fixed preview for !ja locale. Wed Feb 07 2001 Akira TAGOH - Fixed handling fontset. (Bug#24998) - Added print out for multibyte patch. Fri Dec 29 2000 Matt Wilson 0.9.4 --- .cvsignore | 2 +- gedit.spec | 53 ++++++++++++++++++++++++++++++++++------------------- sources | 2 +- 3 files changed, 36 insertions(+), 21 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9a6f964..13392b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gedit-0.9.0.tar.gz +gedit-0.9.4.tar.gz diff --git a/gedit.spec b/gedit.spec index 15077a5..621a19f 100644 --- a/gedit.spec +++ b/gedit.spec @@ -1,18 +1,20 @@ +Summary: gEdit is a small but powerful text editor for GNOME. +Name: gedit +Version: 0.9.4 +Release: 3 +Epoch: 1 +Copyright: GPL +Group: Applications/Editors +Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gedit/gedit-%{version}.tar.gz +URL: http://gedit.sourceforge.net/ +BuildRoot: %{_tmppath}/gedit-%{version}-root -Summary: gEdit is a small but powerful text editor for GNOME. -Name: gedit -Version: 0.9.0 -Release: 3 -Epoch: 1 -Copyright: GPL -Group: Applications/Editors -Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gedit/gedit-%{version}.tar.gz -URL: http://gedit.sourceforge.net/ -BuildRoot: %{_tmppath}/gedit-%{version}-root -Requires: gtk+ >= 1.2.7 -Requires: gnome-libs >= 1.0.55 -Requires: gnome-print >= 0.18 +Requires: gtk+ >= 1.2.7 +Requires: gnome-libs >= 1.0.55 +Requires: gnome-print >= 0.18 +Patch1: gedit-0.9.4-cjk.patch +Patch2: gedit-0.9.4-print.patch %description gEdit is a small but powerful text editor designed specifically for @@ -35,6 +37,8 @@ Install gedit-devel if you want to write plug-ins for gEdit. %prep %setup -q +%patch1 -p1 -b .cjk +%patch2 -p1 -b .print %build @@ -45,25 +49,36 @@ make rm -rf $RPM_BUILD_ROOT %makeinstall +if [ -f /usr/lib/rpm/find-lang.sh ] ; then + /usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT %name +fi %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-, root, root) - -%doc README COPYING ChangeLog NEWS TODO AUTHORS INSTALL THANKS +%doc README COPYING ChangeLog NEWS TODO AUTHORS INSTALL THANKS FAQ %{_bindir}/gedit -%{_datadir}/locale/*/*/* %{_datadir}/gnome/apps/*/* %{_datadir}/gnome/help/gedit %{_datadir}/pixmaps/* %{_datadir}/mime-info/* -%{_datadir}/gedit/*/* +%{_datadir}/gedit +%{_libdir}/gedit %{_mandir}/*/* -%{_libdir}/*/*/* %changelog +* Fri Feb 23 2001 Akira TAGOH +- Fixed preview for !ja locale. + +* Wed Feb 07 2001 Akira TAGOH +- Fixed handling fontset. (Bug#24998) +- Added print out for multibyte patch. + +* Fri Dec 29 2000 Matt Wilson +0.9.4 + * Fri Aug 11 2000 Jonathan Blandford - Up Epoch and release diff --git a/sources b/sources index 4d4b98d..8437c7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -808088afa1ece2dffc284ed34cd1b4af gedit-0.9.0.tar.gz +6e7eb64c6263422c5dafaeefaf43b38c gedit-0.9.4.tar.gz