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
|
Mon Oct 6 10:15:29 CEST 2008 - olh@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdc1394 (Version MACRO)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@ License: LGPL v2.1 or later
|
|||||||
Group: Hardware/Camera
|
Group: Hardware/Camera
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: %{libdc1394_version}
|
Version: %{libdc1394_version}
|
||||||
Release: 10
|
Release: 11
|
||||||
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
|
||||||
@ -61,7 +61,7 @@ License: LGPL v2.1 or later
|
|||||||
Summary: 1394-Based Digital Camera Control Library
|
Summary: 1394-Based Digital Camera Control Library
|
||||||
Group: Hardware/Camera
|
Group: Hardware/Camera
|
||||||
Version: %{libdc1394_12_version}
|
Version: %{libdc1394_12_version}
|
||||||
Release: 8
|
Release: 9
|
||||||
|
|
||||||
%description -n libdc1394_control12
|
%description -n libdc1394_control12
|
||||||
This library provides functionality for controlling any camera that
|
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
|
Summary: 1394-Based Digital Camera Control Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: %{libdc1394_12_version}
|
Version: %{libdc1394_12_version}
|
||||||
Release: 8
|
Release: 9
|
||||||
Requires: libdc1394_control12 = %{libdc1394_12_version} libraw1394-devel
|
Requires: libdc1394_control12 = %{libdc1394_12_version} libraw1394-devel
|
||||||
|
|
||||||
%description -n libdc1394_control12-devel
|
%description -n libdc1394_control12-devel
|
||||||
@ -171,7 +171,7 @@ doit() {
|
|||||||
if pushd "$1" ; then
|
if pushd "$1" ; then
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
%{configure} --disable-xv
|
%{configure} --disable-static --with-pic --disable-xv
|
||||||
%{__make} %{?jobs:-j%jobs}
|
%{__make} %{?jobs:-j%jobs}
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
@ -189,6 +189,7 @@ doit() {
|
|||||||
doit libdc1394-%{libdc1394_12_version}
|
doit libdc1394-%{libdc1394_12_version}
|
||||||
doit libdc1394-%{libdc1394_version}
|
doit libdc1394-%{libdc1394_version}
|
||||||
rm -f %{buildroot}%{_bindir}/dc1394_vloopback %{buildroot}%{_mandir}/man1/dc1394_vloopback.1*
|
rm -f %{buildroot}%{_bindir}/dc1394_vloopback %{buildroot}%{_mandir}/man1/dc1394_vloopback.1*
|
||||||
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%post -n libdc1394_control12 -p /sbin/ldconfig
|
%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
|
%files -n libdc1394_control12-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_includedir/libdc1394
|
%_includedir/libdc1394
|
||||||
%_libdir/libdc1394_control*.la
|
|
||||||
%_libdir/libdc1394_control*.a
|
|
||||||
%_libdir/libdc1394_control*.so
|
%_libdir/libdc1394_control*.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_includedir/dc1394
|
%_includedir/dc1394
|
||||||
%_libdir/libdc1394.la
|
|
||||||
%_libdir/libdc1394.a
|
|
||||||
%_libdir/libdc1394.so
|
%_libdir/libdc1394.so
|
||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 13 2009 crrodriguez@suse.de
|
||||||
|
- remove static libraries and "la" files
|
||||||
* Mon Oct 06 2008 olh@suse.de
|
* Mon Oct 06 2008 olh@suse.de
|
||||||
- fix ordered comparison of pointer with integer zero (bnc#431916)
|
- fix ordered comparison of pointer with integer zero (bnc#431916)
|
||||||
* Thu Jun 19 2008 pth@suse.de
|
* 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-20 package which contains only libraries
|
||||||
split libdc1394_control12 and libdc1394_control12-devel
|
split libdc1394_control12 and libdc1394_control12-devel
|
||||||
upgrade to 1.2.2, color filter fix
|
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
|
- update to 2.0.0-rc7
|
||||||
API fixes
|
API fixes
|
||||||
* Tue Aug 15 2006 olh@suse.de
|
* 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 trigger capabilities detection (Markus Niebel)
|
||||||
fixed some confusion between raw1394_new_handle and dc1394_create_handle
|
fixed some confusion between raw1394_new_handle and dc1394_create_handle
|
||||||
(Thanks to Thorondor)
|
(Thanks to Thorondor)
|
||||||
* Tue Sep 27 2005 mls@suse.de
|
* Mon Sep 26 2005 mls@suse.de
|
||||||
- make devel package require base package
|
- make devel package require base package
|
||||||
* Tue Jul 05 2005 olh@suse.de
|
* Tue Jul 05 2005 olh@suse.de
|
||||||
- go back to version 1, version 2 still needs some time
|
- go back to version 1, version 2 still needs some time
|
||||||
|
Loading…
Reference in New Issue
Block a user