forked from pool/libdc1394
This commit is contained in:
committed by
Git OBS Bridge
parent
53ce04da3d
commit
8676f4974f
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libdc1394 (Version 0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -14,17 +14,16 @@ Name: libdc1394
|
||||
%define libdc1394_12_version 1.2.2
|
||||
%define libdc1394_version 2.0.0
|
||||
BuildRequires: libraw1394-devel xorg-x11-devel
|
||||
License: LGPL v2 or later
|
||||
License: LGPL v2.1 or later
|
||||
Group: Hardware/Camera
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Version: %{libdc1394_version}
|
||||
Release: 1
|
||||
URL: http://sourceforge.net/projects/libdc1394/
|
||||
Url: http://sourceforge.net/projects/libdc1394/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
Source1: libdc1394-%{libdc1394_12_version}.tar.bz2
|
||||
Source2: libdc1394-%{libdc1394_version}-rc7.tar.bz2
|
||||
Patch1: libdc1394.license.patch
|
||||
Source2: libdc1394-%{libdc1394_version}.tar.bz2
|
||||
|
||||
%description
|
||||
This library provides functionality for controlling any camera that
|
||||
@@ -99,11 +98,11 @@ Authors:
|
||||
David Moore <david@startbox.com>
|
||||
John Stanley <stanley@peak.org>
|
||||
|
||||
%package 20
|
||||
%package 22
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
Group: Hardware/Camera
|
||||
|
||||
%description 20
|
||||
%description 22
|
||||
This library provides functionality for controlling any camera that
|
||||
conforms to the 1394-Based Digital Camera Specification (which can be
|
||||
found at
|
||||
@@ -147,7 +146,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -T -c -a 1 -a 2
|
||||
%patch1 -p1
|
||||
mv libdc1394-1* libdc1394-1
|
||||
mv libdc1394-2* libdc1394-2
|
||||
|
||||
@@ -178,16 +176,16 @@ rm -f $RPM_BUILD_ROOT%_bindir/dc1394_vloopback
|
||||
|
||||
%postun -n libdc1394_control12 -p /sbin/ldconfig
|
||||
|
||||
%post 20 -p /sbin/ldconfig
|
||||
%post 22 -p /sbin/ldconfig
|
||||
|
||||
%postun 20 -p /sbin/ldconfig
|
||||
%postun 22 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc libdc1394-2/{AUTHORS,COPYING,ChangeLog,NEWS,README}
|
||||
%_bindir/dc1394_reset_bus
|
||||
|
||||
%files 20
|
||||
%files 22
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libdc1394.so.*
|
||||
|
||||
@@ -211,6 +209,9 @@ rm -f $RPM_BUILD_ROOT%_bindir/dc1394_vloopback
|
||||
%_libdir/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jan 14 2008 - olh@suse.de
|
||||
- update to 2.0.0 final
|
||||
rename libdc1394-20 to libdc1394-22 due to SONAME change
|
||||
* Thu Aug 16 2007 - olh@suse.de
|
||||
- libdc1394_control12-devel needs libraw1394-devel
|
||||
* Thu Aug 16 2007 - olh@suse.de
|
||||
|
Reference in New Issue
Block a user