Author: glen                         Date: Tue Feb 28 20:25:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added desktop file

---- Files affected:
SPECS:
   filezilla.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/filezilla.spec
diff -u SPECS/filezilla.spec:1.7 SPECS/filezilla.spec:1.8
--- SPECS/filezilla.spec:1.7    Sat Feb 25 17:13:54 2006
+++ SPECS/filezilla.spec        Tue Feb 28 21:25:05 2006
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %define        _ver %(echo %{version} | tr . _)
 %define        _snap 20060223
-%define _rel 0.7
+%define _rel 0.8
 Summary:       FileZilla FTP client
 Summary(pl):   FileZilla - klient FTP
 Name:          filezilla
@@ -11,6 +11,7 @@
 Group:         Applications/Networking
 Source0:       FileZilla%{version}-%{_snap}.tar.bz2
 # Source0-md5: 17148e61cae5e108e3d98faf6a5b1165
+Source1:       %{name}.desktop
 Patch0:                %{name}-locales.patch
 URL:           http://filezilla.sourceforge.net/
 BuildRequires: autoconf
@@ -63,10 +64,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install src/interface/resources/filezilla.png $RPM_BUILD_ROOT%{_pixmapsdir}
+
 %find_lang %{name}
 
 %clean
@@ -79,6 +84,8 @@
 %attr(755,root,root) %{_bindir}/fzsftp
 %dir %{_datadir}/filezilla
 %{_datadir}/filezilla/resources
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -86,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/02/28 20:25:05  glen
+- added desktop file
+
 Revision 1.7  2006/02/25 16:13:54  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/filezilla.spec?r1=1.7&r2=1.8&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to