Update to 3.35.90
- Remove the zeitgeist plugin
This commit is contained in:
parent
db09701633
commit
ea4d6e62e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@ gedit-plugins-2.31.1.tar.bz2
|
||||
/gedit-plugins-3.34.0.tar.xz
|
||||
/gedit-plugins-3.34.1.tar.xz
|
||||
/gedit-plugins-3.35.1.tar.xz
|
||||
/gedit-plugins-3.35.90.tar.xz
|
||||
|
@ -2,17 +2,11 @@
|
||||
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
|
||||
%global _python_bytecompile_extra 1
|
||||
|
||||
%if 0%{?fedora}
|
||||
%global with_zeitgeist 1
|
||||
%else
|
||||
%global with_zeitgeist 0
|
||||
%endif
|
||||
|
||||
%global __python %{__python3}
|
||||
|
||||
Name: gedit-plugins
|
||||
Version: 3.35.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.35.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Plugins for gedit
|
||||
|
||||
License: GPLv2+
|
||||
@ -36,9 +30,6 @@ BuildRequires: python3-gobject
|
||||
BuildRequires: vala
|
||||
BuildRequires: vte291-devel
|
||||
BuildRequires: yelp-tools
|
||||
%if 0%{with_zeitgeist}
|
||||
BuildRequires: zeitgeist-devel
|
||||
%endif
|
||||
|
||||
# this is a metapackage dragging in all the plugins
|
||||
Requires: gedit-plugin-bookmarks
|
||||
@ -60,9 +51,6 @@ Requires: gedit-plugin-terminal
|
||||
Requires: gedit-plugin-textsize
|
||||
Requires: gedit-plugin-translate
|
||||
Requires: gedit-plugin-wordcompletion
|
||||
%if 0%{with_zeitgeist}
|
||||
Requires: gedit-plugin-zeitgeist
|
||||
%endif
|
||||
|
||||
%description
|
||||
A collection of plugins for gedit.
|
||||
@ -206,26 +194,11 @@ Requires: %{name}-data = %{version}-%{release}
|
||||
%description -n gedit-plugin-wordcompletion
|
||||
The gedit wordcompletion plugin.
|
||||
|
||||
%if 0%{with_zeitgeist}
|
||||
%package -n gedit-plugin-zeitgeist
|
||||
Summary: gedit zeitgeist plugin
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
Requires: zeitgeist
|
||||
Obsoletes: gedit-zeitgeist < 2:3.13.0
|
||||
%description -n gedit-plugin-zeitgeist
|
||||
The gedit zeitgeist plugin.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%if 0%{with_zeitgeist}
|
||||
-Dplugin_zeitgeist=true
|
||||
%else
|
||||
-Dplugin_zeitgeist=false
|
||||
%endif
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -351,14 +324,11 @@ The gedit zeitgeist plugin.
|
||||
%{_libdir}/gedit/plugins/wordcompletion.plugin
|
||||
%{_datadir}/metainfo/gedit-wordcompletion.metainfo.xml
|
||||
|
||||
%if 0%{with_zeitgeist}
|
||||
%files -n gedit-plugin-zeitgeist
|
||||
%{_libdir}/gedit/plugins/libzeitgeist.so
|
||||
%{_libdir}/gedit/plugins/zeitgeist.plugin
|
||||
%{_datadir}/metainfo/gedit-zeitgeist.metainfo.xml
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 3.35.90-1
|
||||
- Update to 3.35.90
|
||||
- Remove the zeitgeist plugin
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gedit-plugins-3.35.1.tar.xz) = 0c46a6a60434ddde3e2c86d33f2bc67712d46f29f66bbdce25b8d766834dfb2c969cb5e5c93848c2c37cdcc2f6b7f14f39ba1efdce6dbf155eda723b1b1f8271
|
||||
SHA512 (gedit-plugins-3.35.90.tar.xz) = 653dcf2b8b966991a52d7ea8aee03832367903b70839ec4baadd9bc3a88c306f5896fc6ad7bc4596540489ae132150e38d386eae19177b295e9c7dabdf55b6fd
|
||||
|
Loading…
Reference in New Issue
Block a user