OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 09-Jul-2003 17:13:36
Branch: HEAD Handle: 2003070916133501
Modified files:
openpkg-src/max max.spec
openpkg-web news.txt
Log:
only use legal top-level dirs
Summary:
Revision Changes Path
1.10 +5 -1 openpkg-src/max/max.spec
1.5484 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/max/max.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 max.spec
--- openpkg-src/max/max.spec 8 Jul 2003 14:40:51 -0000 1.9
+++ openpkg-src/max/max.spec 9 Jul 2003 15:13:36 -0000 1.10
@@ -33,7 +33,7 @@
Group: Converter
License: TUM Open-Source
Version: 7.4.2
-Release: 20030618
+Release: 20030709
# list of sources
Source0: http://www2.informatik.tu-muenchen.de/pub/sw/max-%{version}.tar.gz
@@ -73,6 +73,10 @@
echo "install:" >>doc/Makefile
%{l_make} %{l_mflags} install
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/share/max
+ mv $RPM_BUILD_ROOT%{l_prefix}/xad/TBrowser \
+ $RPM_BUILD_ROOT%{l_prefix}/share/max/TBrowser
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5483 -r1.5484 news.txt
--- openpkg-web/news.txt 9 Jul 2003 15:13:00 -0000 1.5483
+++ openpkg-web/news.txt 9 Jul 2003 15:13:35 -0000 1.5484
@@ -1,3 +1,4 @@
+09-Jul-2003: Upgraded package: P<max-7.4.2-20030709>
09-Jul-2003: Upgraded package: P<libxml-2.5.8-20030709>
09-Jul-2003: Upgraded package: P<aica-0.81-20030709>
09-Jul-2003: Upgraded package: P<gimp-1.2.5-20030709>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]