- 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,31 +1,20 @@
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://downloads.sourceforge.net/libdv/libdv-%{version}.tar.gz
Source: http://dl.sf.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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: gtk2-devel
BuildRequires: gtk2-devel BuildRequires: libXt-devel, libXv-devel
BuildRequires: libXt-devel, libXv-devel
# Required for the gtk2 patch # Required for the gtk2 patch
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
@ -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,11 +93,17 @@ 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)
- Re-enable asm on i386 - Re-enable asm on i386
* Thu Sep 21 2006 Jarod Wilson <jwilson@redhat.com> 0.104-5 * Thu Sep 21 2006 Jarod Wilson <jwilson@redhat.com> 0.104-5
- Disable asm on i386 for now to prevent text relocations in DSO - Disable asm on i386 for now to prevent text relocations in DSO
@ -145,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
- upgrade to 0.103 - upgrade to 0.103
* Sun Jun 20 2004 Jeremy Katz <katzj@redhat.com> - 0:0.102-4 * Sun Jun 20 2004 Jeremy Katz <katzj@redhat.com> - 0:0.102-4
- gtk+ doesn't need to be in the .pc file (committed upstream, reported - gtk+ doesn't need to be in the .pc file (committed upstream, reported
- don't require gtk+-devel for -devel package (unneeded) - don't require gtk+-devel for -devel package (unneeded)
to fedora-devel-list by John Thacker) to fedora-devel-list by John Thacker)
@ -170,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT
* Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:0.99-0.fdr.2 * Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:0.99-0.fdr.2
- Added post/postun scriptlets - Added post/postun scriptlets
* Fri Apr 25 2003 Dams <anvil[AT]livna.org> * Fri Apr 25 2003 Dams <anvil[AT]livna.org>
- Initial build. - Initial build.

Loading…
Cancel
Save