]> git.pld-linux.org Git - packages/gedit0.git/commitdiff
- updated to 0.6.0
authorpius <pius@pld-linux.org>
Sun, 21 Nov 1999 19:12:08 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsoleted patches
- removed gedit-devel subpackage (it was for gmodule-plugins stuff
  which no longer exists)
- added automake on top of %%build
- moved geditrc to %%{_datadir}/misc
- updated docs list
- cosmetics

Changed files:
    gedit0.spec -> 1.16

gedit0.spec

index c999eeb9a6e8c1d6aabd3b62b4b3ccc726a7b067..b16db8d433efbb3ded79961e07740ca20b0518cd 100644 (file)
@@ -1,16 +1,14 @@
 Summary:       gEdit - small but powerful text editor for X Window
 Summary(pl):   gEdit - ma³y ale potê¿ny edytor tekstu dla X Window
 Name:          gedit
-Version:       0.5.4
+Version:       0.6.0
 Release:       1
 Copyright:     GPL
 Group:         X11/Applications/Editors
 Group(pl):     X11/Aplikacje/Edytory
 Source:                http://gedit.pn.org/%{name}-%{version}.tar.gz
 Patch0:                gedit-desktop.patch
-Patch1:                gedit-DESTDIR.patch
-Patch2:                gedit-dcl.patch
-Patch3:                gedit-plugins.patch
+Patch1:                gedit-makefile.patch
 URL:           http://gedit.pn.org
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: glib-devel >= 1.2.0
@@ -23,7 +21,6 @@ BuildRoot:    /tmp/%{name}-%{version}-root
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
-%define                _libexecdir     %{_libdir}
 
 %description
 gEdit is a small but powerful text editor for GTK+ and/or GNOME.
@@ -38,36 +35,16 @@ kt
 nie zwiêkszaj±c rozmiarów samego programu, mo¿liwo¶æ edycji wielu 
 dokumentów naraz i wiele innych.
 
-%package devel
-Summary:       Develop plugins for the gEdit editor
-Summary(pl):   Biblioteki umo¿liwiaj±ce pisanie wtyczek dla gEdit
-Group:                 Development/Libraries
-Group(pl):     Programowanie/Biblioteki
-Requires:      %{name} = %{version}
-
-%description devel
-gEdit is a small but powerful text editor for GTK+ and/or GNOME.
-This package allows you to develop plugins that work within
-gEdit.  Plugins can create new documents and manipulate documents
-in arbitrary ways.
-
-%description devel -l pl
-gEdit jest ma³ym ale potê¿nym edytorem tekstu dla GTK+ i/lub GNOME.
-Ten pakiet zawiera biblioteki umo¿liwiaj±ce pisanie "wtyczek" dla gEdita.
-"Wtyczki" mog± tworzyæ nowe dokumenty i manipulowaæ nimi na wiele róznych
-sposobów.
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p1
-%patch2 -p0
-%patch3 -p0
+%patch1 -p0
 
 %build
+automake
 gettextize --copy --force
 LDFLAGS="-s" ; export LDFLAGS
-%configure
+%configure 
 
 make
 
@@ -77,7 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 make install-strip DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/gedit.1 \
-       FAQ README README.plugins ChangeLog TODO AUTHORS THANKS KNOWNBUGS
+       FAQ README README.plugins ChangeLog TODO AUTHORS THANKS KNOWNBUGS \
+       TODO-road_to_1.0.0
 
 %find_lang %{name}
 
@@ -87,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc {FAQ,README,ChangeLog,TODO,AUTHORS,THANKS,README.plugins,KNOWNBUGS}.gz
+%doc TODO-road_to_1.0.0.gz
 %attr(755,root,root) %{_bindir}/gedit
 
 %{_datadir}/applnk/Editors/gedit.desktop
@@ -97,11 +76,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_datadir}/pixmaps/*
 %{_datadir}/mime-info/*
-%{_datadir}/geditrc
+%{_datadir}/misc/geditrc
 %{_mandir}/man1/gedit.1.gz
-
-%files devel
-%defattr(644,root,root,755)
-%dir %{_includedir}/gedit
-%{_includedir}/gedit/client.h
-%{_libdir}/libclient.a
This page took 0.112216 seconds and 4 git commands to generate.