]> git.pld-linux.org Git - packages/claws-mail-tools.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Tue, 28 Jul 2009 09:22:35 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- only mairix tool (maybe needed for me ;))

Changed files:
    claws-mail-tools.spec -> 1.1

claws-mail-tools.spec [new file with mode: 0644]

diff --git a/claws-mail-tools.spec b/claws-mail-tools.spec
new file mode 100644 (file)
index 0000000..aa2a894
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       Tools for Claws-Mail (metapackage)
+Summary(hu.UTF-8):     Eszközök Claws-Mail-hez (metacsomag)
+Name:          claws-mail-tools
+Version:       20090728
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       http://www.claws-mail.org/tools/claws-mail-mairix.tar.gz
+# Source0-md5: 7a4cbaa1215758de5e9dcc5f67505a00
+URL:           http://www.claws-mail.org/tools.php
+Requires:      claws-mail-tool-mairix
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch:     noarch
+
+%description
+Tools for Claws-Mail (metapackage).
+
+%description -l hu.UTF-8
+Eszközök Claws-Mail-hez (metacsomag).
+
+%package -n claws-mail-tool-mairix
+Summary:       Mairix plugin for Claws Mail
+Summary(hu.UTF-8):     Mairix plugin Claws Mail-hez
+Group:         Applications
+Requires:      claws-mail
+Requires:      mairix
+
+%description -n claws-mail-tool-mairix
+A wrapper to mairix, to enable global searches in mail folders. See
+README!
+
+%description -n claws-mail-tool-mairix -l hu.UTF-8
+Egy wrapper a mairix-hez, amely globális kereséseket tesz lehetővé a
+könyvtárakban. Lásd a README-ben!
+
+%prep
+%setup -q -n claws-mail-mairix
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/claws-mail-tools/mairix
+install README mairix.sh $RPM_BUILD_ROOT%{_datadir}/claws-mail-tools/mairix
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -n claws-mail-tool-mairix
+%defattr(644,root,root,755)
+%dir %{_datadir}/claws-mail-tools
+%dir %{_datadir}/claws-mail-tools/mairix
+%doc %{_datadir}/claws-mail-tools/mairix/README
+%attr(755,root,root) %{_datadir}/claws-mail-tools/mairix/mairix.sh
This page took 0.088841 seconds and 4 git commands to generate.