File watch-gettext.spec of Package watch-gettext
#
# spec file for package watch-gettext
#
# Copyright (c) 2014 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: watch-gettext
Version: 0.3.1
Release: 0
Summary: Translatable Application String Watch Tool
License: LGPL-2.0+
Group: Development/Tools/Debuggers
Url: https://en.opensuse.org/Help:Translations:Bugs#watch-gettext
Source: ftp://ftp.suse.com/pub/people/sbrabec/trace-wrappers/%{name}-%{version}.tar.bz2
BuildRequires: dlwrap-devel
BuildRequires: glib2-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Utility that finds source of each translatable string in the application.
It makes fixing of I18N bugs much easier.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_libdir}/%{name}
%changelog