rpms/lsdvd/devel lsdvd-0.16-libdvdread-include.patch, NONE, 1.1 lsdvd.spec, 1.3, 1.4

Matthias Saou thias at fedoraproject.org
Fri Aug 29 16:42:25 UTC 2008


Author: thias

Update of /cvs/extras/rpms/lsdvd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9508

Modified Files:
	lsdvd.spec 
Added Files:
	lsdvd-0.16-libdvdread-include.patch 
Log Message:
Include patch for new s/dvdread/libdvdread/ include path.


lsdvd-0.16-libdvdread-include.patch:

--- NEW FILE lsdvd-0.16-libdvdread-include.patch ---
diff -Naupr lsdvd-0.16.orig/configure lsdvd-0.16/configure
--- lsdvd-0.16.orig/configure	2005-12-12 21:22:45.000000000 +0100
+++ lsdvd-0.16/configure	2008-08-29 13:06:31.000000000 +0200
@@ -2887,7 +2887,7 @@ _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <dvdread/ifo_read.h>
+#include <libdvdread/ifo_read.h>
 		#include <stdint.h>
 int
 main ()
diff -Naupr lsdvd-0.16.orig/configure.in lsdvd-0.16/configure.in
--- lsdvd-0.16.orig/configure.in	2008-08-29 13:06:02.000000000 +0200
+++ lsdvd-0.16/configure.in	2008-08-29 13:06:37.000000000 +0200
@@ -11,7 +11,7 @@ fi
 AC_CHECK_LIB(dvdread, DVDOpen, , AC_MSG_ERROR([libdvdread not found!]))
 AC_MSG_CHECKING([for dvdread/ifo_read.h])
 AC_TRY_COMPILE([#include <inttypes.h>,
-		#include <dvdread/ifo_read.h>
+		#include <libdvdread/ifo_read.h>
 		#include <stdint.h>], ,
 	AC_MSG_RESULT([yes]), 
 	AC_MSG_RESULT([no]) 
diff -Naupr lsdvd-0.16.orig/lsdvd.c lsdvd-0.16/lsdvd.c
--- lsdvd-0.16.orig/lsdvd.c	2008-08-29 13:06:02.000000000 +0200
+++ lsdvd-0.16/lsdvd.c	2008-08-29 13:06:50.000000000 +0200
@@ -14,7 +14,7 @@
  *			  output info structures in form of a Perl module, by Henk Vergonet.
  */
 #include <inttypes.h>
-#include <dvdread/ifo_read.h>
+#include <libdvdread/ifo_read.h>
 #include <string.h>
 #include <sys/stat.h>
 #include <stdio.h>


Index: lsdvd.spec
===================================================================
RCS file: /cvs/extras/rpms/lsdvd/devel/lsdvd.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lsdvd.spec	20 Feb 2008 04:23:26 -0000	1.3
+++ lsdvd.spec	29 Aug 2008 16:41:54 -0000	1.4
@@ -1,12 +1,13 @@
 Summary: Small application for listing the contents of DVDs
 Name: lsdvd
 Version: 0.16
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2
 Group: Applications/Multimedia
 URL: http://untrepid.com/lsdvd/
 Source: http://downloads.sf.net/lsdvd/lsdvd-%{version}.tar.gz
-Patch: lsdvd-0.16-build.patch
+Patch0: lsdvd-0.16-build.patch
+Patch1: lsdvd-0.16-libdvdread-include.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: autoconf, automake
 BuildRequires: libdvdread-devel
@@ -17,7 +18,8 @@
 
 %prep
 %setup -q
-%patch -p1 -b .build
+%patch0 -p1 -b .build
+%patch1 -p1 -b .libdvdread-include
 %{__aclocal}
 %{__automake} --add-missing --copy --force --gnu --include-deps Makefile
 %{__autoconf}
@@ -45,7 +47,10 @@
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.16-7
+* Fri Aug 29 2008 Matthias Saou <http://freshrpms.net/> 0.16-8
+- Include patch for new s/dvdread/libdvdread/ include path.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
 - Autorebuild for GCC 4.3
 
 * Mon Nov 26 2007 Matthias Saou <http://freshrpms.net/> 0.16-6




More information about the fedora-extras-commits mailing list