From 709e4ff9d1ccf8716f196e41e16ba6f1bec0afd4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:03:18 +0000 Subject: [PATCH] auto-import changelog data from gedit-0.9.0-3.src.rpm Fri Aug 11 2000 Jonathan Blandford - Up Epoch and release Wed Aug 09 2000 Jonathan Blandford - include glade files so that it will actually work. Tue Aug 01 2000 Jonathan Blandford - upgrade package to newer version at request of author. Thu Jul 13 2000 Prospector - automatic rebuild Mon Jun 19 2000 Preston Brown - FHS paths Sun Jun 11 2000 Jonathan Blandford - update to 0.7.9. Somewhat untested. Fri Feb 11 2000 Jonathan Blandford - removed "reverse search function as it doesn't work. Thu Feb 03 2000 Preston Brown - rebuild to gzip man pages Mon Jan 17 2000 Elliot Lee - If I don't put in a log entry here, people will be very upset about not being able to find out that I am to blame for the 0.6.1 upgrade Mon Aug 16 1999 Michael Fulbright - version 0.5.4 Sat Feb 06 1999 Michael Johnson - Cleaned up a bit for Red Hat use Thu Oct 22 1998 Alex Roberts - First try at an RPM --- .cvsignore | 1 + gedit.spec | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 104 insertions(+) create mode 100644 gedit.spec diff --git a/.cvsignore b/.cvsignore index e69de29..9a6f964 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gedit-0.9.0.tar.gz diff --git a/gedit.spec b/gedit.spec new file mode 100644 index 0000000..15077a5 --- /dev/null +++ b/gedit.spec @@ -0,0 +1,102 @@ + +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 + + +%description +gEdit is a small but powerful text editor designed specifically for +the GNOME GUI desktop. gEdit includes a plug-in API (which supports +extensibility while keeping the core binary small), support for +editing multiple documents using notebook tabs, and standard text +editor functions. + +You'll need to have GNOME and GTK+ installed to use gEdit. + +%package devel +Summary: The files needed for developing plug-ins for the gEdit editor. +Group: Development/Libraries + +%description devel +gEdit is a small but powerful text editor for the GNOME GUI desktop. +This package allows you to develop plug-ins that work within gEdit. + +Install gedit-devel if you want to write plug-ins for gEdit. + +%prep +%setup -q + +%build + +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT + +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-, root, root) + +%doc README COPYING ChangeLog NEWS TODO AUTHORS INSTALL THANKS +%{_bindir}/gedit +%{_datadir}/locale/*/*/* +%{_datadir}/gnome/apps/*/* +%{_datadir}/gnome/help/gedit +%{_datadir}/pixmaps/* +%{_datadir}/mime-info/* +%{_datadir}/gedit/*/* +%{_mandir}/*/* +%{_libdir}/*/*/* + +%changelog +* Fri Aug 11 2000 Jonathan Blandford +- Up Epoch and release + +* Wed Aug 09 2000 Jonathan Blandford +- include glade files so that it will actually work. + +* Tue Aug 01 2000 Jonathan Blandford +- upgrade package to newer version at request of author. + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Preston Brown +- FHS paths + +* Sun Jun 11 2000 Jonathan Blandford +- update to 0.7.9. Somewhat untested. + +* Fri Feb 11 2000 Jonathan Blandford +- removed "reverse search function as it doesn't work. + +* Thu Feb 03 2000 Preston Brown +- rebuild to gzip man pages + +* Mon Jan 17 2000 Elliot Lee +- If I don't put in a log entry here, people will be very upset about not + being able to find out that I am to blame for the 0.6.1 upgrade + +* Mon Aug 16 1999 Michael Fulbright +- version 0.5.4 + +* Sat Feb 06 1999 Michael Johnson +- Cleaned up a bit for Red Hat use + +* Thu Oct 22 1998 Alex Roberts +- First try at an RPM diff --git a/sources b/sources index e69de29..4d4b98d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +808088afa1ece2dffc284ed34cd1b4af gedit-0.9.0.tar.gz