2024-01-05 22:40:38 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1-2)
|
|
|
|
%define pkgname gedit-plugins
|
|
|
|
Name: gedit-plugins
|
2024-01-05 22:40:38 +01:00
|
|
|
Version: 3.28.0
|
2024-01-05 22:40:38 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A set of plugins for gedit
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 22:40:38 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:40:38 +01:00
|
|
|
URL: http://www.gnome.org/projects/gedit/
|
|
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gedit-plugins/%{majver}/gedit-plugins-%{version}.tar.xz
|
|
|
|
License: GPL
|
2024-01-05 22:40:38 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 22:40:38 +01:00
|
|
|
BuildRequires: pygtk-devel
|
|
|
|
BuildRequires: libglade-devel
|
|
|
|
BuildRequires: libgnomeui-devel
|
|
|
|
BuildRequires: libgtksourceview
|
|
|
|
BuildRequires: gedit-devel
|
|
|
|
Requires: gedit
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{pkgname} are a set of plugins for gedit.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%configure --disable-schemas-install
|
|
|
|
###--with-plugins=all
|
|
|
|
###--disable-scrollkeeper
|
|
|
|
|
|
|
|
%make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
##export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
|
|
%makeinstall DESTDIR=%{buildroot}
|
|
|
|
##unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/gedit-2/*.la
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/gedit-2/*.py
|
|
|
|
|
|
|
|
%find_lang %{pkgname}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{pkgname}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/gedit/plugins/
|
|
|
|
%{_libdir}/gedit/plugins/*
|
2024-01-05 22:40:38 +01:00
|
|
|
%{_datadir}/appdata/gedit-*.metainfo.xml
|
2024-01-05 22:40:38 +01:00
|
|
|
%dir %{_datadir}/gedit/plugins
|
|
|
|
%dir %{_datadir}/gedit/plugins/colorschemer
|
|
|
|
%dir %{_datadir}/gedit/plugins/colorschemer/ui
|
|
|
|
%{_datadir}/gedit/plugins/colorschemer/ui/schemer.ui
|
|
|
|
%dir %{_datadir}/gedit/plugins/commander
|
|
|
|
%dir %{_datadir}/gedit/plugins/commander/modules
|
|
|
|
%{_datadir}/gedit/plugins/commander/modules/*
|
2024-01-05 22:40:38 +01:00
|
|
|
%{_datadir}/gedit/plugins/translate/ui/preferences.ui
|
2024-01-05 22:40:38 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.*.xml
|
2024-01-05 22:40:38 +01:00
|
|
|
%dir %{_datadir}/help/*/gedit
|
|
|
|
%{_datadir}/help/*/gedit/*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:40:38 +01:00
|
|
|
* Mon Mar 26 2018 Automatic Build System <autodist@mambasoft.it> 3.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Fri Nov 04 2016 Automatic Build System <autodist@mambasoft.it> 3.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Thu Nov 13 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 12 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:40:38 +01:00
|
|
|
* Wed Dec 04 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 31 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun May 26 2013 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 14 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
|
|
- update to 3.6.1
|
|
|
|
|
|
|
|
* Fri Nov 12 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.0-1mamba
|
|
|
|
- update to 2.32.0
|
|
|
|
|
|
|
|
* Sat Sep 26 2009 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
|
|
|
- automatic update to 2.28.0 by autodist
|
|
|
|
|
|
|
|
* Wed Jul 29 2009 Automatic Build System <autodist@mambasoft.it> 2.26.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue May 19 2009 Automatic Build System <autodist@mambasoft.it> 2.26.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 19 2009 Automatic Build System <autodist@mambasoft.it> 2.26.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 30 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
|
|
|
- update to 2.26.0
|
|
|
|
|
|
|
|
* Tue May 20 2008 gil <puntogil@libero.it> 2.22.2-1mamba
|
|
|
|
- package created by autospec
|