Blame SPECS/libavc1394.spec

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