From 6ba2e465a05539099edc9997b54c1f7ab83e5abd Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Jan 28 2011 02:25:36 +0000 Subject: Initial import of clawsker --- diff --git a/.gitignore b/.gitignore index e69de29..5a60842 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/clawsker-0.7.2.tar.gz diff --git a/clawsker.desktop b/clawsker.desktop new file mode 100644 index 0000000..f00c5ae --- /dev/null +++ b/clawsker.desktop @@ -0,0 +1,23 @@ +[Desktop Entry] +Name=Claws Mail Hidden Preferences +Name[de]=Verborgene Einstellungen von Claws Mail +Name[es]=Preferencias ocultas de Claws Mail +Name[fr]=Options cachées de Claws Mail +Name[id]=Preferensi tersembunyi Claws Mail +Name[it]=Opzioni nascoste di Claws Mail +Name[sr@latin]=Skrivene postavke za Claws Mail +Name[sr]=Скривене поставке за Claws Mail +GenericName=Clawsker +Comment=A Claws Mail Tweaker +Comment[de]=Ein Editor für die verborgenen Einstellungen von Claws Mail +Comment[es]=Un ajustador de Claws Mail +Comment[fr]=Éditeur d'options cachées de Claws Mail +Comment[id]=Pengulik Claws Mail +Comment[it]=Un tweaker per Claws Mail +Comment[sr@latin]=Fino štelovanje skrivenih postavki za Claws Mail +Comment[sr]=Фино штеловање скривених поставки за Claws Mail +Exec=clawsker +Icon=claws-mail +Terminal=false +Type=Application +Categories=GTK;Settings;X-GNOME-NetworkSettings; diff --git a/clawsker.spec b/clawsker.spec new file mode 100644 index 0000000..ba60941 --- /dev/null +++ b/clawsker.spec @@ -0,0 +1,62 @@ +Name: clawsker +Version: 0.7.2 +Release: 2%{?dist} +Summary: Dialog to edit Claws Mail's hidden preferences + +Group: Applications/Internet +License: GPLv3+ +URL: http://www.claws-mail.org/clawsker +Source0: http://www.claws-mail.org/tools/%{name}-%{version}.tar.gz +Source1: %{name}.desktop +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: gettext +BuildRequires: desktop-file-utils +Requires: claws-mail + +%description +Clawsker is a Perl-GTK2 applet to edit hidden preferences for Claws Mail, and +to do it in a safe and user friendly way, preventing users from raw editing of +configuration files. + +Claws Mail is a fast and lightweight Mail User Agent by the Claws Mail Team. + + +%prep +%setup -q + + +%build +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} +desktop-file-install \ + --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ + %{SOURCE1} + + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING NEWS README +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.* +%{_datadir}/applications/%{name}.desktop + + +%changelog +* Fri Feb 14 2011 Christoph Wickert - 0.7.2-2 +- No longer require perl(Gtk2) and perl(Locale::gettext) + +* Sat Jun 26 2010 Christoph Wickert - 0.7.2-1 +- Initial package + diff --git a/sources b/sources index e69de29..113ca00 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +cb0f2ce6e902f6ea45c45f9e2a0f0ffe clawsker-0.7.2.tar.gz