Updated to 2.26.1.
This commit is contained in:
parent
cd9f969ead
commit
de2fff0828
@ -1 +1 @@
|
||||
gedit-plugins-2.22.3.tar.gz
|
||||
gedit-plugins-2.26.1.tar.gz
|
||||
|
||||
@ -1,19 +1,18 @@
|
||||
Name: gedit-plugins
|
||||
Version: 2.22.3
|
||||
Release: 4%{?dist}
|
||||
Version: 2.26.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugins for gedit
|
||||
|
||||
Group: Applications/Editors
|
||||
License: GPLv2+
|
||||
URL: http://live.gnome.org/GeditPlugins
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/gedit-plugins/2.22/%{name}-%{version}.tar.gz
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/gedit-plugins/2.26/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: gedit-devel
|
||||
BuildRequires: gucharmap-devel
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: vte-devel
|
||||
BuildRequires: cairo-devel
|
||||
@ -24,8 +23,8 @@ BuildRequires: pygobject2-devel
|
||||
BuildRequires: intltool
|
||||
Requires: gedit
|
||||
Requires: pygtk2
|
||||
Requires: pygtksourceview
|
||||
Requires: pygobject2
|
||||
Requires: pygtksourceview
|
||||
Requires: pygobject2
|
||||
Requires(pre): GConf2
|
||||
Requires(post): GConf2
|
||||
Requires(preun): GConf2
|
||||
@ -42,7 +41,7 @@ grep '"import vte' configure && sed \
|
||||
|
||||
%build
|
||||
%configure --disable-schemas-install --enable-python
|
||||
#--with-plugins=bracketcompletion,charmap,codecomment,colorpicker,drawspaces,joinlines,showtabbar,smartspaces,terminal
|
||||
#--with-plugins=bracketcompletion,charmap,codecomment,colorpicker,drawspaces,joinlines,showtabbar,smartspaces,terminal,bookmarks
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -50,8 +49,7 @@ make %{?_smp_mflags}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang %{name}
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/gedit-2/plugins/libcharmap.la
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/gedit-2/plugins/libshowtabbar.la
|
||||
find $RPM_BUILD_ROOT/%{_libdir}/gedit-2/plugins -name "*.la" -exec rm {} \;
|
||||
|
||||
|
||||
%clean
|
||||
@ -89,9 +87,22 @@ fi
|
||||
%doc README NEWS AUTHORS COPYING
|
||||
%config(noreplace) %{_sysconfdir}/gconf/schemas/*.schemas
|
||||
%{_libdir}/gedit-2/plugins/*
|
||||
%{_datadir}/gedit-2/plugins/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 11 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.1-1
|
||||
- Update to upstream release 2..26.1
|
||||
- Fixes GNOME bugzilla bug #576766 - Crash when Configuring "Draw Spaces"
|
||||
- Make sure to remove all *.la files
|
||||
- Remove BuildRequire libgnomeui-devel as needless now
|
||||
|
||||
* Fri Apr 10 2009 Dodji Seketeli <dodji@redhat.org> - 2.26.0-1
|
||||
- Update to upstream release (2.26.1)
|
||||
- Add plugin files from %%{_datadir}
|
||||
- Don't check for vte anymore, the package checks it pkg-config
|
||||
- Add 'bookmarks' to the plugin set
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
@ -1 +1,2 @@
|
||||
gedit-plugins-2_22_3-1_fc9:HEAD:gedit-plugins-2.22.3-1.fc9.src.rpm:1222710398
|
||||
gedit-plugins-2_26_1-1_fc11:HEAD:gedit-plugins-2.26.1-1.fc11.src.rpm:1239459462
|
||||
|
||||
Loading…
Reference in New Issue
Block a user