- Update License field (Matthias Saou)

- Remove useless zero epoch (Matthias Saou)
- Add pkgconfig devel sub-package req (Matthias Saou)
- Minor spec formatting changes and clean-ups
epel9
Jarod Wilson 18 years ago
parent b73f139ece
commit f0dcd07b1a

@ -1,12 +1,11 @@
Summary: Software decoder for DV format video Summary: Software decoder for DV format video
Name: libdv Name: libdv
Version: 1.0.0 Version: 1.0.0
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 0 License: LGPLv2+
License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://libdv.sourceforge.net/ URL: http://libdv.sourceforge.net/
Source: http://dl.sf.net/libdv/libdv-%{version}.tar.gz Source: http://downloads.sourceforge.net/libdv/libdv-%{version}.tar.gz
Patch1: libdv-0.104-no-exec-stack.patch Patch1: libdv-0.104-no-exec-stack.patch
Patch2: libdv-1.0.0-pic.patch Patch2: libdv-1.0.0-pic.patch
Patch3: libdv-1.0.0-gtk2.patch Patch3: libdv-1.0.0-gtk2.patch
@ -17,16 +16,6 @@ BuildRequires: libXt-devel, libXv-devel
BuildRequires: autoconf, automake, libtool, SDL-devel BuildRequires: autoconf, automake, libtool, SDL-devel
ExcludeArch: s390 s390x 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 %description
The Quasar DV codec (libdv) is a software codec for DV video, the The Quasar DV codec (libdv) is a software codec for DV video, the
encoding format used by most digital camcorders, typically those that encoding format used by most digital camcorders, typically those that
@ -34,6 +23,11 @@ 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 developed according to the official standards for DV video: IEC 61834
and SMPTE 314M. and SMPTE 314M.
%package tools
Summary: Basic tools to manipulate Digital Video streams
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
%description tools %description tools
This package contains some basic programs to display and encode This package contains some basic programs to display and encode
digital video streams. This programs uses the Quasar DV codec (libdv), digital video streams. This programs uses the Quasar DV codec (libdv),
@ -41,6 +35,12 @@ a software codec for DV video, the encoding format used by most
digital camcorders, typically those that support the IEEE 1394 digital camcorders, typically those that support the IEEE 1394
(a.k.a. FireWire or i.Link) interface. (a.k.a. FireWire or i.Link) interface.
%package devel
Summary: Development package for libdv
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel %description devel
This package contains development files for libdv. This package contains development files for libdv.
@ -93,6 +93,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libdv.pc %{_libdir}/pkgconfig/libdv.pc
%changelog %changelog
* Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-2
- Update License field (Matthias Saou)
- Remove useless zero epoch (Matthias Saou)
- Add pkgconfig devel sub-package req (Matthias Saou)
- Minor spec formatting changes and clean-ups
* Fri Jan 19 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-1 * Fri Jan 19 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-1
- New upstream release - New upstream release
- PIC patch from Mike Frysinger <vapier@gentoo.org> (#146596) - PIC patch from Mike Frysinger <vapier@gentoo.org> (#146596)

Loading…
Cancel
Save