]> git.pld-linux.org Git - packages/claws-mail.git/commitdiff
- added icon, now much better ;)
authorzytek <zytek@pld-linux.org>
Tue, 19 Feb 2002 19:47:19 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    claws-mail.spec -> 1.3

claws-mail.spec

index 84a72eb9071d5b7ed07775065b44cef956712d6b..73c1f27268c8149d010f8e0e85ea3a88a45dcd7b 100644 (file)
@@ -4,7 +4,7 @@ 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.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Networking
 Group(cs):     X11/Aplikace/Sí»ové
@@ -21,6 +21,7 @@ Group(ru):    X11/
 Group(sv):     X11/Tillämpningar/Nätverk
 Source0:       http://prdownloads.sourceforge.net/sylpheed-claws/sylpheed-%{version}claws.tar.gz
 Source1:       %{name}.desktop
+Source2:       sylpheed.png
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: imlib-devel
@@ -74,13 +75,13 @@ automake --add-missing --foreign --copy
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d  $RPM_BUILD_ROOT%{_applnkdir}/Network/Mail
+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
 
 %find_lang sylpheed
@@ -97,3 +98,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/sylpheed/manual/en
 %lang(ja) %{_datadir}/sylpheed/manual/ja
 %{_applnkdir}/Network/Mail/*
+%{_pixmapsdir}/sylpheed.png
This page took 0.185602 seconds and 4 git commands to generate.