SPECS: xcopilot.spec - fixed Licese, it's GPL v2 - use _desktopdir...

darekr darekr at pld-linux.org
Sun Sep 11 17:45:06 CEST 2005


Author: darekr                       Date: Sun Sep 11 15:45:06 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed Licese, it's GPL v2
- use _desktopdir, more docs

---- Files affected:
SPECS:
   xcopilot.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/xcopilot.spec
diff -u SPECS/xcopilot.spec:1.12 SPECS/xcopilot.spec:1.13
--- SPECS/xcopilot.spec:1.12	Wed May 28 15:03:03 2003
+++ SPECS/xcopilot.spec	Sun Sep 11 17:45:01 2005
@@ -4,7 +4,7 @@
 Name:		xcopilot
 Version:	0.6.6
 Release:	2
-License:	Freeware
+License:	GPL v2
 Group:		X11/Applications
 Source0:	http://xcopilot.cuspy.com/build/%{name}-%{version}.tar.gz
 # Source0-md5:	26f71da5d04d3ecffb60e5423b5ff95c
@@ -45,12 +45,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Utilities,%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
@@ -58,10 +58,10 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/xcopilot
 %{_mandir}/man1/xcopilot.1*
-%{_applnkdir}/Utilities/*
+%{_desktopdir}*
 %{_pixmapsdir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -70,6 +70,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/09/11 15:45:01  darekr
+- fixed Licese, it's GPL v2
+- use _desktopdir, more docs
+
 Revision 1.12  2003/05/28 13:03:03  malekith
 - massive attack: source-md5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xcopilot.spec?r1=1.12&r2=1.13&f=u




More information about the pld-cvs-commit mailing list