OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 11-Nov-2005 01:02:04 Branch: HEAD Handle: 2005111100020400 Modified files: openpkg-src/styx styx.spec Log: upgrading package: styx 1.5 -> 1.7 Summary: Revision Changes Path 1.17 +8 -9 openpkg-src/styx/styx.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/styx/styx.spec ============================================================================ $ cvs diff -u -r1.16 -r1.17 styx.spec --- openpkg-src/styx/styx.spec 24 Mar 2005 11:20:26 -0000 1.16 +++ openpkg-src/styx/styx.spec 11 Nov 2005 00:02:04 -0000 1.17 @@ -32,11 +32,11 @@ Class: EVAL Group: Compiler License: GPL -Version: 1.5 -Release: 20040207 +Version: 1.7 +Release: 20051111 # list of sources -Source0: http://www.speculate.de/styx/styx-%{version}.tgz +Source0: http://speculate.de/styx/styx-%{version}.tar.gz Patch0: styx.patch # build information @@ -62,8 +62,8 @@ %track prog styx = { version = %{version} - url = http://www.speculate.de/styx/ - regex = styx-(__VER__)\.tgz + url = http://speculate.de/styx/en/download.html + regex = styx-(__VER__)\.tar\.gz } %prep @@ -81,6 +81,7 @@ LIBS="-liconv" \ ./configure \ --prefix=%{l_prefix} \ + --datadir=%{l_prefix}/share/styx \ --disable-shared %{l_make} %{l_mflags} @@ -88,14 +89,12 @@ rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install \ prefix=$RPM_BUILD_ROOT%{l_prefix} \ - exec_prefix=$RPM_BUILD_ROOT%{l_prefix} + exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \ + datadir=$RPM_BUILD_ROOT%{l_prefix}/share/styx mkdir $RPM_BUILD_ROOT%{l_prefix}/include/styx mv $RPM_BUILD_ROOT%{l_prefix}/include/*.h \ $RPM_BUILD_ROOT%{l_prefix}/include/styx/ rm -rf $RPM_BUILD_ROOT%{l_prefix}/tutorial - mkdir $RPM_BUILD_ROOT%{l_prefix}/share - mv $RPM_BUILD_ROOT%{l_prefix}/doc \ - $RPM_BUILD_ROOT%{l_prefix}/share/styx strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org