]> git.pld-linux.org Git - packages/dotnet-libgphoto2-sharp.git/blob - dotnet-libgphoto2-sharp-version.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dotnet-libgphoto2-sharp.git] / dotnet-libgphoto2-sharp-version.patch
1 --- gphoto2-2.3.0/m4m/gp-check-library.m4~      2006-11-30 03:20:02.000000000 +0200
2 +++ gphoto2-2.3.0/m4m/gp-check-library.m4       2006-12-09 17:50:05.318105081 +0200
3 @@ -171,7 +171,7 @@
4                                 _[$1]_REQ_3="regexp([$3], [\(>=\|>\|<\|<=\|=\)[ \t]*\([0-9]+\)\.\([0-9]+\)\.\([0-9]+\).*],   [\4])"
5                                 _[$1]_REQ_4="regexp([$3], [\(>=\|>\|<\|<=\|=\)[ \t]*\([0-9]+\)\.\([0-9]+\)\.\([0-9]+\)(.*)], [\5])"
6                                 # split installed version number via shell and sed
7 -                               _[$1]_VERSION="$("${[$1][_CONFIG_PROG]}" --version)"
8 +                               _[$1]_VERSION="$("${[$1][_CONFIG_PROG]}" --version | awk '{print $NF}')"
9                                 _[$1]_VER_1="$(echo "${_[$1]_VERSION}" | sed 's/\([[0-9]]*\).*/\1/g')"
10                                 _[$1]_VER_2="$(echo "${_[$1]_VERSION}" | sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\2/g')"
11                                 _[$1]_VER_3="$(echo "${_[$1]_VERSION}" | sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/g')"
12 --- libgphoto2-sharp-2.3.0/configure.ac.orig    2006-12-12 11:10:51.149505000 +0100
13 +++ libgphoto2-sharp-2.3.0/configure.ac 2006-12-12 11:11:27.289505000 +0100
14 @@ -38,7 +38,7 @@
15  
16  
17  dnl Check for libgphoto2
18 -GP_CHECK_LIBRARY([LIBGPHOTO2], [libgphoto2], [>= 2.2.1.4])
19 +GP_CHECK_LIBRARY([LIBGPHOTO2], [libgphoto2], [>= 2.3.0])
20  
21  dnl --- Check for mono and mcs
22  AC_PATH_PROG([CSC], [csc])
This page took 0.073111 seconds and 3 git commands to generate.