6a1054c
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=620191
6a1054c
6ba2e46
Name:           clawsker
6ba2e46
Version:        0.7.2
6ba2e46
Release:        2%{?dist}
6ba2e46
Summary:        Dialog to edit Claws Mail's hidden preferences
6ba2e46
6ba2e46
Group:          Applications/Internet
6ba2e46
License:        GPLv3+
6ba2e46
URL:            http://www.claws-mail.org/clawsker
6ba2e46
Source0:        http://www.claws-mail.org/tools/%{name}-%{version}.tar.gz
6ba2e46
Source1:        %{name}.desktop
6ba2e46
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6ba2e46
6ba2e46
BuildArch:      noarch
6ba2e46
BuildRequires:  gettext
6ba2e46
BuildRequires:  desktop-file-utils
6ba2e46
Requires:       claws-mail
6ba2e46
6ba2e46
%description
6ba2e46
Clawsker is a Perl-GTK2 applet to edit hidden preferences for Claws Mail, and 
6ba2e46
to do it in a safe and user friendly way, preventing users from raw editing of 
6ba2e46
configuration files.
6ba2e46
6ba2e46
Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team.
6ba2e46
6ba2e46
6ba2e46
%prep
6ba2e46
%setup -q
6ba2e46
6ba2e46
6ba2e46
%build
6ba2e46
make %{?_smp_mflags}
6ba2e46
6ba2e46
6ba2e46
%install
6ba2e46
rm -rf $RPM_BUILD_ROOT
6ba2e46
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
6ba2e46
desktop-file-install                                    \
6ba2e46
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications       \
6ba2e46
  %{SOURCE1}
6ba2e46
6ba2e46
6ba2e46
%find_lang %{name}
6ba2e46
6ba2e46
%clean
6ba2e46
rm -rf $RPM_BUILD_ROOT
6ba2e46
6ba2e46
6ba2e46
%files -f %{name}.lang
6ba2e46
%defattr(-,root,root,-)
6ba2e46
%doc AUTHORS ChangeLog COPYING NEWS README
6ba2e46
%{_bindir}/%{name}
6ba2e46
%{_mandir}/man1/%{name}.*
6ba2e46
%{_datadir}/applications/%{name}.desktop
6ba2e46
6ba2e46
6ba2e46
%changelog
6ba2e46
* Fri Feb 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.2-2
6ba2e46
- No longer require perl(Gtk2) and perl(Locale::gettext)
6ba2e46
6ba2e46
* Sat Jun 26 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.2-1
6ba2e46
- Initial package
6ba2e46