diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..d9bc54a --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,2 @@ +libdc1394 +libdc1394-22 diff --git a/libdc1394.changes b/libdc1394.changes index 2fba99e..39af5a9 100644 --- a/libdc1394.changes +++ b/libdc1394.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 14 13:38:21 UTC 2011 - toddrme2178@gmail.com + +- added 32bit compatibility libraries +- added necessary devel depedencies (fix for RPMLINT warning) + ------------------------------------------------------------------- Mon Jan 3 10:27:58 MSK 2011 - matwey.kornilov@gmail.com - Update to 2.1.3. diff --git a/libdc1394.spec b/libdc1394.spec index 33c043f..54ef570 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -1,7 +1,7 @@ # # spec file for package libdc1394 (Version 2.1.3) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ License: LGPLv2.1+ Group: Hardware/Camera AutoReqProv: on Version: %{libdc1394_version} -Release: 18 +Release: 1 Url: http://sourceforge.net/projects/libdc1394/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: 1394-Based Digital Camera Control Library @@ -70,7 +70,7 @@ License: LGPLv2.1+ Summary: 1394-Based Digital Camera Control Library Group: Hardware/Camera Version: %{libdc1394_12_version} -Release: 18 +Release: 19 %description -n libdc1394_control12 This library provides functionality for controlling any camera that @@ -97,7 +97,7 @@ License: LGPLv2.1+ Summary: 1394-Based Digital Camera Control Library Group: Development/Libraries/C and C++ Version: %{libdc1394_12_version} -Release: 18 +Release: 19 Requires: libdc1394_control12 = %{libdc1394_12_version} libraw1394-devel %description -n libdc1394_control12-devel @@ -151,6 +151,7 @@ License: LGPLv2.1+ Summary: Development libraries and header files for dc1394 Group: Development/Libraries/C and C++ Requires: libdc1394-22 = %{libdc1394_version} +Requires: libdc1394 = %{libdc1394_version} Requires: libraw1394-devel %description devel diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000