This commit is contained in:
parent
4b4cae8a33
commit
209c4b9676
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8d6ae61e0886b6100184bd3134c8b0b0b91031a9cf2fe272449933fa8f9a1742
|
|
||||||
size 304737
|
|
3
libdc1394-2.0.0-rc7.tar.bz2
Normal file
3
libdc1394-2.0.0-rc7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b95c5d4d320657bbbf6c92dc32bce3e2b6e18c4d1baa13fdcd066ba5141ad4b6
|
||||||
|
size 349303
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 13 22:22:01 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
- update to 2.0.0-rc7
|
||||||
|
API fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 15 14:10:33 CEST 2006 - olh@suse.de
|
Tue Aug 15 14:10:33 CEST 2006 - olh@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdc1394 (Version 2.0.0)
|
# spec file for package libdc1394 (Version 2.0.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,16 +12,16 @@
|
|||||||
|
|
||||||
Name: libdc1394
|
Name: libdc1394
|
||||||
BuildRequires: libraw1394-devel xorg-x11-devel
|
BuildRequires: libraw1394-devel xorg-x11-devel
|
||||||
License: LGPL
|
License: LGPL v2 or later
|
||||||
Group: Hardware/Other
|
Group: Hardware/Camera
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1
|
Release: 60
|
||||||
URL: http://sourceforge.net/projects/libdc1394/
|
URL: http://sourceforge.net/projects/libdc1394/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: 1394-Based Digital Camera Control Library
|
Summary: 1394-Based Digital Camera Control Library
|
||||||
Source1: libdc1394-1.2.1.tar.bz2
|
Source1: libdc1394-1.2.1.tar.bz2
|
||||||
Source2: libdc1394-2.0.0-rc3.tar.bz2
|
Source2: libdc1394-2.0.0-rc7.tar.bz2
|
||||||
Patch1: libdc1394-grab_partial_image-CLK_TCK.patch
|
Patch1: libdc1394-grab_partial_image-CLK_TCK.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,13 +95,15 @@ do
|
|||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc libdc1394-2/{AUTHORS,COPYING,ChangeLog,NEWS,README}
|
%doc libdc1394-2/{AUTHORS,COPYING,ChangeLog,NEWS,README}
|
||||||
%_bindir/dc1394_vloopback
|
%_bindir/dc1394_vloopback
|
||||||
|
%_bindir/dc1394_reset_bus
|
||||||
%_libdir/lib*.so.*
|
%_libdir/lib*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -110,8 +112,12 @@ done
|
|||||||
%_libdir/lib*.la
|
%_libdir/lib*.la
|
||||||
%_libdir/lib*.a
|
%_libdir/lib*.a
|
||||||
%_libdir/lib*.so
|
%_libdir/lib*.so
|
||||||
|
%_libdir/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog -n libdc1394
|
%changelog
|
||||||
|
* Fri Jul 13 2007 - olh@suse.de
|
||||||
|
- update to 2.0.0-rc7
|
||||||
|
API fixes
|
||||||
* Tue Aug 15 2006 - olh@suse.de
|
* Tue Aug 15 2006 - olh@suse.de
|
||||||
- update to 2.0.0-rc3 (#198102)
|
- update to 2.0.0-rc3 (#198102)
|
||||||
all new API
|
all new API
|
||||||
|
Loading…
Reference in New Issue
Block a user