From 879244a15c7f3ea090fb4616bd8ea6f13c328d46 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:22:50 +0000 Subject: [PATCH] auto-import changelog data from libdv-0.101-2.src.rpm 0.101-2 - upgrade to 0.101 - spec cleanup - exclude from mainframes - GPL -> LGPL 0.99-0.fdr.2 - Added post/postun scriptlets Fri Apr 25 2003 Dams - Initial build. --- .cvsignore | 1 + libdv.spec | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 99 insertions(+) create mode 100644 libdv.spec diff --git a/.cvsignore b/.cvsignore index e69de29..336fb6a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libdv-0.101.tar.gz diff --git a/libdv.spec b/libdv.spec new file mode 100644 index 0000000..0edc84d --- /dev/null +++ b/libdv.spec @@ -0,0 +1,97 @@ +Summary: Software decoder for DV format video. +Name: libdv +Version: 0.101 +Release: 2 +Epoch: 0 +License: LGPL +Group: System Environment/Libraries +URL: http://libdv.sourceforge.net/ +Source0: http://dl.sourceforge.net/sourceforge/libdv/libdv-0.101.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRequires: gtk+-devel >= 0:1.2.4 +ExcludeArch: s390 s390x + +%package devel +Summary: Development package for libdv +Group: Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%package tools +Summary: Basic tools to manipulate Digital Video streams +Group: Applications/Multimedia +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description +The Quasar DV codec (libdv) is a software codec for DV video, the +encoding format used by most digital camcorders, typically those that +support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. libdv was +developed according to the official standards for DV video: IEC 61834 +and SMPTE 314M. + +%description tools +This package contains some basic programs to display and encode +digital video streams. This programs uses the Quasar DV codec (libdv), +a software codec for DV video, the encoding format used by most +digital camcorders, typically those that support the IEEE 1394 +(a.k.a. FireWire or i.Link) interface. + +%description devel +This package contains development files for libdv. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%doc COPYING COPYRIGHT ChangeLog +%{_libdir}/libdv.so.* + +%files tools +%defattr(-,root,root,-) +%doc README.* +%{_bindir}/dvconnect +%{_bindir}/encodedv +%{_bindir}/playdv +%{_bindir}/dubdv +%{_mandir}/man1/dubdv.1.gz +%{_mandir}/man1/dvconnect.1.gz +%{_mandir}/man1/encodedv.1* +%{_mandir}/man1/playdv.1* + +%files devel +%defattr(-,root,root,-) +%exclude %{_libdir}/libdv.la +%{_libdir}/libdv.so +%{_libdir}/libdv.a +%{_libdir}/pkgconfig/libdv.pc +%{_includedir}/%{name} + +%changelog +* Thu Feb 14 2004 Warren Togami 0:0.101-2 +- upgrade to 0.101 +- spec cleanup +- exclude from mainframes +- GPL -> LGPL + +* Sun Apr 27 2003 Dams 0:0.99-0.fdr.2 +- Added post/postun scriptlets + +* Fri Apr 25 2003 Dams +- Initial build. + + diff --git a/sources b/sources index e69de29..80f8ea7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d42832cbe0ad2c1c1f6a7eccf35f9323 libdv-0.101.tar.gz