]> git.pld-linux.org Git - packages/gedit.git/commitdiff
- cleanup, patch solving http://bugzilla.gnome.org/show_bug.cgi?id=311187
authorfreetz <freetz@pld-linux.org>
Fri, 29 Jul 2005 12:30:56 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  added, rel.2

Changed files:
    gedit.spec -> 1.80

gedit.spec

index f081aa0b35af47d4073eb6d40ec9af3358b002e1..cb4bfc58085045864165a14c661fc04452bf8e77 100644 (file)
@@ -2,14 +2,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:          gedit2
 Version:       2.10.3
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications/Editors
 Source0:       http://ftp.gnome.org/pub/gnome/sources/gedit/2.10/gedit-%{version}.tar.bz2
 # Source0-md5: da859e7b87f96290d1d961f0c8dee5ee
 Patch0:                %{name}-use_default_font.patch
 Patch1:                %{name}-desktop.patch
-Patch2:                %{name}-tabs-on-the-left.patch
+Patch2:                %{name}-bug311187.patch
 URL:           http://gedit.sourceforge.net/
 BuildRequires: GConf2-devel >= 2.10.0
 BuildRequires: ORBit2-devel
@@ -74,10 +74,10 @@ Pliki nag
 %setup -q -n gedit-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+%patch2 -p0
 
 %build
-cp /usr/share/gnome-common/data/omf.make .
+%{__gnome_doc_common}
 %{__libtoolize}
 %{__intltoolize}
 %{__aclocal}
@@ -129,14 +129,14 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/gedit-2
 %dir %{_libdir}/gedit-2/plugins
 %attr(755,root,root) %{_libdir}/gedit-2/plugins/*.so*
-%{_libdir}/gedit-2/plugins/*.gedit-plugin
 %{_libdir}/bonobo/servers/*
-%{_pixmapsdir}/*
-%{_desktopdir}/*
+%{_libdir}/gedit-2/plugins/*.gedit-plugin
 %{_datadir}/gedit-2
 %{_datadir}/idl/*
-%{_omf_dest_dir}/%{name}
+%{_desktopdir}/*
 %{_mandir}/man1/*
+%{_omf_dest_dir}/%{name}
+%{_pixmapsdir}/*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.034052 seconds and 4 git commands to generate.