From 2c120b85dedeefac5e68a5063d6f8dfa99148955 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 3 Jan 2005 20:14:22 +0000 Subject: [PATCH] release 0.4.1-5 --- libavc1394-0.4.1-kill-configure-insanity.patch | 13 +++++++++++++ libavc1394.spec | 11 ++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 libavc1394-0.4.1-kill-configure-insanity.patch diff --git a/libavc1394-0.4.1-kill-configure-insanity.patch b/libavc1394-0.4.1-kill-configure-insanity.patch new file mode 100644 index 0000000..65af1e9 --- /dev/null +++ b/libavc1394-0.4.1-kill-configure-insanity.patch @@ -0,0 +1,13 @@ +--- configure.in~ 2002-09-27 01:07:53.000000000 -0400 ++++ configure.in 2005-01-03 15:09:26.310466248 -0500 +@@ -28,10 +28,5 @@ + + CFLAGS="$CFLAGS -Wall -Wunused" + +-Xsed="sed -e s/^X//" +-LTLIBOBJS=`echo X"$LIBOBJS"|\ +- [$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]` +-AC_SUBST(LTLIBOBJS) +- + AC_OUTPUT(Makefile common/Makefile libavc1394/Makefile librom1394/Makefile test/Makefile) + diff --git a/libavc1394.spec b/libavc1394.spec index 4c88cef..ae48854 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,12 +1,14 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.4.1 -Release: 4 +Release: 5 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz BuildRequires: libraw1394-devel +BuildRequires: autoconf automake libtool BuildRoot: %{_tmppath}/%{name}-%{version}-root +Patch1: libavc1394-0.4.1-kill-configure-insanity.patch ExcludeArch: s390 s390x %description @@ -25,8 +27,11 @@ Development libraries required to build applications using libavc1394. %prep %setup -q +%patch1 -p0 -b .kill-configure-insanity %build +# Rerun autotools to pick up newer libtool +autoreconf -f -i %configure make %{?_smp_mflags} @@ -62,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 03 2005 Colin Walters 0.4.1-5 +- Rerun autotools in attempt to get package to link to -lm +- Add patch libavc1394-0.4.1-kill-configure-insanity.patch + * Mon Nov 22 2004 Karsten Hopp 0.4.1-4 - remove bogus ldconfig after makeinstall