b1ccb3
Summary:        Audio/Video Control library for IEEE-1394 devices
b1ccb3
Name:           libavc1394
b1ccb3
Version:        0.5.4
b1ccb3
Release:        7%{?dist}
b1ccb3
License:        GPLv2+ and LGPLv2+
b1ccb3
URL:            http://sourceforge.net/projects/libavc1394/
b1ccb3
Source:         https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz
b1ccb3
Patch1:         libavc1394-%{version}-librom.patch
b1ccb3
BuildRequires:  libraw1394-devel
b1ccb3
BuildRequires:  chrpath
b1ccb3
b1ccb3
# libraw1394 is not built on s390*
b1ccb3
ExcludeArch:    s390 s390x
b1ccb3
b1ccb3
%description
b1ccb3
The libavc1394 library allows utilities to control IEEE-1394 devices
b1ccb3
using the AV/C specification.  Audio/Video Control allows applications
b1ccb3
to control devices like the tape on a VCR or camcorder.
b1ccb3
b1ccb3
%package devel
b1ccb3
Summary: Development libs for libavc1394
b1ccb3
b1ccb3
Requires: %{name}%{?_isa} = %{version}-%{release}
b1ccb3
Requires: libraw1394-devel, pkgconfig
b1ccb3
b1ccb3
%description devel
b1ccb3
Development libraries required to build applications using libavc1394.
b1ccb3
b1ccb3
%prep
b1ccb3
%setup -q
b1ccb3
%patch1 -p1 -b .librom
b1ccb3
chmod -x test/dvcont.c
b1ccb3
b1ccb3
%build
b1ccb3
%configure
b1ccb3
%make_build
b1ccb3
b1ccb3
%install
b1ccb3
%make_install
b1ccb3
# sigh, --disable-static doesn't work
b1ccb3
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
b1ccb3
b1ccb3
chrpath -d $RPM_BUILD_ROOT%{_libdir}/lib*
b1ccb3
chrpath -d $RPM_BUILD_ROOT%{_bindir}/*
b1ccb3
b1ccb3
%ldconfig_scriptlets
b1ccb3
b1ccb3
%files
b1ccb3
%doc AUTHORS NEWS README ChangeLog TODO
b1ccb3
%license COPYING
b1ccb3
# binaries are GPLv2+
b1ccb3
%{_bindir}/dvcont
b1ccb3
%{_bindir}/mkrfc2734
b1ccb3
%{_bindir}/panelctl
b1ccb3
%{_mandir}/man1/dvcont.1.gz
b1ccb3
%{_mandir}/man1/panelctl.1.gz
b1ccb3
%{_mandir}/man1/mkrfc2734.1*
b1ccb3
# libs are LGPLv2+
b1ccb3
%{_libdir}/libavc1394.so.*
b1ccb3
%{_libdir}/librom1394.so.*
b1ccb3
b1ccb3
%files devel
b1ccb3
%{_includedir}/libavc1394/
b1ccb3
%{_libdir}/pkgconfig/libavc1394.pc
b1ccb3
%{_libdir}/libavc1394.so
b1ccb3
%{_libdir}/librom1394.so
b1ccb3
b1ccb3
%changelog
b1ccb3
* Fri Feb 16 2018 Antonio Trande <sagitter@fedoraproject.org> - 0.5.4-7
b1ccb3
- Use %%ldconfig_scriptlets
b1ccb3
b1ccb3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-6
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b1ccb3
b1ccb3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-5
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b1ccb3
b1ccb3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-4
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b1ccb3
b1ccb3
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-3
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b1ccb3
b1ccb3
* Sun Aug 21 2016 Antonio Trande <sagitter@fedoraproject.org> - 0.5.4-2
b1ccb3
- Some minor fixes
b1ccb3
b1ccb3
* Sat Aug 20 2016 Antonio Trande <sagitter@fedoraproject.org> - 0.5.4-1
b1ccb3
- Update to 0.5.4 (bz#628157)
b1ccb3
- Patch updated
b1ccb3
- Use %%license
b1ccb3
b1ccb3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-19
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b1ccb3
b1ccb3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-18
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b1ccb3
b1ccb3
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.5.3-17
b1ccb3
- Rebuilt for Fedora 23 Change
b1ccb3
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
b1ccb3
b1ccb3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-16
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b1ccb3
b1ccb3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-15
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b1ccb3
b1ccb3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-14
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b1ccb3
b1ccb3
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-13
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b1ccb3
b1ccb3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-12
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b1ccb3
b1ccb3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-11
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b1ccb3
b1ccb3
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-10
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b1ccb3
b1ccb3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-9
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b1ccb3
b1ccb3
* Wed Jun 10 2009 Jarod Wilson <jarod@redhat.com> 0.5.3-8
b1ccb3
- Fix duplicate global symbols in libavc1394 vs. librom1394 (#216143)
b1ccb3
b1ccb3
* Mon May 18 2009 Jarod Wilson <jarod@redhat.com> 0.5.3-7
b1ccb3
- Use included libtool, kill rpath a different way (#225988)
b1ccb3
b1ccb3
* Mon May 18 2009 Jarod Wilson <jarod@redhat.com> 0.5.3-6
b1ccb3
- Fix up merge review issues (#225988)
b1ccb3
b1ccb3
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-5
b1ccb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b1ccb3
b1ccb3
* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.5.3-4
b1ccb3
- fix license tag
b1ccb3
b1ccb3
* Tue Jul 22 2008 Jarod Wilson <jwilson@redhat.com> 0.5.3-3
b1ccb3
- Bump and rebuild for libraw1394 v2.0.0
b1ccb3
b1ccb3
* Thu Feb 14 2008 Jarod Wilson <jwilson@redhat.com> - 0.5.3-2
b1ccb3
- Bump and rebuild with gcc 4.3
b1ccb3
b1ccb3
* Sun Sep 10 2006 Jarod Wilson <jwilson@redhat.com> - 0.5.3-1
b1ccb3
- Upstream release 0.5.3
b1ccb3
b1ccb3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-2.2.1
b1ccb3
- rebuild
b1ccb3
b1ccb3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-2.2
b1ccb3
- bump again for double-long bug on ppc(64)
b1ccb3
b1ccb3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-2.1
b1ccb3
- rebuilt for new gcc4.1 snapshot and glibc changes
b1ccb3
b1ccb3
* Thu Dec 22 2005 Warren Togami <wtogami@redhat.com> 0.5.1-2
b1ccb3
- remove .a and .la (#172641)
b1ccb3
- GPL -> LGPL (#165908)
b1ccb3
b1ccb3
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b1ccb3
- rebuilt
b1ccb3
b1ccb3
* Thu Nov 10 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-1
b1ccb3
- Update to 0.5.1.
b1ccb3
- Update librom patch to still apply cleanly.
b1ccb3
b1ccb3
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
b1ccb3
- make sure librom1394 is linked to libraw1394 and also
b1ccb3
  libavc1394 is linked to librom1394 (also bz 156938)
b1ccb3
b1ccb3
* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
b1ccb3
- rebuilt
b1ccb3
b1ccb3
* Mon Feb 28 2005 Warren Togami <wtogami@redhat.com> 0.4.1-7
b1ccb3
- gcc4 rebuild
b1ccb3
b1ccb3
* Sun Feb 06 2005 Warren Togami <wtogami@redhat.com> 0.4.1-6
b1ccb3
- rebuild against new libraw1394
b1ccb3
b1ccb3
* Mon Jan 03 2005 Colin Walters <walters@redhat.com> 0.4.1-5
b1ccb3
- Rerun autotools in attempt to get package to link to -lm
b1ccb3
- Add patch libavc1394-0.4.1-kill-configure-insanity.patch
b1ccb3
b1ccb3
* Mon Nov 22 2004 Karsten Hopp <karsten@redhat.de> 0.4.1-4 
b1ccb3
- remove bogus ldconfig after makeinstall
b1ccb3
b1ccb3
* Fri Jul 30 2004 Florian La Roche <Florian.LaRoche@redhat.de>
b1ccb3
- add symlinks for ldconfig
b1ccb3
b1ccb3
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
b1ccb3
- rebuilt
b1ccb3
b1ccb3
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
b1ccb3
- rebuilt
b1ccb3
b1ccb3
* Thu Feb 12 2004 Warren Togami <wtogami@redhat.com> 0.4.1-1
b1ccb3
- upgrade to 0.4.1
b1ccb3
- Spec cleanups
b1ccb3
- License -> Copyright
b1ccb3
- Remove INSTALL; Add News, ChangeLog
b1ccb3
- Applications/Multimedia -> System Environment/Libraries
b1ccb3
b1ccb3
* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7
b1ccb3
- fix buildreqs (#102204)
b1ccb3
b1ccb3
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
b1ccb3
- rebuilt
b1ccb3
b1ccb3
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
b1ccb3
- rebuilt
b1ccb3
b1ccb3
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.3.1-4
b1ccb3
- rebuild on all arches
b1ccb3
b1ccb3
* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
b1ccb3
- exclude mainframe
b1ccb3
- allow lib64
b1ccb3
b1ccb3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
b1ccb3
- automated rebuild
b1ccb3
b1ccb3
* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
b1ccb3
- First RPM build
b1ccb3