release 0.4.1-5
This commit is contained in:
parent
dcd0f9d954
commit
2c120b85de
13
libavc1394-0.4.1-kill-configure-insanity.patch
Normal file
13
libavc1394-0.4.1-kill-configure-insanity.patch
Normal file
@ -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)
|
||||
|
||||
@ -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 <walters@redhat.com> 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 <karsten@redhat.de> 0.4.1-4
|
||||
- remove bogus ldconfig after makeinstall
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user