From c59cfd909a1d6a3929a6da36efb80ed936e5734a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:49 +0000 Subject: [PATCH 01/65] Setup of module libavc1394 --- .cvsignore | 0 Makefile | 6 ++++++ sources | 0 3 files changed, 6 insertions(+) create mode 100644 .cvsignore create mode 100644 Makefile create mode 100644 sources diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..e69de29 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..efbbdfb --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# Makefile for source rpm: libavc1394 +# $Id$ +NAME := libavc1394 +SPECFILE = $(firstword $(wildcard *.spec)) + +include ../common/Makefile.common diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From 37c7cff0a62f4666aa9b60ff00426a7677baef84 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:18:51 +0000 Subject: [PATCH 02/65] auto-import changelog data from libavc1394-0.3.1-1.src.rpm Sun Jun 09 2002 Michael Fulbright - First RPM build --- .cvsignore | 1 + libavc1394.spec | 68 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 70 insertions(+) create mode 100644 libavc1394.spec diff --git a/.cvsignore b/.cvsignore index e69de29..2354680 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libavc1394-0.3.1.tar.gz diff --git a/libavc1394.spec b/libavc1394.spec new file mode 100644 index 0000000..a538419 --- /dev/null +++ b/libavc1394.spec @@ -0,0 +1,68 @@ +%define name libavc1394 +%define version 0.3.1 +%define release 1 + +Summary: AV control lib for 1394 +Name: %{name} +Version: %{version} +Release: %{release} +Copyright: GPL +Group: Applications/Multimedia +Source: http://downloads.sourceforge.net/libavc1394/libavc1394-0.3.1.tar.gz +BuildRequires: libraw1394 +BuildRoot: /var/tmp/%{name}-%{version}-root + +%description +The libavc1394 library allows utilities to control IEEE-1394 devices. + +%package devel +Summary: Development libs for libavc1394 +Group: Development/Libraries + +%description devel +Development libraries required to build applications using libavc1394. + +%prep +%setup + +%build +%configure +make + +%install +rm -rf %{buildroot} +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%defattr(-,root,root) +%doc COPYING INSTALL README +%doc /usr/share/man/man1/dvcont.1.gz +/usr/bin/dvcont +/usr/lib/libavc1394.so.0.0.4 +/usr/lib/librom1394.so.0.0.4 + + +%files devel +%defattr(-,root,root) +/usr/include/libavc1394 +/usr/lib/libavc1394.a +/usr/lib/libavc1394.la +/usr/lib/libavc1394.so +/usr/lib/librom1394.a +/usr/lib/librom1394.la +/usr/lib/librom1394.so + + +%changelog +* Sun Jun 09 2002 Michael Fulbright +- First RPM build + diff --git a/sources b/sources index e69de29..3a03bc5 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7e761f05b310392d6e07a7186b973cb5 libavc1394-0.3.1.tar.gz From b2ffd9719b31188d72491dd456c14a3933424771 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:19:34 +0000 Subject: [PATCH 03/65] auto-import changelog data from libavc1394-0.3.1-2.src.rpm Fri Jun 21 2002 Tim Powers - automated rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index a538419..f5126f1 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,6 +1,6 @@ %define name libavc1394 %define version 0.3.1 -%define release 1 +%define release 2 Summary: AV control lib for 1394 Name: %{name} @@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 21 2002 Tim Powers +- automated rebuild + * Sun Jun 09 2002 Michael Fulbright - First RPM build From bef83923193f25b85f08c308f083a7e2d1c20c24 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:19:54 +0000 Subject: [PATCH 04/65] auto-import changelog data from libavc1394-0.3.1-5.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Thu Dec 12 2002 Tim Powers 0.3.1-4 - rebuild on all arches Wed Nov 20 2002 Florian La Roche - exclude mainframe - allow lib64 --- libavc1394.spec | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index f5126f1..37f893b 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,6 +1,6 @@ %define name libavc1394 %define version 0.3.1 -%define release 2 +%define release 5 Summary: AV control lib for 1394 Name: %{name} @@ -11,6 +11,7 @@ Group: Applications/Multimedia Source: http://downloads.sourceforge.net/libavc1394/libavc1394-0.3.1.tar.gz BuildRequires: libraw1394 BuildRoot: /var/tmp/%{name}-%{version}-root +ExcludeArch: s390 s390x %description The libavc1394 library allows utilities to control IEEE-1394 devices. @@ -47,22 +48,32 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING INSTALL README %doc /usr/share/man/man1/dvcont.1.gz /usr/bin/dvcont -/usr/lib/libavc1394.so.0.0.4 -/usr/lib/librom1394.so.0.0.4 +%{_libdir}/libavc1394.so.0.0.4 +%{_libdir}/librom1394.so.0.0.4 %files devel %defattr(-,root,root) /usr/include/libavc1394 -/usr/lib/libavc1394.a -/usr/lib/libavc1394.la -/usr/lib/libavc1394.so -/usr/lib/librom1394.a -/usr/lib/librom1394.la -/usr/lib/librom1394.so +%{_libdir}/libavc1394.a +%{_libdir}/libavc1394.la +%{_libdir}/libavc1394.so +%{_libdir}/librom1394.a +%{_libdir}/librom1394.la +%{_libdir}/librom1394.so %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Thu Dec 12 2002 Tim Powers 0.3.1-4 +- rebuild on all arches + +* Wed Nov 20 2002 Florian La Roche +- exclude mainframe +- allow lib64 + * Fri Jun 21 2002 Tim Powers - automated rebuild From e7089c96d1d41020eac91587e5081de5e381d1c8 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:20:14 +0000 Subject: [PATCH 05/65] auto-import changelog data from libavc1394-0.3.1-7.src.rpm Mon Aug 25 2003 Bill Nottingham 0.3.1-7 - fix buildreqs (#102204) Wed Jun 04 2003 Elliot Lee - rebuilt --- libavc1394.spec | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 37f893b..ee74787 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,15 +1,11 @@ -%define name libavc1394 -%define version 0.3.1 -%define release 5 - Summary: AV control lib for 1394 -Name: %{name} -Version: %{version} -Release: %{release} +Name: libavc1394 +Version: 0.3.1 +Release: 7 Copyright: GPL Group: Applications/Multimedia -Source: http://downloads.sourceforge.net/libavc1394/libavc1394-0.3.1.tar.gz -BuildRequires: libraw1394 +Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz +BuildRequires: libraw1394-devel BuildRoot: /var/tmp/%{name}-%{version}-root ExcludeArch: s390 s390x @@ -19,6 +15,7 @@ The libavc1394 library allows utilities to control IEEE-1394 devices. %package devel Summary: Development libs for libavc1394 Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description devel Development libraries required to build applications using libavc1394. @@ -37,11 +34,9 @@ rm -rf %{buildroot} %clean rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -64,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 25 2003 Bill Nottingham 0.3.1-7 +- fix buildreqs (#102204) + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Wed Jan 22 2003 Tim Powers - rebuilt From 58cea844ce37b7179bb5281b2cbc0f9d0c8c7b39 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:21:17 +0000 Subject: [PATCH 06/65] auto-import changelog data from libavc1394-0.4.1-1.1.src.rpm Tue Mar 02 2004 Elliot Lee - rebuilt Thu Feb 12 2004 Warren Togami 0.4.1-1 - upgrade to 0.4.1 - Spec cleanups - License -> Copyright - Remove INSTALL; Add News, ChangeLog - Applications/Multimedia -> System Environment/Libraries --- .cvsignore | 2 +- libavc1394.spec | 51 +++++++++++++++++++++++++++++++------------------ sources | 2 +- 3 files changed, 34 insertions(+), 21 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2354680..6bcca12 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libavc1394-0.3.1.tar.gz +libavc1394-0.4.1.tar.gz diff --git a/libavc1394.spec b/libavc1394.spec index ee74787..dcfc456 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,34 +1,37 @@ -Summary: AV control lib for 1394 +Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 -Version: 0.3.1 -Release: 7 -Copyright: GPL -Group: Applications/Multimedia -Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz +Version: 0.4.1 +Release: 1.1 +License: GPL +Group: System Environment/Libraries +Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz BuildRequires: libraw1394-devel -BuildRoot: /var/tmp/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-root ExcludeArch: s390 s390x %description -The libavc1394 library allows utilities to control IEEE-1394 devices. +The libavc1394 library allows utilities to control IEEE-1394 devices +using the AV/C specification. Audio/Video Control allows applications +to control devices like the tape on a VCR or camcorder. %package devel Summary: Development libs for libavc1394 Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: libraw1394-devel %description devel Development libraries required to build applications using libavc1394. %prep -%setup +%setup -q %build %configure -make +make %{?_smp_mflags} %install -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %makeinstall %clean @@ -39,17 +42,17 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING INSTALL README -%doc /usr/share/man/man1/dvcont.1.gz -/usr/bin/dvcont -%{_libdir}/libavc1394.so.0.0.4 -%{_libdir}/librom1394.so.0.0.4 +%defattr(-,root,root,-) +%doc COPYING NEWS README ChangeLog +%doc %{_mandir}/man1/dvcont.1.gz +%{_bindir}/dvcont +%{_libdir}/libavc1394.so.0.1.1 +%{_libdir}/librom1394.so.0.1.1 %files devel -%defattr(-,root,root) -/usr/include/libavc1394 +%defattr(-,root,root,-) +%{_includedir}/libavc1394 %{_libdir}/libavc1394.a %{_libdir}/libavc1394.la %{_libdir}/libavc1394.so @@ -59,6 +62,16 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Thu Feb 12 2004 Warren Togami 0.4.1-1 +- upgrade to 0.4.1 +- Spec cleanups +- License -> Copyright +- Remove INSTALL; Add News, ChangeLog +- Applications/Multimedia -> System Environment/Libraries + * Mon Aug 25 2003 Bill Nottingham 0.3.1-7 - fix buildreqs (#102204) diff --git a/sources b/sources index 3a03bc5..e826ec7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e761f05b310392d6e07a7186b973cb5 libavc1394-0.3.1.tar.gz +cca44f87bda7d5572473290dec7cd81e libavc1394-0.4.1.tar.gz From 9482d063558b7c406b258f3be060a24a0ec92ef4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:21:49 +0000 Subject: [PATCH 07/65] auto-import changelog data from libavc1394-0.4.1-2.src.rpm Tue Jun 15 2004 Elliot Lee - rebuilt --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index dcfc456..2032902 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.4.1 -Release: 1.1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 15 2004 Elliot Lee +- rebuilt + * Tue Mar 02 2004 Elliot Lee - rebuilt From 7c5586e9c72b27e3dfefeb0fb2bc0ec6d480f75d Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:22:08 +0000 Subject: [PATCH 08/65] auto-import changelog data from libavc1394-0.4.1-3.src.rpm Fri Jul 30 2004 Florian La Roche - add symlinks for ldconfig --- libavc1394.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 2032902..0f9c78f 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.4.1 -Release: 2 +Release: 3 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -33,6 +33,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall +ldconfig -n $RPM_BUILD_ROOT/%{_lib} %clean rm -rf $RPM_BUILD_ROOT @@ -46,8 +47,8 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING NEWS README ChangeLog %doc %{_mandir}/man1/dvcont.1.gz %{_bindir}/dvcont -%{_libdir}/libavc1394.so.0.1.1 -%{_libdir}/librom1394.so.0.1.1 +%{_libdir}/libavc1394.so.0* +%{_libdir}/librom1394.so.0* %files devel @@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 30 2004 Florian La Roche +- add symlinks for ldconfig + * Tue Jun 15 2004 Elliot Lee - rebuilt From dcd0f9d9549618788a3ef61b15e923b16156df2c Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 22 Nov 2004 15:31:49 +0000 Subject: [PATCH 09/65] libavc1394.spec --- libavc1394.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 0f9c78f..4c88cef 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.4.1 -Release: 3 +Release: 4 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -33,7 +33,6 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall -ldconfig -n $RPM_BUILD_ROOT/%{_lib} %clean rm -rf $RPM_BUILD_ROOT @@ -63,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 22 2004 Karsten Hopp 0.4.1-4 +- remove bogus ldconfig after makeinstall + * Fri Jul 30 2004 Florian La Roche - add symlinks for ldconfig From 2c120b85dedeefac5e68a5063d6f8dfa99148955 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 3 Jan 2005 20:14:22 +0000 Subject: [PATCH 10/65] 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 From cb7c9418669f42b31d430b9ee3ce2681cc8c2042 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Mon, 7 Feb 2005 02:24:24 +0000 Subject: [PATCH 11/65] rebuild against new libraw1394 --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index ae48854..fe0921a 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.4.1 -Release: 5 +Release: 6 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Feb 06 2005 Warren Togami 0.4.1-6 +- rebuild against new libraw1394 + * 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 From fe8cc069553a56d8da814b8ff709ddd882809ea2 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Tue, 1 Mar 2005 03:54:18 +0000 Subject: [PATCH 12/65] gcc4 rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index fe0921a..e1cbe84 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.4.1 -Release: 6 +Release: 7 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 28 2005 Warren Togami 0.4.1-7 +- gcc4 rebuild + * Sun Feb 06 2005 Warren Togami 0.4.1-6 - rebuild against new libraw1394 From 56a28a8bb7216f828ce7a9930fff2b9ef4dc6b50 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Wed, 16 Mar 2005 21:40:03 +0000 Subject: [PATCH 13/65] sync --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index e1cbe84..97568d8 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.4.1 -Release: 7 +Release: 8 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 16 2005 Elliot Lee +- rebuilt + * Mon Feb 28 2005 Warren Togami 0.4.1-7 - gcc4 rebuild From 271cc4a623a04fbe0013a292540b96abb4236c42 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sat, 23 Jul 2005 06:16:49 +0000 Subject: [PATCH 14/65] 0.5.1 --- .cvsignore | 1 + libavc1394-0.4.1-kill-configure-insanity.patch | 13 ------------- libavc1394.spec | 11 ++++++----- sources | 1 + 4 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 libavc1394-0.4.1-kill-configure-insanity.patch diff --git a/.cvsignore b/.cvsignore index 6bcca12..a560cbb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libavc1394-0.4.1.tar.gz +libavc1394-0.5.1.tar.gz diff --git a/libavc1394-0.4.1-kill-configure-insanity.patch b/libavc1394-0.4.1-kill-configure-insanity.patch deleted file mode 100644 index 65af1e9..0000000 --- a/libavc1394-0.4.1-kill-configure-insanity.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 97568d8..1ced33c 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,14 +1,13 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 -Version: 0.4.1 -Release: 8 +Version: 0.5.1 +Release: 1.fc5 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz BuildRequires: libraw1394-devel -BuildRequires: autoconf automake libtool +BuildRequires: libtool BuildRoot: %{_tmppath}/%{name}-%{version}-root -Patch1: libavc1394-0.4.1-kill-configure-insanity.patch ExcludeArch: s390 s390x %description @@ -27,7 +26,6 @@ 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 @@ -67,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 22 2005 Warren Togami - 0.5.1-1 +- 0.5.1 + * Wed Mar 16 2005 Elliot Lee - rebuilt diff --git a/sources b/sources index e826ec7..74cb21b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ cca44f87bda7d5572473290dec7cd81e libavc1394-0.4.1.tar.gz +64a94a8814f3642a4051a40fd5fb59c5 libavc1394-0.5.1.tar.gz From 03562de43209f28239fa0fbb18eaa3cf0fdcf6bd Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Sat, 15 Oct 2005 20:16:30 +0000 Subject: [PATCH 15/65] - link correctly to other shared libs --- libavc1394-0.4.1-kill-configure-insanity.patch | 13 +++++++++++++ libavc1394.spec | 15 ++++++++++----- 2 files changed, 23 insertions(+), 5 deletions(-) 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 1ced33c..b638f8a 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,13 +1,15 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 -Version: 0.5.1 -Release: 1.fc5 +Version: 0.4.1 +Release: 9 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz BuildRequires: libraw1394-devel -BuildRequires: libtool +BuildRequires: autoconf automake libtool BuildRoot: %{_tmppath}/%{name}-%{version}-root +Patch1: libavc1394-0.4.1-kill-configure-insanity.patch +Patch2: libavc1394-librom.patch ExcludeArch: s390 s390x %description @@ -26,6 +28,8 @@ Development libraries required to build applications using libavc1394. %prep %setup -q +%patch1 -p0 -b .kill-configure-insanity +%patch2 -p1 %build # Rerun autotools to pick up newer libtool @@ -65,8 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Jul 22 2005 Warren Togami - 0.5.1-1 -- 0.5.1 +* Sat Oct 15 2005 Florian La Roche +- make sure librom1394 is linked to libraw1394 and also + libavc1394 is linked to librom1394 (also bz 156938) * Wed Mar 16 2005 Elliot Lee - rebuilt From 0d6901e116919af3c8a512e7d1b119a8e0b7262c Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sat, 12 Nov 2005 05:07:57 +0000 Subject: [PATCH 16/65] - Update to 0.5.1. - Update librom patch to still apply cleanly. --- .cvsignore | 1 - libavc1394.spec | 27 ++++++++++++++++----------- sources | 1 - 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index a560cbb..4e66a45 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -libavc1394-0.4.1.tar.gz libavc1394-0.5.1.tar.gz diff --git a/libavc1394.spec b/libavc1394.spec index b638f8a..ce67ded 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,15 +1,14 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 -Version: 0.4.1 -Release: 9 +Version: 0.5.1 +Release: 1 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz +Patch: libavc1394-0.5.1-librom.patch BuildRequires: libraw1394-devel BuildRequires: autoconf automake libtool BuildRoot: %{_tmppath}/%{name}-%{version}-root -Patch1: libavc1394-0.4.1-kill-configure-insanity.patch -Patch2: libavc1394-librom.patch ExcludeArch: s390 s390x %description @@ -28,8 +27,7 @@ Development libraries required to build applications using libavc1394. %prep %setup -q -%patch1 -p0 -b .kill-configure-insanity -%patch2 -p1 +%patch -p1 -b .librom %build # Rerun autotools to pick up newer libtool @@ -39,7 +37,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -51,15 +49,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING NEWS README ChangeLog -%doc %{_mandir}/man1/dvcont.1.gz %{_bindir}/dvcont -%{_libdir}/libavc1394.so.0* -%{_libdir}/librom1394.so.0* +%{_bindir}/mkrfc2734 +%{_libdir}/libavc1394.so.* +%{_libdir}/librom1394.so.* +%{_mandir}/man1/dvcont.1.gz +%{_mandir}/man1/mkrfc2734.1* %files devel %defattr(-,root,root,-) -%{_includedir}/libavc1394 +%{_includedir}/libavc1394/ +%{_libdir}/pkgconfig/libavc1394.pc %{_libdir}/libavc1394.a %{_libdir}/libavc1394.la %{_libdir}/libavc1394.so @@ -69,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 10 2005 Matthias Saou 0.5.1-1 +- Update to 0.5.1. +- Update librom patch to still apply cleanly. + * Sat Oct 15 2005 Florian La Roche - make sure librom1394 is linked to libraw1394 and also libavc1394 is linked to librom1394 (also bz 156938) diff --git a/sources b/sources index 74cb21b..5014566 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -cca44f87bda7d5572473290dec7cd81e libavc1394-0.4.1.tar.gz 64a94a8814f3642a4051a40fd5fb59c5 libavc1394-0.5.1.tar.gz From 09c99fcbdd9f5c3c4b8347c83f1cd6a1d0a69253 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sat, 12 Nov 2005 05:11:56 +0000 Subject: [PATCH 17/65] use a proper patch filename --- libavc1394-0.5.1-librom.patch | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 libavc1394-0.5.1-librom.patch diff --git a/libavc1394-0.5.1-librom.patch b/libavc1394-0.5.1-librom.patch new file mode 100644 index 0000000..a011752 --- /dev/null +++ b/libavc1394-0.5.1-librom.patch @@ -0,0 +1,39 @@ +diff -Naupr libavc1394-0.5.1.orig/libavc1394/Makefile.am libavc1394-0.5.1/libavc1394/Makefile.am +--- libavc1394-0.5.1.orig/libavc1394/Makefile.am 2005-02-17 13:57:48.000000000 +0100 ++++ libavc1394-0.5.1/libavc1394/Makefile.am 2005-11-10 18:59:52.000000000 +0100 +@@ -1,11 +1,11 @@ + MAINTAINERCLEANFILES = Makefile.in + lib_LTLIBRARIES = libavc1394.la + libavc1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ +- -version-info @lt_major@:@lt_revision@:@lt_age@ +-libavc1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo ++ -version-info @lt_major@:@lt_revision@:@lt_age@ ++libavc1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo $(top_builddir)/librom1394/librom1394.la + libavc1394_la_SOURCES = \ + avc1394_simple.c avc1394_vcr.c \ +- avc1394_internal.c avc1394_internal.h ++ avc1394_internal.c avc1394_internal.h + pkginclude_HEADERS = avc1394.h avc1394_vcr.h + INCLUDES = @LIBRAW1394_CFLAGS@ + +diff -Naupr libavc1394-0.5.1.orig/librom1394/Makefile.am libavc1394-0.5.1/librom1394/Makefile.am +--- libavc1394-0.5.1.orig/librom1394/Makefile.am 2005-02-17 13:57:56.000000000 +0100 ++++ libavc1394-0.5.1/librom1394/Makefile.am 2005-11-10 18:59:43.000000000 +0100 +@@ -1,7 +1,7 @@ + MAINTAINERCLEANFILES = Makefile.in + lib_LTLIBRARIES = librom1394.la + librom1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ +- -version-info @lt_major@:@lt_revision@:@lt_age@ -lm ++ -version-info @lt_major@:@lt_revision@:@lt_age@ -lm -lraw1394 + librom1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo + librom1394_la_SOURCES = \ + rom1394_main.c \ +diff -Naupr libavc1394-0.5.1.orig/Makefile.am libavc1394-0.5.1/Makefile.am +--- libavc1394-0.5.1.orig/Makefile.am 2005-02-17 15:11:06.000000000 +0100 ++++ libavc1394-0.5.1/Makefile.am 2005-11-10 18:58:44.000000000 +0100 +@@ -1,4 +1,4 @@ +-SUBDIRS = common libavc1394 librom1394 test ++SUBDIRS = common librom1394 libavc1394 test + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \ + stamp-h.in + EXTRA_DIST = libavc1394.pc libavc1394.spec From 18b9546e916e9665494143730f1a4f9eeb655f32 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 9 Dec 2005 22:41:30 +0000 Subject: [PATCH 18/65] gcc update bump --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index ce67ded..2cb3c3e 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.1 -Release: 1 +Release: 1.1 License: GPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Dec 09 2005 Jesse Keating +- rebuilt + * Thu Nov 10 2005 Matthias Saou 0.5.1-1 - Update to 0.5.1. - Update librom patch to still apply cleanly. From e7ca3e3dccd3620b28f1b3f8577d2a398b3b0740 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 22 Dec 2005 21:00:33 +0000 Subject: [PATCH 19/65] - remove .a and .la (#172641) - GPL -> LGPL (#165908) --- libavc1394.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 2cb3c3e..6d5eef3 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,8 +1,8 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.1 -Release: 1.1 -License: GPL +Release: 2 +License: LGPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz Patch: libavc1394-0.5.1-librom.patch @@ -38,6 +38,8 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %clean rm -rf $RPM_BUILD_ROOT @@ -61,15 +63,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_includedir}/libavc1394/ %{_libdir}/pkgconfig/libavc1394.pc -%{_libdir}/libavc1394.a -%{_libdir}/libavc1394.la %{_libdir}/libavc1394.so -%{_libdir}/librom1394.a -%{_libdir}/librom1394.la %{_libdir}/librom1394.so %changelog +* Thu Dec 22 2005 Warren Togami 0.5.1-2 +- remove .a and .la (#172641) +- GPL -> LGPL (#165908) + * Fri Dec 09 2005 Jesse Keating - rebuilt From 43148c1a1df841fcf1f2dce9c2299402c3fee58b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 7 Feb 2006 12:29:00 +0000 Subject: [PATCH 20/65] bump for new gcc/glibc --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 6d5eef3..69757a3 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.1 -Release: 2 +Release: 2.1 License: LGPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 07 2006 Jesse Keating - 0.5.1-2.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + * Thu Dec 22 2005 Warren Togami 0.5.1-2 - remove .a and .la (#172641) - GPL -> LGPL (#165908) From 0fe72d4cfd7732f97477d143156df98a4fd17fd4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 11 Feb 2006 03:52:30 +0000 Subject: [PATCH 21/65] bump for bug in double-long on ppc(64) --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 69757a3..c4576c2 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.1 -Release: 2.1 +Release: 2.2 License: LGPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 10 2006 Jesse Keating - 0.5.1-2.2 +- bump again for double-long bug on ppc(64) + * Tue Feb 07 2006 Jesse Keating - 0.5.1-2.1 - rebuilt for new gcc4.1 snapshot and glibc changes From 5fe93e9ac451490439c9118d96b996b1cd1808b8 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 12 Jul 2006 06:45:52 +0000 Subject: [PATCH 22/65] bumped for rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index c4576c2..3f10015 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.1 -Release: 2.2 +Release: 2.2.1 License: LGPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 12 2006 Jesse Keating - 0.5.1-2.2.1 +- rebuild + * Fri Feb 10 2006 Jesse Keating - 0.5.1-2.2 - bump again for double-long bug on ppc(64) From 0301e26c210aa52c70a18ab13c34c8b0f4920e81 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Sun, 10 Sep 2006 23:50:14 +0000 Subject: [PATCH 23/65] Update to 0.5.3 --- .cvsignore | 1 + libavc1394.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4e66a45..cc55698 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libavc1394-0.5.1.tar.gz +libavc1394-0.5.3.tar.gz diff --git a/libavc1394.spec b/libavc1394.spec index 3f10015..5b14c76 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 -Version: 0.5.1 -Release: 2.2.1 +Version: 0.5.3 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -53,9 +53,11 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING NEWS README ChangeLog %{_bindir}/dvcont %{_bindir}/mkrfc2734 +%{_bindir}/panelctl %{_libdir}/libavc1394.so.* %{_libdir}/librom1394.so.* %{_mandir}/man1/dvcont.1.gz +%{_mandir}/man1/panelctl.1.gz %{_mandir}/man1/mkrfc2734.1* @@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 10 2006 Jarod Wilson - 0.5.3-1 +- Upstream release 0.5.3 + * Wed Jul 12 2006 Jesse Keating - 0.5.1-2.2.1 - rebuild diff --git a/sources b/sources index 5014566..34569a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64a94a8814f3642a4051a40fd5fb59c5 libavc1394-0.5.1.tar.gz +09e30b1fb5ae455b6d8407e457a711a3 libavc1394-0.5.3.tar.gz From fffbc5761f4dacc9b390d4d35636f3bc61796b1a Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Thu, 14 Dec 2006 22:13:25 +0000 Subject: [PATCH 24/65] Obsolete broken-out libs from atrpms, resolves #218031 --- libavc1394.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libavc1394.spec b/libavc1394.spec index 5b14c76..5cc7466 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -10,6 +10,7 @@ BuildRequires: libraw1394-devel BuildRequires: autoconf automake libtool BuildRoot: %{_tmppath}/%{name}-%{version}-root ExcludeArch: s390 s390x +Obsoletes: libavc1394_0 <= %{version}-%{release}, librpm1394_0 <= %{version}-%{release} %description The libavc1394 library allows utilities to control IEEE-1394 devices From 3a32a09fb3ad793ceed1af838d20bbacb38fa544 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 15 Oct 2007 18:59:24 +0000 Subject: [PATCH 25/65] makefile update to properly grab makefile.common --- Makefile | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index efbbdfb..dc05a4a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,21 @@ # Makefile for source rpm: libavc1394 -# $Id$ +# $Id: Makefile,v 1.1 2004/09/09 07:18:49 cvsdist Exp $ NAME := libavc1394 SPECFILE = $(firstword $(wildcard *.spec)) -include ../common/Makefile.common +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attempt a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) From 08bf7e00300b43d4ad5d1688da864dfbc7b682f3 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Thu, 14 Feb 2008 16:17:04 +0000 Subject: [PATCH 26/65] - Bump and rebuild with gcc 4.3 --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 5cc7466..8fa3692 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 14 2008 Jarod Wilson - 0.5.3-2 +- Bump and rebuild with gcc 4.3 + * Sun Sep 10 2006 Jarod Wilson - 0.5.3-1 - Upstream release 0.5.3 From 38e7c25955f26296f53d4f8bb3b8acd9aab2d880 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Tue, 22 Jul 2008 19:28:13 +0000 Subject: [PATCH 27/65] - Bump and rebuild for libraw1394 v2.0.0 --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 8fa3692..252ea9d 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 22 2008 Jarod Wilson 0.5.3-3 +- Bump and rebuild for libraw1394 v2.0.0 + * Thu Feb 14 2008 Jarod Wilson - 0.5.3-2 - Bump and rebuild with gcc 4.3 From 721f6d12042e3c4eef53966c2acb8d2e51e1054f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 5 Aug 2008 21:11:31 +0000 Subject: [PATCH 28/65] fix license tag --- libavc1394.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 252ea9d..2931588 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,8 +1,8 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 3%{?dist} -License: LGPL +Release: 4%{?dist} +License: LGPLv2+ Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz Patch: libavc1394-0.5.1-librom.patch @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 5 2008 Tom "spot" Callaway 0.5.3-4 +- fix license tag + * Tue Jul 22 2008 Jarod Wilson 0.5.3-3 - Bump and rebuild for libraw1394 v2.0.0 From bbb8d16aa9c1f04b04d2374e3d9c5fe33dc70217 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 13:48:20 +0000 Subject: [PATCH 29/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 2931588..91a05c2 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.5.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Aug 5 2008 Tom "spot" Callaway 0.5.3-4 - fix license tag From f3ec003bc0dc97f5961ee6c22d63df07b7a32a76 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Mon, 18 May 2009 15:09:06 +0000 Subject: [PATCH 30/65] - Fix up merge review issues (#225988) --- ...vc1394-0.4.1-kill-configure-insanity.patch | 13 ----- libavc1394.spec | 50 +++++++++++-------- 2 files changed, 28 insertions(+), 35 deletions(-) delete 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 deleted file mode 100644 index 65af1e9..0000000 --- a/libavc1394-0.4.1-kill-configure-insanity.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 91a05c2..74c98a3 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,16 +1,16 @@ -Summary: Audio/Video Control library for IEEE-1394 devices -Name: libavc1394 -Version: 0.5.3 -Release: 5%{?dist} -License: LGPLv2+ -Group: System Environment/Libraries -Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz -Patch: libavc1394-0.5.1-librom.patch -BuildRequires: libraw1394-devel -BuildRequires: autoconf automake libtool -BuildRoot: %{_tmppath}/%{name}-%{version}-root -ExcludeArch: s390 s390x -Obsoletes: libavc1394_0 <= %{version}-%{release}, librpm1394_0 <= %{version}-%{release} +Summary: Audio/Video Control library for IEEE-1394 devices +Name: libavc1394 +Version: 0.5.3 +Release: 6%{?dist} +License: GPLv2+ and LGPLv2+ +Group: System Environment/Libraries +URL: http://sourceforge.net/projects/libavc1394/ +Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz +Patch1: libavc1394-0.5.1-librom.patch +BuildRequires: libraw1394-devel +BuildRequires: autoconf automake libtool +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +ExcludeArch: s390 s390x %description The libavc1394 library allows utilities to control IEEE-1394 devices @@ -21,26 +21,27 @@ to control devices like the tape on a VCR or camcorder. Summary: Development libs for libavc1394 Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libraw1394-devel +Requires: libraw1394-devel, pkgconfig %description devel Development libraries required to build applications using libavc1394. %prep %setup -q -%patch -p1 -b .librom +%patch1 -p1 -b .librom +chmod -x test/dvcont.c %build -# Rerun autotools to pick up newer libtool +# Rerun autotools to pick up newer libtool w/o hard-coded rpaths autoreconf -f -i %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -rm -f $RPM_BUILD_ROOT%{_libdir}/*.a +make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT +# sigh, --disable-static doesn't work +rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -51,15 +52,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYING NEWS README ChangeLog +%doc AUTHORS COPYING NEWS README ChangeLog TODO +# binaries are GPLv2+ %{_bindir}/dvcont %{_bindir}/mkrfc2734 %{_bindir}/panelctl -%{_libdir}/libavc1394.so.* -%{_libdir}/librom1394.so.* %{_mandir}/man1/dvcont.1.gz %{_mandir}/man1/panelctl.1.gz %{_mandir}/man1/mkrfc2734.1* +# libs are LGPLv2+ +%{_libdir}/libavc1394.so.* +%{_libdir}/librom1394.so.* %files devel @@ -71,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon May 18 2009 Jarod Wilson 0.5.3-6 +- Fix up merge review issues (#225988) + * Wed Feb 25 2009 Fedora Release Engineering - 0.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 06f6ef42a1ce4b6e28258bd0f9fd6f3502f56fb4 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Mon, 18 May 2009 17:16:28 +0000 Subject: [PATCH 31/65] - Use included libtool, kill rpath a different way (#225988) --- libavc1394.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 74c98a3..93892ad 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,14 +1,13 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz Patch1: libavc1394-0.5.1-librom.patch BuildRequires: libraw1394-devel -BuildRequires: autoconf automake libtool BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ExcludeArch: s390 s390x @@ -32,9 +31,9 @@ Development libraries required to build applications using libavc1394. chmod -x test/dvcont.c %build -# Rerun autotools to pick up newer libtool w/o hard-coded rpaths -autoreconf -f -i %configure +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} %install @@ -74,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon May 18 2009 Jarod Wilson 0.5.3-7 +- Use included libtool, kill rpath a different way (#225988) + * Mon May 18 2009 Jarod Wilson 0.5.3-6 - Fix up merge review issues (#225988) From 548827501be4352467d74b352f276122cce89ebb Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Wed, 10 Jun 2009 20:22:23 +0000 Subject: [PATCH 32/65] - Fix duplicate global symbols in libavc1394 vs. librom1394 (#216143) --- libavc1394-0.5.1-librom.patch | 39 ---------------- libavc1394-0.5.3-librom.patch | 88 +++++++++++++++++++++++++++++++++++ libavc1394.spec | 7 ++- 3 files changed, 93 insertions(+), 41 deletions(-) delete mode 100644 libavc1394-0.5.1-librom.patch create mode 100644 libavc1394-0.5.3-librom.patch diff --git a/libavc1394-0.5.1-librom.patch b/libavc1394-0.5.1-librom.patch deleted file mode 100644 index a011752..0000000 --- a/libavc1394-0.5.1-librom.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -Naupr libavc1394-0.5.1.orig/libavc1394/Makefile.am libavc1394-0.5.1/libavc1394/Makefile.am ---- libavc1394-0.5.1.orig/libavc1394/Makefile.am 2005-02-17 13:57:48.000000000 +0100 -+++ libavc1394-0.5.1/libavc1394/Makefile.am 2005-11-10 18:59:52.000000000 +0100 -@@ -1,11 +1,11 @@ - MAINTAINERCLEANFILES = Makefile.in - lib_LTLIBRARIES = libavc1394.la - libavc1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ -- -version-info @lt_major@:@lt_revision@:@lt_age@ --libavc1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo -+ -version-info @lt_major@:@lt_revision@:@lt_age@ -+libavc1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo $(top_builddir)/librom1394/librom1394.la - libavc1394_la_SOURCES = \ - avc1394_simple.c avc1394_vcr.c \ -- avc1394_internal.c avc1394_internal.h -+ avc1394_internal.c avc1394_internal.h - pkginclude_HEADERS = avc1394.h avc1394_vcr.h - INCLUDES = @LIBRAW1394_CFLAGS@ - -diff -Naupr libavc1394-0.5.1.orig/librom1394/Makefile.am libavc1394-0.5.1/librom1394/Makefile.am ---- libavc1394-0.5.1.orig/librom1394/Makefile.am 2005-02-17 13:57:56.000000000 +0100 -+++ libavc1394-0.5.1/librom1394/Makefile.am 2005-11-10 18:59:43.000000000 +0100 -@@ -1,7 +1,7 @@ - MAINTAINERCLEANFILES = Makefile.in - lib_LTLIBRARIES = librom1394.la - librom1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ -- -version-info @lt_major@:@lt_revision@:@lt_age@ -lm -+ -version-info @lt_major@:@lt_revision@:@lt_age@ -lm -lraw1394 - librom1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo - librom1394_la_SOURCES = \ - rom1394_main.c \ -diff -Naupr libavc1394-0.5.1.orig/Makefile.am libavc1394-0.5.1/Makefile.am ---- libavc1394-0.5.1.orig/Makefile.am 2005-02-17 15:11:06.000000000 +0100 -+++ libavc1394-0.5.1/Makefile.am 2005-11-10 18:58:44.000000000 +0100 -@@ -1,4 +1,4 @@ --SUBDIRS = common libavc1394 librom1394 test -+SUBDIRS = common librom1394 libavc1394 test - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \ - stamp-h.in - EXTRA_DIST = libavc1394.pc libavc1394.spec diff --git a/libavc1394-0.5.3-librom.patch b/libavc1394-0.5.3-librom.patch new file mode 100644 index 0000000..2e1a009 --- /dev/null +++ b/libavc1394-0.5.3-librom.patch @@ -0,0 +1,88 @@ +Index: libavc1394-0.5.3/Makefile.am +=================================================================== +--- libavc1394-0.5.3.orig/Makefile.am ++++ libavc1394-0.5.3/Makefile.am +@@ -1,4 +1,4 @@ +-SUBDIRS = common libavc1394 librom1394 test ++SUBDIRS = common librom1394 libavc1394 test + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \ + stamp-h.in + EXTRA_DIST = libavc1394.pc libavc1394.spec +Index: libavc1394-0.5.3/Makefile.in +=================================================================== +--- libavc1394-0.5.3.orig/Makefile.in ++++ libavc1394-0.5.3/Makefile.in +@@ -189,7 +189,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = common libavc1394 librom1394 test ++SUBDIRS = common librom1394 libavc1394 test + MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \ + stamp-h.in + +Index: libavc1394-0.5.3/libavc1394/Makefile.am +=================================================================== +--- libavc1394-0.5.3.orig/libavc1394/Makefile.am ++++ libavc1394-0.5.3/libavc1394/Makefile.am +@@ -1,11 +1,11 @@ + MAINTAINERCLEANFILES = Makefile.in + lib_LTLIBRARIES = libavc1394.la + libavc1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ +- -version-info @lt_major@:@lt_revision@:@lt_age@ +-libavc1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo ++ -version-info @lt_major@:@lt_revision@:@lt_age@ ++#libavc1394_la_LIBADD = $(top_builddir)/librom1394/librom1394.la + libavc1394_la_SOURCES = \ + avc1394_simple.c avc1394_vcr.c \ +- avc1394_internal.c avc1394_internal.h ++ avc1394_internal.c avc1394_internal.h + pkginclude_HEADERS = avc1394.h avc1394_vcr.h + INCLUDES = @LIBRAW1394_CFLAGS@ + +Index: libavc1394-0.5.3/libavc1394/Makefile.in +=================================================================== +--- libavc1394-0.5.3.orig/libavc1394/Makefile.in ++++ libavc1394-0.5.3/libavc1394/Makefile.in +@@ -187,12 +187,12 @@ target_alias = @target_alias@ + MAINTAINERCLEANFILES = Makefile.in + lib_LTLIBRARIES = libavc1394.la + libavc1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ +- -version-info @lt_major@:@lt_revision@:@lt_age@ ++ -version-info @lt_major@:@lt_revision@:@lt_age@ + +-libavc1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo ++libavc1394_la_LIBADD = $(top_builddir)/librom1394/librom1394.la + libavc1394_la_SOURCES = \ + avc1394_simple.c avc1394_vcr.c \ +- avc1394_internal.c avc1394_internal.h ++ avc1394_internal.c avc1394_internal.h + + pkginclude_HEADERS = avc1394.h avc1394_vcr.h + INCLUDES = @LIBRAW1394_CFLAGS@ +Index: libavc1394-0.5.3/librom1394/Makefile.am +=================================================================== +--- libavc1394-0.5.3.orig/librom1394/Makefile.am ++++ libavc1394-0.5.3/librom1394/Makefile.am +@@ -1,7 +1,7 @@ + MAINTAINERCLEANFILES = Makefile.in + lib_LTLIBRARIES = librom1394.la + librom1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ +- -version-info @lt_major@:@lt_revision@:@lt_age@ -lm ++ -version-info @lt_major@:@lt_revision@:@lt_age@ -lm -lraw1394 + librom1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo + librom1394_la_SOURCES = \ + rom1394_main.c \ +Index: libavc1394-0.5.3/librom1394/Makefile.in +=================================================================== +--- libavc1394-0.5.3.orig/librom1394/Makefile.in ++++ libavc1394-0.5.3/librom1394/Makefile.in +@@ -186,7 +186,7 @@ target_alias = @target_alias@ + MAINTAINERCLEANFILES = Makefile.in + lib_LTLIBRARIES = librom1394.la + librom1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ +- -version-info @lt_major@:@lt_revision@:@lt_age@ -lm ++ -version-info @lt_major@:@lt_revision@:@lt_age@ -lm -lraw1394 + + librom1394_la_LIBADD = $(top_builddir)/common/raw1394util.lo + librom1394_la_SOURCES = \ diff --git a/libavc1394.spec b/libavc1394.spec index 93892ad..94cf0ef 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,12 +1,12 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz -Patch1: libavc1394-0.5.1-librom.patch +Patch1: libavc1394-0.5.3-librom.patch BuildRequires: libraw1394-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ExcludeArch: s390 s390x @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 10 2009 Jarod Wilson 0.5.3-8 +- Fix duplicate global symbols in libavc1394 vs. librom1394 (#216143) + * Mon May 18 2009 Jarod Wilson 0.5.3-7 - Use included libtool, kill rpath a different way (#225988) From cf837c4871fd10df35fc57b11a1a19ac10029bae Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 25 Jul 2009 05:21:08 +0000 Subject: [PATCH 33/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 94cf0ef..c244c5f 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 0.5.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Jun 10 2009 Jarod Wilson 0.5.3-8 - Fix duplicate global symbols in libavc1394 vs. librom1394 (#216143) From 58e3b20a2b97393ad3f08e8b3079a03fdae6bd7f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:50:51 +0000 Subject: [PATCH 34/65] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc05a4a..a83ccf8 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: libavc1394 -# $Id: Makefile,v 1.1 2004/09/09 07:18:49 cvsdist Exp $ +# $Id: Makefile,v 1.2 2007/10/15 18:59:24 notting Exp $ NAME := libavc1394 SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 5e062a44a797500902a7ea8dc0cf548835cce44c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 20:43:37 +0000 Subject: [PATCH 35/65] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index a83ccf8..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libavc1394 -# $Id: Makefile,v 1.2 2007/10/15 18:59:24 notting Exp $ -NAME := libavc1394 -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From c84fde6c102cbf9b9b45a9ab929969f81d5c89c1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:44:53 -0600 Subject: [PATCH 36/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index c244c5f..2b477b3 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.5.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Jul 24 2009 Fedora Release Engineering - 0.5.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From aab8d57ac25f404c384a94b19bbde041259d3087 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 01:23:37 -0600 Subject: [PATCH 37/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 2b477b3..54e27de 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 0.5.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.5.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 1006182c8af9c9ad1492d6a20806c184b4985192 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 14:17:14 -0500 Subject: [PATCH 38/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 54e27de..a0aa47c 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 0.5.3-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jan 13 2012 Fedora Release Engineering - 0.5.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 0e6518e10ea455c4f8870b43edea0f4430daec8b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 22:03:18 -0600 Subject: [PATCH 39/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index a0aa47c..2d55af6 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.5.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jul 19 2012 Fedora Release Engineering - 0.5.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From a640633a2ad36fed73f8de62ca5b526c80e6afbb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 23:52:02 -0500 Subject: [PATCH 40/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 2d55af6..284dd5e 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 0.5.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Thu Feb 14 2013 Fedora Release Engineering - 0.5.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From e9fd4c627449d14f45a045a95bdb9134f542249f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 21:40:45 -0500 Subject: [PATCH 41/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 284dd5e..fdf9344 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.5.3-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 0.5.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 6711546831188a4d0251f62a3c9f9bc7917f359e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 02:22:56 +0000 Subject: [PATCH 42/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index fdf9344..5b84ccf 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 0.5.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 0.5.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 47692894d880dc6f23a4c517eae99e5fe2d25133 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 21 Feb 2015 22:21:46 +0100 Subject: [PATCH 43/65] Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code --- libavc1394.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 5b84ccf..7e71a48 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 21 2015 Till Maas - 0.5.3-17 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + * Sun Aug 17 2014 Fedora Release Engineering - 0.5.3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 9ce9e93233447d7fccd230625482e1f3a0660992 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 14:16:28 +0000 Subject: [PATCH 44/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 7e71a48..69145d1 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 0.5.3-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat Feb 21 2015 Till Maas - 0.5.3-17 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code From 17780814272458841fe2d8591567e6a1b983caa6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:55:22 +0000 Subject: [PATCH 45/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 69145d1..d1226c2 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.3 -Release: 18%{?dist} +Release: 19%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.5.3-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 0.5.3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 8576075f42e6d3ac9a72486374ade2bfa2d7df5b Mon Sep 17 00:00:00 2001 From: sagitter Date: Sat, 20 Aug 2016 19:51:10 +0200 Subject: [PATCH 46/65] Update to 0.5.4 (bz#628157) --- .gitignore | 1 + ...rom.patch => libavc1394-0.5.4-librom.patch | 38 ++++++++--------- libavc1394.spec | 41 +++++++++---------- sources | 2 +- 4 files changed, 41 insertions(+), 41 deletions(-) rename libavc1394-0.5.3-librom.patch => libavc1394-0.5.4-librom.patch (78%) diff --git a/.gitignore b/.gitignore index cc55698..929c4ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libavc1394-0.5.1.tar.gz libavc1394-0.5.3.tar.gz +/libavc1394-0.5.4.tar.gz diff --git a/libavc1394-0.5.3-librom.patch b/libavc1394-0.5.4-librom.patch similarity index 78% rename from libavc1394-0.5.3-librom.patch rename to libavc1394-0.5.4-librom.patch index 2e1a009..b9b9345 100644 --- a/libavc1394-0.5.3-librom.patch +++ b/libavc1394-0.5.4-librom.patch @@ -1,7 +1,7 @@ -Index: libavc1394-0.5.3/Makefile.am +Index: libavc1394-0.5.4/Makefile.am =================================================================== ---- libavc1394-0.5.3.orig/Makefile.am -+++ libavc1394-0.5.3/Makefile.am +--- libavc1394-0.5.4.orig/Makefile.am ++++ libavc1394-0.5.4/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = common libavc1394 librom1394 test +SUBDIRS = common librom1394 libavc1394 test @@ -10,12 +10,12 @@ Index: libavc1394-0.5.3/Makefile.am EXTRA_DIST = libavc1394.pc libavc1394.spec Index: libavc1394-0.5.3/Makefile.in =================================================================== ---- libavc1394-0.5.3.orig/Makefile.in -+++ libavc1394-0.5.3/Makefile.in -@@ -189,7 +189,7 @@ sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- libavc1394-0.5.4.orig/Makefile.in ++++ libavc1394-0.5.4/Makefile.in +@@ -245,7 +245,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ -SUBDIRS = common libavc1394 librom1394 test +SUBDIRS = common librom1394 libavc1394 test MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \ @@ -40,11 +40,11 @@ Index: libavc1394-0.5.3/libavc1394/Makefile.am pkginclude_HEADERS = avc1394.h avc1394_vcr.h INCLUDES = @LIBRAW1394_CFLAGS@ -Index: libavc1394-0.5.3/libavc1394/Makefile.in +Index: libavc1394-0.5.4/libavc1394/Makefile.in =================================================================== ---- libavc1394-0.5.3.orig/libavc1394/Makefile.in -+++ libavc1394-0.5.3/libavc1394/Makefile.in -@@ -187,12 +187,12 @@ target_alias = @target_alias@ +--- libavc1394-0.5.4.orig/libavc1394/Makefile.in ++++ libavc1394-0.5.4/libavc1394/Makefile.in +@@ -216,12 +216,12 @@ target_alias = @target_alias@ MAINTAINERCLEANFILES = Makefile.in lib_LTLIBRARIES = libavc1394.la libavc1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ @@ -60,10 +60,10 @@ Index: libavc1394-0.5.3/libavc1394/Makefile.in pkginclude_HEADERS = avc1394.h avc1394_vcr.h INCLUDES = @LIBRAW1394_CFLAGS@ -Index: libavc1394-0.5.3/librom1394/Makefile.am +Index: libavc1394-0.5.4/librom1394/Makefile.am =================================================================== ---- libavc1394-0.5.3.orig/librom1394/Makefile.am -+++ libavc1394-0.5.3/librom1394/Makefile.am +--- libavc1394-0.5.4.orig/librom1394/Makefile.am ++++ libavc1394-0.5.4/librom1394/Makefile.am @@ -1,7 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in lib_LTLIBRARIES = librom1394.la @@ -75,9 +75,9 @@ Index: libavc1394-0.5.3/librom1394/Makefile.am rom1394_main.c \ Index: libavc1394-0.5.3/librom1394/Makefile.in =================================================================== ---- libavc1394-0.5.3.orig/librom1394/Makefile.in -+++ libavc1394-0.5.3/librom1394/Makefile.in -@@ -186,7 +186,7 @@ target_alias = @target_alias@ +--- libavc1394-0.5.4.orig/librom1394/Makefile.in ++++ libavc1394-0.5.4/librom1394/Makefile.in +@@ -215,7 +215,7 @@ target_alias = @target_alias@ MAINTAINERCLEANFILES = Makefile.in lib_LTLIBRARIES = librom1394.la librom1394_la_LDFLAGS = @LIBRAW1394_LIBS@ \ diff --git a/libavc1394.spec b/libavc1394.spec index d1226c2..6720169 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,14 +1,15 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 -Version: 0.5.3 -Release: 19%{?dist} +Version: 0.5.4 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ -Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ -Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz -Patch1: libavc1394-0.5.3-librom.patch +Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz +Patch1: libavc1394-%{version}-librom.patch BuildRequires: libraw1394-devel -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +BuildRequires: chrpath + +# libraw1394 is not built on s390* ExcludeArch: s390 s390x %description @@ -18,8 +19,8 @@ to control devices like the tape on a VCR or camcorder. %package devel Summary: Development libs for libavc1394 -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} + +Requires: %{name}%{?isa} = %{version}-%{release} Requires: libraw1394-devel, pkgconfig %description devel @@ -32,26 +33,22 @@ chmod -x test/dvcont.c %build %configure -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} +%make_build %install -rm -rf $RPM_BUILD_ROOT -make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT +%make_install # sigh, --disable-static doesn't work rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a} -%clean -rm -rf $RPM_BUILD_ROOT +chrpath -d $RPM_BUILD_ROOT%{_libdir}/lib* +chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README ChangeLog TODO +%doc AUTHORS NEWS README ChangeLog TODO +%license COPYING # binaries are GPLv2+ %{_bindir}/dvcont %{_bindir}/mkrfc2734 @@ -63,16 +60,18 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libavc1394.so.* %{_libdir}/librom1394.so.* - %files devel -%defattr(-,root,root,-) %{_includedir}/libavc1394/ %{_libdir}/pkgconfig/libavc1394.pc %{_libdir}/libavc1394.so %{_libdir}/librom1394.so - %changelog +* Sat Aug 20 2016 Fedora Release Engineering - 0.5.4-1 +- Update to 0.5.4 (bz#628157) +- Patch updated +- Use %%license + * Thu Feb 04 2016 Fedora Release Engineering - 0.5.3-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 34569a6..ed765f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09e30b1fb5ae455b6d8407e457a711a3 libavc1394-0.5.3.tar.gz +caf0db059d8b8d35d6f08e6c0e1c7dfe libavc1394-0.5.4.tar.gz From 844e87c3d26486f74be91e291c88c059dae09506 Mon Sep 17 00:00:00 2001 From: sagitter Date: Sun, 21 Aug 2016 11:04:52 +0200 Subject: [PATCH 47/65] Some minor fixes --- libavc1394.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 6720169..34b17a2 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -20,7 +20,7 @@ to control devices like the tape on a VCR or camcorder. %package devel Summary: Development libs for libavc1394 -Requires: %{name}%{?isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libraw1394-devel, pkgconfig %description devel @@ -67,7 +67,10 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog -* Sat Aug 20 2016 Fedora Release Engineering - 0.5.4-1 +* Sun Aug 21 2016 Antonio Trande - 0.5.4-2 +- Some minor fixes + +* Sat Aug 20 2016 Antonio Trande - 0.5.4-1 - Update to 0.5.4 (bz#628157) - Patch updated - Use %%license From 56ad571c97b184d69a96bf4b449d2ced4d7e9116 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 18:23:59 +0000 Subject: [PATCH 48/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 34b17a2..e73e6ab 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 0.5.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sun Aug 21 2016 Antonio Trande - 0.5.4-2 - Some minor fixes From e35560ea9df5e1fed90ebae1ab8ad4550d23a361 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 18:33:38 +0000 Subject: [PATCH 49/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index e73e6ab..8e66e2b 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.5.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 0.5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From e01f789dd1a09a8245a4d951ec28aae9df5c15b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 01:12:52 +0000 Subject: [PATCH 50/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 8e66e2b..12cf616 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.5.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 0.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 0a5bed3fc64828c5d80e9365ec1197b706d16777 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 21:14:19 +0000 Subject: [PATCH 51/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 12cf616..89a31d8 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.5.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.5.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 293b972d60566b3211b1d44b2fc13050a3734dcb Mon Sep 17 00:00:00 2001 From: sagitter Date: Fri, 16 Feb 2018 23:18:14 +0100 Subject: [PATCH 52/65] Use %%ldconfig_scriptlets --- libavc1394.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 89a31d8..3a8ee26 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -43,8 +43,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a} chrpath -d $RPM_BUILD_ROOT%{_libdir}/lib* chrpath -d $RPM_BUILD_ROOT%{_bindir}/* -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc AUTHORS NEWS README ChangeLog TODO @@ -67,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Fri Feb 16 2018 Antonio Trande - 0.5.4-7 +- Use %%ldconfig_scriptlets + * Wed Feb 07 2018 Fedora Release Engineering - 0.5.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From a1efffc206fc34377b26b053f3320f1e9bc5c0bb Mon Sep 17 00:00:00 2001 From: sagitter Date: Thu, 22 Feb 2018 18:55:56 +0100 Subject: [PATCH 53/65] Add gcc BR --- libavc1394.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 3a8ee26..09f0f34 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,13 +1,13 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz Patch1: libavc1394-%{version}-librom.patch BuildRequires: libraw1394-devel -BuildRequires: chrpath +BuildRequires: chrpath, gcc # libraw1394 is not built on s390* ExcludeArch: s390 s390x @@ -66,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Thu Feb 22 2018 Antonio Trande - 0.5.4-8 +- Add gcc BR + * Fri Feb 16 2018 Antonio Trande - 0.5.4-7 - Use %%ldconfig_scriptlets From 08f1544e11244d69cf8a01901a52d4c6dd68c3d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:50:23 +0000 Subject: [PATCH 54/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 09f0f34..80b1cdc 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -66,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.5.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Feb 22 2018 Antonio Trande - 0.5.4-8 - Add gcc BR From 7115a17affc4ae139ced4a98531928352e01fcfb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 06:43:03 +0000 Subject: [PATCH 55/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 80b1cdc..9e57e7e 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -66,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 0.5.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 0.5.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 81bd8894201cda2e52f4ceb986a1cb544a70e520 Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: Thu, 28 Feb 2019 11:22:08 +0100 Subject: [PATCH 56/65] Make the manual pages decompression format agnostic It is recommended in the Fedora packaging guidelines to have %{_mandir}/man1/.1* which is more robust against future changes to the RPM scritps to use different compression. --- libavc1394.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 80b1cdc..575fa0a 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -52,8 +52,8 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_bindir}/dvcont %{_bindir}/mkrfc2734 %{_bindir}/panelctl -%{_mandir}/man1/dvcont.1.gz -%{_mandir}/man1/panelctl.1.gz +%{_mandir}/man1/dvcont.1* +%{_mandir}/man1/panelctl.1* %{_mandir}/man1/mkrfc2734.1* # libs are LGPLv2+ %{_libdir}/libavc1394.so.* From d9327af6528c6816adab5a0ab29376d4d6e4d387 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 12:50:09 +0000 Subject: [PATCH 57/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 9e57e7e..042cf9a 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -66,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.5.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 0.5.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From c6692b79c2c188f7988b8fa86f5b00b39f154212 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 08:37:28 +0000 Subject: [PATCH 58/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 042cf9a..483b39f 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -66,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 0.5.4-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 0.5.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 43915e3d32965090122bc5d834cc6c52cf6b1246 Mon Sep 17 00:00:00 2001 From: sagitter Date: Thu, 16 Apr 2020 11:20:41 +0200 Subject: [PATCH 59/65] Some minor fixes --- libavc1394.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 8bf5492..4cd5c93 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -21,13 +21,13 @@ to control devices like the tape on a VCR or camcorder. Summary: Development libs for libavc1394 Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: libraw1394-devel, pkgconfig +Requires: libraw1394-devel%{?_isa} %description devel Development libraries required to build applications using libavc1394. %prep -%setup -q +%autosetup -N %patch1 -p1 -b .librom chmod -x test/dvcont.c @@ -66,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Thu Apr 16 2020 Antonio Trande - 0.5.4-13 +- Some minor fixes + * Wed Jan 29 2020 Fedora Release Engineering - 0.5.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild @@ -78,7 +81,7 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* * Fri Jul 13 2018 Fedora Release Engineering - 0.5.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild -* Thu Feb 22 2018 Antonio Trande - 0.5.4-8 +* Thu Feb 22 2018 Antonio Trande - 0.5.4-8 - Add gcc BR * Fri Feb 16 2018 Antonio Trande - 0.5.4-7 From c61c95653c0fa088edee994a9cf73c0efd8a739d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 04:16:26 +0000 Subject: [PATCH 60/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 4cd5c93..00440eb 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -66,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 0.5.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Apr 16 2020 Antonio Trande - 0.5.4-13 - Some minor fixes From 102d3757c0a3490350dd78b46ed04647d35a2f9f Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 01:27:03 +0000 Subject: [PATCH 61/65] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libavc1394.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libavc1394.spec b/libavc1394.spec index 00440eb..596ccf6 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -8,6 +8,7 @@ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/lib Patch1: libavc1394-%{version}-librom.patch BuildRequires: libraw1394-devel BuildRequires: chrpath, gcc +BuildRequires: make # libraw1394 is not built on s390* ExcludeArch: s390 s390x From 14149c730eb1070023bf17aad0dbbef5ca8cd930 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 16:41:27 +0000 Subject: [PATCH 62/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index 596ccf6..bf558f3 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.5.4-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 0.5.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 6949fd2bb36909c1d4a9842cafcabb976db35162 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 10:59:12 +0000 Subject: [PATCH 63/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index bf558f3..bf09822 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 0.5.4-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.5.4-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From f52434844df2ce47de9c0d62972cc4cdd667892f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 15:47:41 +0000 Subject: [PATCH 64/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libavc1394.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavc1394.spec b/libavc1394.spec index bf09822..380cc2e 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -67,6 +67,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.5.4-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 0.5.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 73365fc254ba1e3ab9f40a00fd2d94e047ae555d Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:58:10 +0300 Subject: [PATCH 65/65] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index ed765f4..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -caf0db059d8b8d35d6f08e6c0e1c7dfe libavc1394-0.5.4.tar.gz