SPECS: vdkbuilder.spec - added tutorial and desktop file

twittner twittner at pld-linux.org
Sun Aug 28 22:59:37 CEST 2005


Author: twittner                     Date: Sun Aug 28 20:59:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added tutorial and desktop file

---- Files affected:
SPECS:
   vdkbuilder.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/vdkbuilder.spec
diff -u SPECS/vdkbuilder.spec:1.15 SPECS/vdkbuilder.spec:1.16
--- SPECS/vdkbuilder.spec:1.15	Sun Aug 28 02:26:44 2005
+++ SPECS/vdkbuilder.spec	Sun Aug 28 22:59:32 2005
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+%define		_tutver	1.1
 Summary:	A general purpose ide for constructing gui applications using VDK
 Summary(pl):	IDE do konstruowania aplikacji graficznych używających VDK
 Name:		vdkbuilder
@@ -8,6 +9,9 @@
 Group:		Development/Tools
 Source0:	http://dl.sourceforge.net/vdkbuilder/%{name}2-%{version}.tar.gz
 # Source0-md5:	91216ce6659e447862b2bdc7335074fc
+Source1:	http://kent.dl.sourceforge.net/sourceforge/vdkbuilder/vdktutorial-%{_tutver}.pdf.gz
+# Source1-md5:	06d2e9b1dab6bec28d7ea3b6819dfb67
+Source2:	%{name}.desktop
 Patch0:		%{name}-ac_FLAGS.patch
 URL:		http://vdkbuilder.sourceforge.net/
 BuildRequires:	autoconf
@@ -60,6 +64,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} .
+install -D %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -68,10 +75,11 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS ChangeLog NEWS README TODO example/nls_HOWTO* example/hello
+%doc AUTHORS BUGS ChangeLog NEWS README TODO example/nls_HOWTO* example/hello vdktutorial-%{_tutver}.pdf.gz
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so*
 %{_mandir}/man1/*
+%{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/*.png
 %{_datadir}/vdkb2
 
@@ -86,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2005/08/28 20:59:32  twittner
+- added tutorial and desktop file
+
 Revision 1.15  2005/08/28 00:26:44  twittner
 - up to 2.4.0
 - added -ac_FLAGS.patch (don't introduce own flags - honor ordinary
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vdkbuilder.spec?r1=1.15&r2=1.16&f=u




More information about the pld-cvs-commit mailing list