SPECS: linuxdcpp.spec - added desktop file

gotar gotar at pld-linux.org
Tue Nov 14 19:11:17 CET 2006


Author: gotar                        Date: Tue Nov 14 18:11:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added desktop file

---- Files affected:
SPECS:
   linuxdcpp.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/linuxdcpp.spec
diff -u SPECS/linuxdcpp.spec:1.1 SPECS/linuxdcpp.spec:1.2
--- SPECS/linuxdcpp.spec:1.1	Tue Nov 14 14:45:48 2006
+++ SPECS/linuxdcpp.spec	Tue Nov 14 19:11:12 2006
@@ -11,6 +11,7 @@
 Group:		X11/Applications/Networking
 Source0:	%{name}-%{snap}.tar.gz
 # Source0-md5:	3a6d0774504d1121dde539dad8bb82d6
+Source1:	%{name}.desktop
 URL:		http://linuxdcpp.berlios.de/
 BuildRequires:	bzip2-devel
 BuildRequires:	freetype-devel
@@ -37,6 +38,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
 export CXXFLAGS="%{rpmcflags}"
 scons install \
@@ -50,6 +54,7 @@
 %doc Changelog.txt Credits.txt Readme.txt
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/*
+%{_desktopdir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -57,5 +62,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/14 18:11:12  gotar
+- added desktop file
+
 Revision 1.1  2006/11/14 13:45:48  gotar
 - initial PLD release
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/linuxdcpp.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list