forked from pool/nemiver
Accepting request 158468 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158468 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/nemiver?expand=0&rev=28
This commit is contained in:
parent
1e2d96c73f
commit
f1b3101302
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27b8845e54a61ba597050eb16640aaaf2bf21be3191081c9ddd3a34fc2ae617d
|
||||
size 2383192
|
3
nemiver-0.9.4.tar.xz
Normal file
3
nemiver-0.9.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f
|
||||
size 1399136
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 11:58:27 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.4:
|
||||
+ Added search keywords to .desktop file.
|
||||
+ Fix well form-ness of gl.po.
|
||||
+ Fix help browser launching.
|
||||
+ Ensure workbench body is shown.
|
||||
+ Added a README.release.txt file.
|
||||
+ Various code cleanups.
|
||||
+ Use new documentation infrastructure.
|
||||
+ Bugs fixed: bgo#689338, bgo#689458, bgo#684046, bgo#670439,
|
||||
bgo#689575.
|
||||
+ Updated translations.
|
||||
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
|
||||
following upstreams port to the new documentation infrastructure.
|
||||
- Drop obsolete --disable-scrollkeeper configure parameter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 19:50:00 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
15
nemiver.spec
15
nemiver.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nemiver
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nemiver
|
||||
Version: 0.9.3
|
||||
Version: 0.9.4
|
||||
Release: 0
|
||||
Summary: Nemiver graphical debugger
|
||||
License: GPL-2.0+
|
||||
@ -28,12 +28,12 @@ BuildRequires: boost-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gdb
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgtop-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gdlmm-3.0) >= 3.0
|
||||
BuildRequires: pkgconfig(giomm-2.4) >= 2.15.2
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
@ -70,7 +70,6 @@ translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-pic\
|
||||
--disable-scrollkeeper \
|
||||
--enable-gsettings
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
@ -107,13 +106,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README NEWS TODO
|
||||
%dir %{_datadir}/gnome/
|
||||
%dir %{_datadir}/gnome/help/
|
||||
%dir %{_datadir}/gnome/help/%{name}/
|
||||
%doc %{_datadir}/gnome/help/%{name}/C/
|
||||
%dir %{_datadir}/omf/
|
||||
%dir %{_datadir}/omf/%{name}/
|
||||
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/*
|
||||
%{_libdir}/nemiver/
|
||||
%{_datadir}/nemiver/
|
||||
|
Loading…
Reference in New Issue
Block a user