Accepting request 134345 from GNOME:Apps
Resubmit after comments (forwarded request 134342 from vuntz) OBS-URL: https://build.opensuse.org/request/show/134345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnote?expand=0&rev=19
This commit is contained in:
commit
8e21edec90
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81131e86b9d47892d97b3f8e41d6508a34a9752d7d0e7a98717878ae45d864bc
|
||||
size 2419496
|
3
gnote-3.5.0.tar.xz
Normal file
3
gnote-3.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76d5f738a723de6f5bee99882a6c617b6878106262fafe3c2f2da438fa387aa8
|
||||
size 2620592
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 08:05:13 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.0:
|
||||
+ New Features:
|
||||
- Added NoteDirectoryWatcher add-in (bgo#583812)
|
||||
- Droped dependency on libpcrecpp
|
||||
- Migrated to libsecret, dropped dependency on libgnome-keyring
|
||||
- Updated documentation
|
||||
- Switch to GNOME versioning scheme
|
||||
+ Fixes:
|
||||
- Add check for X11 (bgo#679496)
|
||||
- Fixed FTBFS with Debian GNU/kFreeBSD (bgo#681588)
|
||||
- Make possible to disable synchronization addins
|
||||
- Fixed memory leak in search window
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(gnome-keyring-1) BuildRequires with
|
||||
pkgconfig(libsecret-1), following upstream.
|
||||
- Drop pcre-devel BuildRequires: no longer needed.
|
||||
- Add pkgconfig(x11) BuildRequires: new dependency.
|
||||
- Call /sbin/ldconfig in post/postun: as the package contains a
|
||||
library, this is needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 16:36:25 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
|
18
gnote.spec
18
gnote.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnote
|
||||
Version: 0.9.1
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
Summary: A Port of Tomboy to C++
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Text/Editors
|
||||
Url: http://live.gnome.org/Gnote
|
||||
Source: http://download.gnome.org/sources/gnote/0.9/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnote/3.5/%{name}-%{version}.tar.xz
|
||||
BuildRequires: boost-devel >= 1.34
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -33,9 +33,9 @@ BuildRequires: intltool
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gnome-keyring-1) >= 3.0
|
||||
BuildRequires: pkgconfig(libsecret-1) >= 0.8
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -61,21 +61,17 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
|
||||
%clean
|
||||
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
|
||||
%if 0%{?suse_version} > 1130
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1130
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -86,7 +82,7 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
%{_bindir}/gnote
|
||||
%{_libdir}/gnote/
|
||||
# Splitting does not make sense as it's just a lib for gnote itself (and it's plugins)
|
||||
%{_libdir}/libgnote-0.9.so*
|
||||
%{_libdir}/libgnote-3.5.so*
|
||||
%{_libdir}/libgnote.so
|
||||
%{_datadir}/applications/gnote.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Gnote.service
|
||||
|
Loading…
Reference in New Issue
Block a user