rpms/libdv/devel libdv.spec,1.21,1.22

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Sep 12 13:27:47 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/libdv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6080

Modified Files:
	libdv.spec 
Log Message:
* Wed Sep 12 2007 Jarod Wilson <jwilson at 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



Index: libdv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdv/devel/libdv.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libdv.spec	19 Jan 2007 21:15:19 -0000	1.21
+++ libdv.spec	12 Sep 2007 13:27:14 -0000	1.22
@@ -1,31 +1,20 @@
-Summary:	Software decoder for DV format video
-Name:		libdv
-Version:	1.0.0
-Release:	1%{?dist}
-Epoch:		0
-License:	LGPL
-Group:		System Environment/Libraries
-URL:		http://libdv.sourceforge.net/
-Source:		http://dl.sf.net/libdv/libdv-%{version}.tar.gz
-Patch1:		libdv-0.104-no-exec-stack.patch
-Patch2:		libdv-1.0.0-pic.patch
-Patch3:		libdv-1.0.0-gtk2.patch
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires:	gtk2-devel
-BuildRequires:	libXt-devel, libXv-devel
+Summary:        Software decoder for DV format video
+Name:           libdv
+Version:        1.0.0
+Release:        2%{?dist}
+License:        LGPLv2+
+Group:          System Environment/Libraries
+URL:            http://libdv.sourceforge.net/
+Source:         http://downloads.sourceforge.net/libdv/libdv-%{version}.tar.gz
+Patch1:         libdv-0.104-no-exec-stack.patch
+Patch2:         libdv-1.0.0-pic.patch
+Patch3:         libdv-1.0.0-gtk2.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRequires:  gtk2-devel
+BuildRequires:  libXt-devel, libXv-devel
 # Required for the gtk2 patch
-BuildRequires:	autoconf, automake, libtool, SDL-devel
-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}
+BuildRequires:  autoconf, automake, libtool, SDL-devel
+ExcludeArch:    s390 s390x
 
 %description
 The Quasar DV codec (libdv) is a software codec for DV video, the
@@ -34,6 +23,11 @@
 developed according to the official standards for DV video: IEC 61834
 and SMPTE 314M.
 
+%package tools
+Summary:        Basic tools to manipulate Digital Video streams
+Group:          Applications/Multimedia
+Requires:       %{name} = %{version}-%{release}
+
 %description tools
 This package contains some basic programs to display and encode
 digital video streams. This programs uses the Quasar DV codec (libdv),
@@ -41,6 +35,12 @@
 digital camcorders, typically those that support the IEEE 1394
 (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
 This package contains development files for libdv.
 
@@ -93,11 +93,17 @@
 %{_libdir}/pkgconfig/libdv.pc
 
 %changelog
+* Wed Sep 12 2007 Jarod Wilson <jwilson at 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 at redhat.com> 1.0.0-1
 - New upstream release
 - PIC patch from Mike Frysinger <vapier at gentoo.org> (#146596)
 - Re-enable asm on i386
-  
+
 * Thu Sep 21 2006 Jarod Wilson <jwilson at redhat.com> 0.104-5
 - Disable asm on i386 for now to prevent text relocations in DSO
 
@@ -145,7 +151,7 @@
 - upgrade to 0.103
 
 * Sun Jun 20 2004 Jeremy Katz <katzj at 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)
   to fedora-devel-list by John Thacker)
 
@@ -170,7 +176,7 @@
 * Sun Apr 27 2003 Dams <anvil[AT]livna.org> 0:0.99-0.fdr.2
 - Added post/postun scriptlets
 
-* Fri Apr 25 2003 Dams <anvil[AT]livna.org> 
+* Fri Apr 25 2003 Dams <anvil[AT]livna.org>
 - Initial build.
 
 




More information about the fedora-extras-commits mailing list