[packages/vcdimager] - added texinfo patch (fixes build with texinfo 5) - dropped libtool file - release 4 (rebuild with
qboosh
qboosh at pld-linux.org
Sun Dec 22 20:02:51 CET 2013
commit 9bb37477c4b5f57da0e999eb86a769d8cb7d9aed
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Dec 22 20:02:57 2013 +0100
- added texinfo patch (fixes build with texinfo 5)
- dropped libtool file
- release 4 (rebuild with libcdio 0.92)
vcdimager-texinfo.patch | 54 +++++++++++++++++++++++++++++++++++++++++++++++++
vcdimager.spec | 8 ++++++--
2 files changed, 60 insertions(+), 2 deletions(-)
---
diff --git a/vcdimager.spec b/vcdimager.spec
index 06c9a56..c4e1f4a 100644
--- a/vcdimager.spec
+++ b/vcdimager.spec
@@ -6,12 +6,13 @@ Summary: VideoCD (pre-)mastering and ripping tools
Summary(pl.UTF-8): Narzędzia do tworzenia i odczytu VideoCD
Name: vcdimager
Version: 0.7.24
-Release: 3
+Release: 4
License: GPL v2+
Group: Applications/File
Source0: http://ftp.gnu.org/gnu/vcdimager/%{name}-%{version}.tar.gz
# Source0-md5: 3af22978fd79c79d5fda6513b6811145
Patch0: %{name}-info.patch
+Patch1: %{name}-texinfo.patch
URL: http://www.gnu.org/software/vcdimager/
BuildRequires: autoconf >= 2.52
BuildRequires: automake >= 1.6.0
@@ -74,6 +75,7 @@ Statyczne biblioteki vcd.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
cp -f libpopt.m4 acinclude.m4
@@ -94,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvcdinfo.la
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -131,7 +136,6 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libvcdinfo.so
-%{_libdir}/libvcdinfo.la
%{_includedir}/libvcd
%{_pkgconfigdir}/libvcdinfo.pc
diff --git a/vcdimager-texinfo.patch b/vcdimager-texinfo.patch
new file mode 100644
index 0000000..c30fabf
--- /dev/null
+++ b/vcdimager-texinfo.patch
@@ -0,0 +1,54 @@
+--- vcdimager-0.7.24/docs/vcd-info.texi.orig 2013-12-22 19:10:15.181644348 +0100
++++ vcdimager-0.7.24/docs/vcd-info.texi 2013-12-22 19:35:59.421579544 +0100
+@@ -663,11 +663,10 @@
+ @end ftable
+
+ @item --show-scandata
+-This option is relevant only if the program streams are MPEG2's. That is
+-the Video CD image is not VCD 1.0, VCD 1.1 VCD 2.0.
+-
+ @itemx -s
+ @kindex @code{--show-scandata}
++This option is relevant only if the program streams are MPEG2's. That is
++the Video CD image is not VCD 1.0, VCD 1.1 VCD 2.0.
+
+ @item --show-search
+ @itemx -X
+@@ -1270,7 +1269,7 @@
+ @printindex fn
+
+ @tex
+-% I think something like @colophon should be in texinfo. In the
++% I think something like @@colophon should be in texinfo. In the
+ % meantime:
+ \long\def\colophon{\hbox to0pt{}\vfill
+ \centerline{The body of this manual is set in}
+@@ -1282,7 +1281,7 @@
+ \centerline{{\sl\fontname\tensl\/}}
+ \centerline{are used for emphasis.}\vfill}
+ \page\colophon
+-% Blame: doc at cygnus.com, 1991.
++% Blame: doc@@cygnus.com, 1991.
+ @end tex
+
+ @bye
+--- vcdimager-0.7.24/docs/vcdxrip.texi.orig 2013-12-22 19:10:15.184977682 +0100
++++ vcdimager-0.7.24/docs/vcdxrip.texi 2013-12-22 19:42:53.374895506 +0100
+@@ -594,7 +594,7 @@
+ @printindex ky
+
+ @tex
+-% I think something like @colophon should be in texinfo. In the
++% I think something like @@colophon should be in texinfo. In the
+ % meantime:
+ \long\def\colophon{\hbox to0pt{}\vfill
+ \centerline{The body of this manual is set in}
+@@ -606,7 +606,7 @@
+ \centerline{{\sl\fontname\tensl\/}}
+ \centerline{are used for emphasis.}\vfill}
+ \page\colophon
+-% Blame: doc at cygnus.com, 1991.
++% Blame: doc@@cygnus.com, 1991.
+ @end tex
+
+ @bye
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vcdimager.git/commitdiff/9bb37477c4b5f57da0e999eb86a769d8cb7d9aed
More information about the pld-cvs-commit
mailing list