OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Nov-2004 12:28:08
Branch: HEAD Handle: 2004111011280800
Modified files:
openpkg-src/webmin webmin.spec
Log:
remove leftover comments as we now have resolved all foreseen problems
involving tagging of config files, and cleanup formatting of new $os
variable logic
Summary:
Revision Changes Path
1.7 +4 -8 openpkg-src/webmin/webmin.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/webmin/webmin.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 webmin.spec
--- openpkg-src/webmin/webmin.spec 9 Nov 2004 16:56:03 -0000 1.6
+++ openpkg-src/webmin/webmin.spec 10 Nov 2004 11:28:08 -0000 1.7
@@ -23,9 +23,6 @@
## SUCH DAMAGE.
##
-# FIXME: ms - Configuration files are not marked, due to their mass
-# quantities.
-
# package information
Name: webmin
Summary: Web Interface for Unix System Administration
@@ -37,7 +34,7 @@
Group: Web
License: BSD-style
Version: 1.160
-Release: 20041109
+Release: 20041110
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/webadmin/webmin-%{version}.tar.gz
@@ -85,9 +82,9 @@
%install
case "%{l_platform -t}" in
- *-sunos* ) os="1" ;;
- *-freebsd* ) os="42" ;;
- *-linux* ) os="6" ;;
+ *-sunos* ) os="1" ;;
+ *-freebsd* ) os="42" ;;
+ *-linux* ) os="6" ;;
* ) echo "platform %{l_platform -t} not supported" 2>&1; exit 1 ;;
esac
rm -rf $RPM_BUILD_ROOT
@@ -131,7 +128,6 @@
'%config %{l_prefix}/etc/webmin/miniserv.pem' \
'%config %{l_prefix}/etc/webmin/miniserv.users' \
'%config %{l_prefix}/etc/webmin/webmin.acl'
-# '%config `find %{l_prefix}/etc/webmin/ -type d -exec find {} \; |
%{l_shtool} subst -e "s;$RPM_BUILD_ROOT;;"`' \
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]