From 58cea844ce37b7179bb5281b2cbc0f9d0c8c7b39 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:21:17 +0000 Subject: [PATCH] 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