OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 04-Apr-2006 08:29:27 Branch: HEAD Handle: 2006040407292700 Modified files: openpkg-src/accent accent.spec Log: upgrading package: accent 0.8 -> 20060330 Summary: Revision Changes Path 1.18 +14 -13 openpkg-src/accent/accent.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/accent/accent.spec ============================================================================ $ cvs diff -u -r1.17 -r1.18 accent.spec --- openpkg-src/accent/accent.spec 1 Jan 2006 13:11:48 -0000 1.17 +++ openpkg-src/accent/accent.spec 4 Apr 2006 06:29:27 -0000 1.18 @@ -32,11 +32,11 @@ Class: PLUS Group: Text License: GPL -Version: 0.8 -Release: 20040207 +Version: 20060330 +Release: 20060404 # list of sources -Source0: http://accent.compilertools.net/accent-%{version}.tar.gz +Source0: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/accent/accent-%{version}.tar # build information Prefix: %{l_prefix} @@ -55,30 +55,31 @@ %track prog accent = { version = %{version} - url = http://accent.compilertools.net/distribution.html - regex = accent-(__VER__)\.tar\.gz + url = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/accent/ + regex = accent-(__VER__)\.tar } %prep - %setup -q + %setup -q -n accent %{l_shtool} subst -e 's;CC=cc;CC="%{l_cc} %{l_cflags -O}";' accent/build - %{l_shtool} subst -e 's;CC=.*;CC="%{l_cc} %{l_cflags -O} -c";' art/build %build ( cd accent && ./build ) || exit $? - ( cd art && ./build ) || exit $? - ar cr libaccent.a art/art.o %install rm -rf $RPM_BUILD_ROOT %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/bin \ - $RPM_BUILD_ROOT%{l_prefix}/lib + $RPM_BUILD_ROOT%{l_prefix}/lib \ + $RPM_BUILD_ROOT%{l_prefix}/share/accent %{l_shtool} install -c -s -m 755 \ accent/accent $RPM_BUILD_ROOT%{l_prefix}/bin/ - %{l_shtool} install -c -m 755 \ - libaccent.a $RPM_BUILD_ROOT%{l_prefix}/lib/ - %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} + %{l_shtool} install -c -m 644 \ + *.html amber/amber.c entire/entire.c \ + $RPM_BUILD_ROOT%{l_prefix}/share/accent/ + %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ + %{l_files_std} \ + '%doc %{l_prefix}/share/accent/*.html' %files -f files @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org