forked from pool/bijiben
Accepting request 538398 from GNOME:Factory
Update to 3.26.2 (forwarded request 538085 from dimstar) OBS-URL: https://build.opensuse.org/request/show/538398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bijiben?expand=0&rev=35
This commit is contained in:
commit
ca377c4147
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f5bc9f5b86162038f24f4a02a659500f294b6811de8e77ed61a3bd6ec20d499
|
||||
size 864676
|
3
bijiben-3.26.2.tar.xz
Normal file
3
bijiben-3.26.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e574484b2fdc39d56ac589aff560669691054bd01a126836f365916ebed4305
|
||||
size 865148
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 12:41:43 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.26.2:
|
||||
+ Added support for Tracker2.
|
||||
+ Updated translations.
|
||||
- Drop sed hack to inject tracker 2 support into configure.
|
||||
- Drop libtool BuildRequires and call to autoreconf, as we no
|
||||
longer modify the build system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 00:19:06 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
12
bijiben.spec
12
bijiben.spec
@ -19,7 +19,7 @@
|
||||
%define with_zeitgeist 0
|
||||
|
||||
Name: bijiben
|
||||
Version: 3.26.1
|
||||
Version: 3.26.2
|
||||
Release: 0
|
||||
Summary: Note editor for GNOME
|
||||
License: GPL-3.0+ and CC-BY-SA-3.0
|
||||
@ -27,7 +27,6 @@ Group: Productivity/Text/Editors
|
||||
Url: https://live.gnome.org/Bijiben
|
||||
Source: http://download.gnome.org/sources/bijiben/3.26/%{name}-%{version}.tar.xz
|
||||
BuildRequires: intltool >= 0.50.1
|
||||
BuildRequires: libtool
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
@ -68,10 +67,8 @@ search results from documents.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i 's:tracker-sparql-1.0:tracker-sparql-2.0:g' configure.ac
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-update-mimedb \
|
||||
@ -80,6 +77,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
if [ -f %{buildroot}%{_datadir}/metainfo/org.gnome.bijiben.appdata.xml ]; then
|
||||
rm -r %{buildroot}%{_datadir}/appdata/
|
||||
fi
|
||||
find %{buildroot} -type f -name '*.la' -delete -print
|
||||
%suse_update_desktop_file org.gnome.bijiben DesktopUtility
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
@ -94,8 +94,8 @@ find %{buildroot} -type f -name '*.la' -delete -print
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.bijiben*
|
||||
%{_datadir}/mime/packages/org.gnome.bijiben.xml
|
||||
%dir %{_datadir}/appdata/
|
||||
%{_datadir}/appdata/org.gnome.bijiben.appdata.xml
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/org.gnome.bijiben.appdata.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user