michael@1: Name: libavc1394 michael@0: Summary: Audio/Video Control library for IEEE-1394 devices michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@1: Version: 0.5.4 michael@1: Release: 20101201 michael@0: License: GPLv2+ and LGPLv2+ michael@0: Group: System Environment/Libraries michael@0: URL: http://sourceforge.net/projects/libavc1394/ michael@0: Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz michael@1: BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) michael@0: BuildRequires: libraw1394-devel michael@0: michael@0: %description michael@0: The libavc1394 library allows utilities to control IEEE-1394 devices michael@0: using the AV/C specification. Audio/Video Control allows applications michael@0: to control devices like the tape on a VCR or camcorder. michael@0: michael@0: %package devel michael@1: Summary: Development libs for libavc1394 michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@1: Group: Development/Libraries michael@1: Requires: %{name} = %{version}-%{release} michael@1: Requires: libraw1394-devel, pkgconfig michael@0: michael@0: %description devel michael@0: Development libraries required to build applications using libavc1394. michael@0: michael@0: %prep michael@0: %setup -q michael@0: chmod -x test/dvcont.c michael@0: michael@0: %build michael@0: %configure michael@0: sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool michael@0: sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool michael@0: make %{?_smp_mflags} michael@0: michael@0: %install michael@0: rm -rf $RPM_BUILD_ROOT michael@1: make install DESTDIR=$RPM_BUILD_ROOT michael@0: michael@0: %clean michael@0: rm -rf $RPM_BUILD_ROOT michael@0: michael@0: %post -p /sbin/ldconfig michael@0: michael@0: %postun -p /sbin/ldconfig michael@0: michael@0: %files michael@0: %defattr(-,root,root,-) michael@0: %doc AUTHORS COPYING NEWS README ChangeLog TODO michael@0: %{_bindir}/dvcont michael@0: %{_bindir}/mkrfc2734 michael@0: %{_bindir}/panelctl michael@0: %{_mandir}/man1/dvcont.1.gz michael@0: %{_mandir}/man1/panelctl.1.gz michael@0: %{_mandir}/man1/mkrfc2734.1* michael@0: %{_libdir}/libavc1394.so.* michael@0: %{_libdir}/librom1394.so.* michael@0: michael@0: %files devel michael@0: %defattr(-,root,root,-) michael@0: %{_includedir}/libavc1394/ michael@0: %{_libdir}/pkgconfig/libavc1394.pc michael@1: %{_libdir}/libavc1394.a michael@1: %{_libdir}/libavc1394.la michael@0: %{_libdir}/libavc1394.so michael@1: %{_libdir}/librom1394.a michael@1: %{_libdir}/librom1394.la michael@0: %{_libdir}/librom1394.so michael@0: michael@1: %changelog michael@1: * Wed Dec 1 2010 Michael Schloh von Bennewitz - 0.5.4-20101201 michael@1: - Synchronize with upstream vendor version 0.5.4 michael@1: - Adjust packaging and patch logic michael@0: michael@0: * Mon Nov 1 2010 Kozinov Ivan - 0.5.3-10 michael@1: - Package for MeeGo 1.1 michael@0: michael@0: * Fri Jul 24 2009 Fedora Release Engineering - 0.5.3-9 michael@0: - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild michael@0: michael@0: * Wed Jun 10 2009 Jarod Wilson 0.5.3-8 michael@0: - Fix duplicate global symbols in libavc1394 vs. librom1394 (#216143) michael@0: michael@0: * Mon May 18 2009 Jarod Wilson 0.5.3-7 michael@0: - Use included libtool, kill rpath a different way (#225988) michael@0: michael@0: * Mon May 18 2009 Jarod Wilson 0.5.3-6 michael@0: - Fix up merge review issues (#225988) michael@0: michael@0: * Wed Feb 25 2009 Fedora Release Engineering - 0.5.3-5 michael@0: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild michael@0: michael@0: * Tue Aug 5 2008 Tom "spot" Callaway 0.5.3-4 michael@0: - fix license tag michael@0: michael@0: * Tue Jul 22 2008 Jarod Wilson 0.5.3-3 michael@0: - Bump and rebuild for libraw1394 v2.0.0 michael@0: michael@0: * Thu Feb 14 2008 Jarod Wilson - 0.5.3-2 michael@0: - Bump and rebuild with gcc 4.3 michael@0: michael@0: * Sun Sep 10 2006 Jarod Wilson - 0.5.3-1 michael@0: - Upstream release 0.5.3 michael@0: michael@0: * Wed Jul 12 2006 Jesse Keating - 0.5.1-2.2.1 michael@0: - rebuild michael@0: michael@0: * Fri Feb 10 2006 Jesse Keating - 0.5.1-2.2 michael@0: - bump again for double-long bug on ppc(64) michael@0: michael@0: * Tue Feb 07 2006 Jesse Keating - 0.5.1-2.1 michael@0: - rebuilt for new gcc4.1 snapshot and glibc changes michael@0: michael@0: * Thu Dec 22 2005 Warren Togami 0.5.1-2 michael@0: - remove .a and .la (#172641) michael@0: - GPL -> LGPL (#165908) michael@0: michael@0: * Fri Dec 09 2005 Jesse Keating michael@0: - rebuilt michael@0: michael@0: * Thu Nov 10 2005 Matthias Saou 0.5.1-1 michael@0: - Update to 0.5.1. michael@0: - Update librom patch to still apply cleanly. michael@0: michael@0: * Sat Oct 15 2005 Florian La Roche michael@0: - make sure librom1394 is linked to libraw1394 and also michael@0: libavc1394 is linked to librom1394 (also bz 156938) michael@0: michael@0: * Wed Mar 16 2005 Elliot Lee michael@0: - rebuilt michael@0: michael@0: * Mon Feb 28 2005 Warren Togami 0.4.1-7 michael@0: - gcc4 rebuild michael@0: michael@0: * Sun Feb 06 2005 Warren Togami 0.4.1-6 michael@0: - rebuild against new libraw1394 michael@0: michael@0: * Mon Jan 03 2005 Colin Walters 0.4.1-5 michael@0: - Rerun autotools in attempt to get package to link to -lm michael@0: - Add patch libavc1394-0.4.1-kill-configure-insanity.patch michael@0: michael@0: * Mon Nov 22 2004 Karsten Hopp 0.4.1-4 michael@0: - remove bogus ldconfig after makeinstall michael@0: michael@0: * Fri Jul 30 2004 Florian La Roche michael@0: - add symlinks for ldconfig michael@0: michael@0: * Tue Jun 15 2004 Elliot Lee michael@0: - rebuilt michael@0: michael@0: * Tue Mar 02 2004 Elliot Lee michael@0: - rebuilt michael@0: michael@0: * Thu Feb 12 2004 Warren Togami 0.4.1-1 michael@0: - upgrade to 0.4.1 michael@0: - Spec cleanups michael@0: - License -> Copyright michael@0: - Remove INSTALL; Add News, ChangeLog michael@0: - Applications/Multimedia -> System Environment/Libraries michael@0: michael@0: * Mon Aug 25 2003 Bill Nottingham 0.3.1-7 michael@0: - fix buildreqs (#102204) michael@0: michael@0: * Wed Jun 04 2003 Elliot Lee michael@0: - rebuilt michael@0: michael@0: * Wed Jan 22 2003 Tim Powers michael@0: - rebuilt michael@0: michael@0: * Thu Dec 12 2002 Tim Powers 0.3.1-4 michael@0: - rebuild on all arches michael@0: michael@0: * Wed Nov 20 2002 Florian La Roche michael@0: - exclude mainframe michael@0: - allow lib64 michael@0: michael@0: * Fri Jun 21 2002 Tim Powers michael@0: - automated rebuild michael@0: michael@0: * Sun Jun 09 2002 Michael Fulbright michael@0: - First RPM build michael@0: