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-Jul-2007 14:48:01
Branch: HEAD Handle: 2007070413480100
Added files:
openpkg-src/linc linc.patch
Modified files:
openpkg-src/linc linc.spec
Log:
make automake happy
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-src/linc/linc.patch
1.24 +3 -1 openpkg-src/linc/linc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/linc/linc.patch
============================================================================
$ cvs diff -u -r0 -r1.1 linc.patch
--- /dev/null 2007-07-04 14:45:30 +0200
+++ linc.patch 2007-07-04 14:48:01 +0200
@@ -0,0 +1,9 @@
+Index: linc.m4
+--- linc.m4.orig 2001-03-14 06:12:41 +0100
++++ linc.m4 2007-07-04 14:45:42 +0200
+@@ -1,4 +1,4 @@
+-AC_DEFUN(AM_PATH_LINC,
++AC_DEFUN([AM_PATH_LINC],
+ [dnl
+ dnl Get the cflags and libs from the linc-config script
+ dnl
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/linc/linc.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 linc.spec
--- openpkg-src/linc/linc.spec 1 Jan 2007 17:39:26 -0000 1.23
+++ openpkg-src/linc/linc.spec 4 Jul 2007 12:48:01 -0000 1.24
@@ -37,10 +37,11 @@
Group: Network
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20061013
+Release: 20070704
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/linc/%{V_major}/linc-%{version}.tar.gz
+Patch0: linc.patch
# build information
Prefix: %{l_prefix}
@@ -66,6 +67,7 @@
%prep
%setup -q
+ %patch -p0
%{l_shtool} subst \
-e 's;/linc-1\.0;/linc;g' \
Makefile.in linc-config.in linc.pc.in \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]