Browse Source

* nemiver
- new upstream release


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8159 ec354946-7b23-47d6-9f5a-488ba84defc7

kenta 11 years ago
parent
commit
7d716fd246
1 changed files with 11 additions and 13 deletions
  1. 11 13
      n/nemiver/nemiver-vl.spec

+ 11 - 13
n/nemiver/nemiver-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Standalone graphical debugger for GNOME
 Summary(ja): 	GNOME 向けの GUI デバッガ
 Name:		nemiver
-Version:	0.9.3
+Version:	0.9.5
 Release: 	1%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
@@ -22,12 +22,11 @@ BuildRequires:	libboost-devel >= 1.33.1
 BuildRequires:	ghex-devel > 2.90
 BuildRequires:	dconf-devel
 BuildRequires:	gsettings-desktop-schemas-devel
+BuildRequires:	itstool
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
-Patch0:		nemiver-0.9.2-iostream.patch
-
-Packager:	kazutaka
+Packager:	kazutaka, kenta
 
 %description
 Nemiver is a standalone graphical debugger that integrates well in the
@@ -61,7 +60,6 @@ develop applications using %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .iostream
 
 
 %build
@@ -112,15 +110,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_libdir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
-%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
-%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
-%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
-%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/icons/HighContrast/*/apps/%{name}.*
 %{_datadir}/glib-2.0/schemas/org.%{name}.gschema.xml
-%{_datadir}/gnome/help/%{name}
-%{_datadir}/omf/%{name}
+%{_datadir}/help/*
 %{_mandir}/man1/%{name}.1*
 
 %files devel
@@ -128,6 +121,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Fri Dec 13 2013 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.5-1
+- new upstream release
+- drop Patch0 (nemiver-0.9.2-iostream.patch)
+- add BuildRequires: itstool
+
 * Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-1
 - new upstream release