nemiver/nemiver.spec

138 lines
3.7 KiB
RPMSpec

#
# spec file for package nemiver
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: nemiver
Version: 0.8.1
Release: 1
License: GPLv2+
Summary: Nemiver graphical debugger
Group: Development/Tools/Debuggers
Url: http://home.gna.org/nemiver/
Source0: %{name}-%{version}.tar.bz2
BuildRequires: boost-devel
BuildRequires: gcc-c++
BuildRequires: gconf2-devel
BuildRequires: gdb
BuildRequires: gnome-doc-utils-devel
BuildRequires: gtkmm2-devel
BuildRequires: intltool
BuildRequires: libgtksourceviewmm-2_0-devel
BuildRequires: libgtop-devel
BuildRequires: sqlite-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: vte-devel
%if 0%{?suse_version} >= 1100
BuildRequires: ghex-devel
%endif
BuildRequires: fdupes
Requires: gdb
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%description
Nemiver is a standalone graphical debugger that integrates well in the
GNOME desktop environment. It currently features a backend which uses
the well known GNU Debugger gdb to debug C / C++ programs.
%package devel
License: GPLv2+
Summary: Nemiver graphical debugger - Development files
Requires: %{name} = %{version}
Group: Development/Tools/Debuggers
%description devel
Nemiver is a standalone graphical debugger that integrates well in the
GNOME desktop environment. It currently features a backend which uses
the well known GNU Debugger gdb to debug C / C++ programs.
This package contains the development files to build debugger backend.
%lang_package
%prep
%setup -q
translation-update-upstream
%build
%configure --disable-static --with-pic\
--disable-scrollkeeper \
--enable-sourceviewmm2
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%find_gconf_schemas
%suse_update_desktop_file nemiver
%find_lang %{name} %{?no_lang_C}
# remove la files
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
# create symlinks for man pages
%fdupes -s $RPM_BUILD_ROOT/%_mandir
# create hardlinks for the rest
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf "$RPM_BUILD_ROOT"
%pre -f %{name}.schemas_pre
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
%if 0%{?suse_version} > 1130
%post
%desktop_database_post
%icon_theme_cache_post
%endif
%if 0%{?suse_version} > 1130
%postun
%desktop_database_postun
%icon_theme_cache_postun
%endif
%files -f %{name}.schemas_list
%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
%{_bindir}/*
%{_libdir}/nemiver/
%{_datadir}/nemiver/
%{_datadir}/applications/*
%{_datadir}/icons/*/*/apps/nemiver.*
%{_mandir}/man1/nemiver.1.gz
%files devel
%defattr(-,root,root)
%doc AUTHORS README NEWS TODO
%{_includedir}/nemiver/
#%{_libdir}/pkgconfig/libnemivercommon.pc
%files lang -f %{name}.lang
%changelog