forked from pool/nemiver
Accepting request 159526 from GNOME:Apps
Forward (forwarded request 159446 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/159526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemiver?expand=0&rev=39
This commit is contained in:
commit
e9f64ca9c3
@ -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
|
21
nemiver-fix-desktopfile-syntax.patch
Normal file
21
nemiver-fix-desktopfile-syntax.patch
Normal file
@ -0,0 +1,21 @@
|
||||
From c6116f784ab5f20336184b3c20ec8e51a71e7a6a Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Mustieles <daniel.mustieles@gmail.com>
|
||||
Date: Tue, 15 Jan 2013 15:28:26 +0000
|
||||
Subject: Fixed syntax in .desktop file
|
||||
|
||||
---
|
||||
diff --git a/data/nemiver.desktop.in b/data/nemiver.desktop.in
|
||||
index eedbfbf..954b8d0 100644
|
||||
--- a/data/nemiver.desktop.in
|
||||
+++ b/data/nemiver.desktop.in
|
||||
@@ -5,7 +5,7 @@ _Name=Nemiver
|
||||
_GenericName=C/C++ Debugger
|
||||
_X-GNOME-FullName=Nemiver C/C++ Debugger
|
||||
_Comment=Debug Applications
|
||||
-_Keywords=gdb;disassembler;debugger;c;c++
|
||||
+_Keywords=gdb;disassembler;debugger;c;c++;
|
||||
Icon=nemiver
|
||||
Exec=nemiver
|
||||
Categories=GNOME;GTK;Development;Debugger;
|
||||
--
|
||||
cgit v0.9.1
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 22:47:41 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Add nemiver-fix-desktopfile-syntax.patch, fix broken syntax in
|
||||
.desktop file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
18
nemiver.spec
18
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,23 +17,25 @@
|
||||
|
||||
|
||||
Name: nemiver
|
||||
Version: 0.9.3
|
||||
Version: 0.9.4
|
||||
Release: 0
|
||||
Summary: Nemiver graphical debugger
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://home.gna.org/nemiver/
|
||||
Source0: http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM nemiver-fix-desktopfile-syntax.patch zaitor@opensuse.org -- fix broken syntax in .desktop file, patch from upstream git.
|
||||
Patch0: nemiver-fix-desktopfile-syntax.patch
|
||||
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)
|
||||
@ -66,11 +68,11 @@ This package contains the development files to build debugger backend.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-pic\
|
||||
--disable-scrollkeeper \
|
||||
--enable-gsettings
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
@ -107,13 +109,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