auto-import changelog data from gedit-0.9.4-3.src.rpm

Fri Feb 23 2001 Akira TAGOH <tagoh@redhat.com>
- Fixed preview for !ja locale.
Wed Feb 07 2001 Akira TAGOH <tagoh@redhat.com>
- Fixed handling fontset. (Bug#24998)
- Added print out for multibyte patch.
Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
0.9.4
This commit is contained in:
cvsdist 2004-09-09 05:03:24 +00:00
parent 709e4ff9d1
commit 0f963427d3
3 changed files with 36 additions and 21 deletions

View File

@ -1 +1 @@
gedit-0.9.0.tar.gz
gedit-0.9.4.tar.gz

View File

@ -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 <tagoh@redhat.com>
- Fixed preview for !ja locale.
* Wed Feb 07 2001 Akira TAGOH <tagoh@redhat.com>
- Fixed handling fontset. (Bug#24998)
- Added print out for multibyte patch.
* Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
0.9.4
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
- Up Epoch and release

View File

@ -1 +1 @@
808088afa1ece2dffc284ed34cd1b4af gedit-0.9.0.tar.gz
6e7eb64c6263422c5dafaeefaf43b38c gedit-0.9.4.tar.gz