This commit is contained in:
parent
f8e59c432f
commit
fbca9ae1e2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 17:07:56 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove static libraries and "la" files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 10:15:29 CEST 2008 - olh@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libdc1394 (Version MACRO)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 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
|
||||
@ -26,7 +26,7 @@ License: LGPL v2.1 or later
|
||||
Group: Hardware/Camera
|
||||
AutoReqProv: on
|
||||
Version: %{libdc1394_version}
|
||||
Release: 10
|
||||
Release: 11
|
||||
Url: http://sourceforge.net/projects/libdc1394/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
@ -61,7 +61,7 @@ License: LGPL v2.1 or later
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
Group: Hardware/Camera
|
||||
Version: %{libdc1394_12_version}
|
||||
Release: 8
|
||||
Release: 9
|
||||
|
||||
%description -n libdc1394_control12
|
||||
This library provides functionality for controlling any camera that
|
||||
@ -88,7 +88,7 @@ License: LGPL v2.1 or later
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %{libdc1394_12_version}
|
||||
Release: 8
|
||||
Release: 9
|
||||
Requires: libdc1394_control12 = %{libdc1394_12_version} libraw1394-devel
|
||||
|
||||
%description -n libdc1394_control12-devel
|
||||
@ -171,7 +171,7 @@ doit() {
|
||||
if pushd "$1" ; then
|
||||
autoreconf --force --install
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
%{configure} --disable-xv
|
||||
%{configure} --disable-static --with-pic --disable-xv
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
popd
|
||||
fi
|
||||
@ -189,6 +189,7 @@ doit() {
|
||||
doit libdc1394-%{libdc1394_12_version}
|
||||
doit libdc1394-%{libdc1394_version}
|
||||
rm -f %{buildroot}%{_bindir}/dc1394_vloopback %{buildroot}%{_mandir}/man1/dc1394_vloopback.1*
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%post -n libdc1394_control12 -p /sbin/ldconfig
|
||||
|
||||
@ -215,19 +216,17 @@ rm -f %{buildroot}%{_bindir}/dc1394_vloopback %{buildroot}%{_mandir}/man1/dc1394
|
||||
%files -n libdc1394_control12-devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/libdc1394
|
||||
%_libdir/libdc1394_control*.la
|
||||
%_libdir/libdc1394_control*.a
|
||||
%_libdir/libdc1394_control*.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/dc1394
|
||||
%_libdir/libdc1394.la
|
||||
%_libdir/libdc1394.a
|
||||
%_libdir/libdc1394.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2009 crrodriguez@suse.de
|
||||
- remove static libraries and "la" files
|
||||
* Mon Oct 06 2008 olh@suse.de
|
||||
- fix ordered comparison of pointer with integer zero (bnc#431916)
|
||||
* Thu Jun 19 2008 pth@suse.de
|
||||
@ -272,7 +271,7 @@ rm -f %{buildroot}%{_bindir}/dc1394_vloopback %{buildroot}%{_mandir}/man1/dc1394
|
||||
- split libdc1394-20 package which contains only libraries
|
||||
split libdc1394_control12 and libdc1394_control12-devel
|
||||
upgrade to 1.2.2, color filter fix
|
||||
* Sat Jul 14 2007 olh@suse.de
|
||||
* Fri Jul 13 2007 olh@suse.de
|
||||
- update to 2.0.0-rc7
|
||||
API fixes
|
||||
* Tue Aug 15 2006 olh@suse.de
|
||||
@ -295,7 +294,7 @@ rm -f %{buildroot}%{_bindir}/dc1394_vloopback %{buildroot}%{_mandir}/man1/dc1394
|
||||
fixed trigger capabilities detection (Markus Niebel)
|
||||
fixed some confusion between raw1394_new_handle and dc1394_create_handle
|
||||
(Thanks to Thorondor)
|
||||
* Tue Sep 27 2005 mls@suse.de
|
||||
* Mon Sep 26 2005 mls@suse.de
|
||||
- make devel package require base package
|
||||
* Tue Jul 05 2005 olh@suse.de
|
||||
- go back to version 1, version 2 still needs some time
|
||||
|
Loading…
Reference in New Issue
Block a user