SPECS: wpkg.spec - add sample files

wolvverine wolvverine at pld-linux.org
Sat Oct 1 18:56:19 CEST 2005


Author: wolvverine                   Date: Sat Oct  1 16:56:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add sample files

---- Files affected:
SPECS:
   wpkg.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/wpkg.spec
diff -u SPECS/wpkg.spec:1.5 SPECS/wpkg.spec:1.6
--- SPECS/wpkg.spec:1.5	Mon Sep 26 06:55:20 2005
+++ SPECS/wpkg.spec	Sat Oct  1 18:56:12 2005
@@ -3,14 +3,18 @@
 Summary(pl):	WPKG - a Windows Packager - instalator pakietów dla Windows
 Name:		wpkg
 Version:	0.9
-Release:	0.1
+Release:	0.2
 Epoch:		0
 License:	GPL v.2
 Group:		Applications
 Source0:	http://dl.sourceforge.net/wpkg/%{name}-%{version}.tar.gz
 # Source0-md5:	1f9fbeeb07525ba2182880ef28a041c4
 Source1:	%{name}-samba.conf
-#Source2:	%{name}-
+Source2:	%{name}-install-service.js
+Source3:	%{name}-install.bat
+Source4:	%{name}-install-service.bat
+Source5:	%{name}-start.bat
+#Source6:	%{name}-
 URL:		http://wpkg.sourceforge.net/
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,7 +49,11 @@
 install hosts.xml 	$RPM_BUILD_ROOT%{_sysconfdir}/%{name}/hosts.xml
 install packages.xml	$RPM_BUILD_ROOT%{_sysconfdir}/%{name}/packages.xml
 install profiles.xml	$RPM_BUILD_ROOT%{_sysconfdir}/%{name}/profiles.xml
-install %{SOURCE1}	$RPM_BUILD_ROOT%{_sysconfdir}/samba
+install %{SOURCE1}	$RPM_BUILD_ROOT%{_sysconfdir}/samba/
+install %{SOURCE2}	$RPM_BUILD_ROOT%{_datadir}/%{name}/
+install %{SOURCE3}	$RPM_BUILD_ROOT%{_datadir}/%{name}/
+install %{SOURCE4}	$RPM_BUILD_ROOT%{_datadir}/%{name}/
+install %{SOURCE5}	$RPM_BUILD_ROOT%{_datadir}/%{name}/
 
 cd $RPM_BUILD_ROOT%{_datadir}/%{name}
 ln -s %{_sysconfdir}/%{name}/hosts.xml	hosts.xml
@@ -60,8 +68,7 @@
 %doc README TODO GPL-2 LICENSE
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %dir %{_datadir}/%{name}
-%attr(755,root,root) %{_datadir}/%{name}/wpkg.js
-%{_datadir}/%{name}/*.xml
+%attr(644,root,root) %{_datadir}/%{name}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -69,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/10/01 16:56:12  wolvverine
+- add sample files
+
 Revision 1.5  2005/09/26 04:55:20  wolvverine
 - add example config for samba
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wpkg.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list