SPECS: webCDwriter.spec - up to 2.7.1
wolvverine
wolvverine at pld-linux.org
Thu Jul 21 03:10:13 CEST 2005
Author: wolvverine Date: Thu Jul 21 01:10:13 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 2.7.1
---- Files affected:
SPECS:
webCDwriter.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/webCDwriter.spec
diff -u SPECS/webCDwriter.spec:1.26 SPECS/webCDwriter.spec:1.27
--- SPECS/webCDwriter.spec:1.26 Sun May 1 19:31:30 2005
+++ SPECS/webCDwriter.spec Thu Jul 21 03:10:08 2005
@@ -6,13 +6,13 @@
Summary: Network CD Writing tool
Summary(pl): Narzędzie do sieciowego nagrywania CD
Name: webCDwriter
-Version: 2.6.92
+Version: 2.7.1
Release: 0.1
License: GPL v2+
Group: Networking/Daemons
-Source0: http://joerghaeger.de/webCDwriter/download/%{version}/%{name}-%{version}.tar.bz2
+Source0: http://joerghaeger.de/webCDwriter/download/%{name}-%{version}.tar.bz2
+# Source0-md5: 17e545d2eb351ff745896e4cdff077d5
#Patch:
-# Source0-md5:
# Source0Download: http://joerghaeger.de/webCDwriter/TARs.html
URL: http://JoergHaeger.de/webCDwriter/
@@ -22,8 +22,7 @@
BuildRequires: automake
BuildRequires: binutils
BuildRequires: libstdc++-devel
-BuildRequires: username-comment-in-english
-BuildRequires: weird-mambo-jumbo-in-post-scriptlet
+#BuildRequires: weird-mambo-jumbo-in-post-scriptlet
Requires(pre): /bin/chown
Requires(pre): /bin/id
@@ -85,13 +84,12 @@
%{__make}
#TO DO:
-# kompilacja klienta w javie
+# compilation client in java BR - working javac (now use precompiled webCDcreator.jar)
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install
-#umieszczenie pliku rc startującego serwer we właściwym katalogu
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
mv $RPM_BUILD_ROOT/etc/init.d/CDWserver $RPM_BUILD_ROOT/etc/rc.d/init.d/CDWserver
@@ -103,8 +101,7 @@
%pre
# Add the "webCDwriter" user and group
%groupadd -g 27 %{CDWgroup}
-# FIXME ENGLISHE!!!!!!
-%useradd -c "systemowy użytkownik dla %{name}" -u 109 -r -d /home/services/CDWserver -s /bin/false -g %{CDWgroup} %{CDWuser}
+%useradd -c "system user for %{name}" -u 109 -r -d /home/services/CDWserver -s /bin/false -g %{CDWgroup} %{CDWuser}
%post
# TODO use trigger if it's from pld older package or discard
@@ -153,7 +150,7 @@
#move projects files to new localization (FHS)
if [ -e /home/CDWserver/ ]; then
- echo "Przenoszę pliki Projektów do %{_var}/CDWserver/projects/..."
+ echo "move project files to %{_var}/CDWserver/projects/..."
mv /home/CDWserver/* %{_var}/CDWserver/projects/ 2> /dev/null || :
rmdir /home/CDWserver/
fi
@@ -221,9 +218,10 @@
%{_bindir}/MD5Verify.jar
%{_bindir}/tar2rpm.sh
-%{_sbindir}/CDWpasswd
+%attr(755,root,root) %{_sbindir}/CDWconfig.sh
+%attr(755,root,root) %{_sbindir}/CDWpasswd
%attr(755,root,root) %{_sbindir}/CDWserver
-%{_sbindir}/CDWuseradd
+%attr(755,root,root) %{_sbindir}/CDWuseradd
%dir %{_var}/CDWserver/bin/
%dir %{_var}/CDWserver/export/
@@ -280,6 +278,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2005/07/21 01:10:08 wolvverine
+- up to 2.7.1
+
Revision 1.26 2005/05/01 17:31:30 glen
- use %useradd/%groupadd macros
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/webCDwriter.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list