rpms/libdc1394/EL-5 libdc1394.spec,1.1,1.2

Tim Niemueller (timn) fedora-extras-commits at redhat.com
Mon Jan 28 23:21:42 UTC 2008


Author: timn

Update of /cvs/pkgs/rpms/libdc1394/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11610

Modified Files:
	libdc1394.spec 
Log Message:
Add support for RHEL >= 5.1


Index: libdc1394.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdc1394/EL-5/libdc1394.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdc1394.spec	19 Jan 2008 23:30:06 -0000	1.1
+++ libdc1394.spec	28 Jan 2008 23:21:04 -0000	1.2
@@ -8,7 +8,7 @@
 Summary: 1394-based digital camera control library
 Name: libdc1394
 Version: 2.0.1
-Release: 3%{?svn_snapshot}%{?dist}
+Release: 4%{?svn_snapshot}%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://sourceforge.net/projects/libdc1394/
@@ -22,6 +22,9 @@
 BuildRequires: libtool
 %endif
 
+# Only RHEL >= 5.1 has Firewire support, so older kernels won't work
+%{?el5:Conflicts: kernel < 2.6.18-53.el5}
+
 %description
 Libdc1394 is a library that is intended to provide a high level programming
 interface for application developers who wish to control IEEE 1394 based
@@ -107,6 +110,9 @@
 %{?_without_juju:%{_bindir}/dc1394_vloopback}
 
 %changelog
+* Tue Jan 29 2008 Tim Niemueller <tim at niemueller.de> - 2.0.1-4
+- Support for RHEL, requires at least RHEL 5.1
+
 * Sat Jan 19 2008 Tim Niemueller <tim at niemueller.de> - 2.0.1-3
 - Made autotools calls optional, only called if svn_snapshot is defined
 - devel subpackage now requires pkgconfig




More information about the fedora-extras-commits mailing list