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: 20-Jul-2006 08:08:33
Branch: HEAD Handle: 2006072007083300
Modified files:
openpkg-src/llnextgen llnextgen.spec
Log:
upgrading package: llnextgen 0.2.5 -> 0.3.0
Summary:
Revision Changes Path
1.2 +6 -7 openpkg-src/llnextgen/llnextgen.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/llnextgen/llnextgen.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 llnextgen.spec
--- openpkg-src/llnextgen/llnextgen.spec 1 Jan 2006 21:44:34 -0000
1.1
+++ openpkg-src/llnextgen/llnextgen.spec 20 Jul 2006 06:08:33 -0000
1.2
@@ -32,8 +32,8 @@
Class: EVAL
Group: Language
License: OSL
-Version: 0.2.5
-Release: 20060101
+Version: 0.3.0
+Release: 20060720
# list of sources
Source0:
http://os.ghalkes.nl/LLnextgen/releases/LLnextgen-%{version}.tgz
@@ -64,11 +64,10 @@
%setup -q -n LLnextgen-%{version}
%build
- %{l_make} %{l_mflags} \
- CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="%{l_cppflags}" \
- LDFLAGS="%{l_ldflags}"
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ ./configure
+ %{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]