]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- add small theme pack
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 30 Apr 2002 06:16:28 +0000 (06:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing BuildRequires: pspell-devel (with version >= 12.2-5)
- release 2

Changed files:
    claws-mail.spec -> 1.12

claws-mail.spec

index 740bd6fa66be5fc124d6d6c56ad015c2c8bf9f1d..bf09ad9250454823d4f5d92659430330a1f5ef95 100644 (file)
@@ -5,12 +5,13 @@ Summary:      A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast
 Summary(pl):   Osobno rozwijana wersja Sylpheed z paroma zmianami/ulepszeniami
 Name:          sylpheed-claws
 Version:       0.7.5
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://prdownloads.sourceforge.net/sylpheed-claws/sylpheed-%{version}claws.tar.bz2
-Source1:       %{name}.desktop
-Source2:       sylpheed.png
+Source1:       http://prdownloads.sourceforge.net/sylpheed-claws/sylpheed-theme-pak2.tar.bz2 
+Source2:       %{name}.desktop
+Source3:       sylpheed.png
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: imlib-devel
@@ -23,6 +24,7 @@ BuildRequires:        libtool
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
 BuildRequires: gpgme-devel
+BuildRequires: pspell-devel >= 12.2-5
 %{?_with_jconv:BuildRequires:   libjconv-devel}
 Requires:      faces
 Obsoletes:     sylpheed
@@ -44,6 +46,11 @@ ale z nowymi/poprawionymi funkcjami. Niekt
 
 %prep
 %setup -q -n sylpheed-%{version}claws
+mkdir themes
+cd themes
+tar -jxf %{SOURCE1}
+mv -f README ../README.themes
+cd ..
 
 %build
 rm -f missing
@@ -73,9 +80,11 @@ install -d $RPM_BUILD_ROOT{%{_applnkdir}/Network/Mail,%{_pixmapsdir}}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
-install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
-gzip -9nf AUTHORS ChangeLog NEWS README TODO
+install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
+install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
+cp -a themes $RPM_BUILD_ROOT%{_datadir}/sylpheed
+
+gzip -9nf AUTHORS ChangeLog NEWS README* TODO
 
 %find_lang sylpheed
 
@@ -99,5 +108,6 @@ gzip -9nf AUTHORS ChangeLog NEWS README TODO
 %lang(es) %{_datadir}/sylpheed/faq/es
 %lang(fr) %{_datadir}/sylpheed/faq/fr
 %lang(it) %{_datadir}/sylpheed/faq/it
+%{_datadir}/sylpheed/themes
 %{_applnkdir}/Network/Mail/*
 %{_pixmapsdir}/sylpheed.png
This page took 0.114569 seconds and 4 git commands to generate.