140 lines
3.9 KiB
RPMSpec
140 lines
3.9 KiB
RPMSpec
#
|
|
# spec file for package libavc1394 (Version 0.5.3)
|
|
#
|
|
# Copyright (c) 2006 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.
|
|
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
Name: libavc1394
|
|
BuildRequires: libraw1394-devel pkgconfig
|
|
License: LGPL
|
|
Group: Development/Libraries/C and C++
|
|
Autoreqprov: on
|
|
Version: 0.5.3
|
|
Release: 1
|
|
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
|
URL: http://sourceforge.net/projects/libavc1394/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
%description
|
|
Libavc1394 is a programming interface to the AV/C specification from
|
|
the 1394 Trade Association. AV/C stands for Audio/Video Control.
|
|
Currently, applications use the library to control the tape transport
|
|
mechanism on DV camcorders. However, there are many devices and device
|
|
functions that can be controlled via AV/C. Eventually, the library will
|
|
be expanded to implement more of the specification and to provide a
|
|
high level interface to various devices.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Dan Dennedy <dan@dennedy.org>
|
|
Andreas Micklei <andreas.micklei@ivistar.de>
|
|
Jason Howard <jason@spectsoft.com>
|
|
Man page by Daniel Kobras <kobras@debian.org>
|
|
|
|
%package devel
|
|
Summary: libavc1394 is a programming interface to the AV/C specification
|
|
Group: Development/Libraries/C and C++
|
|
Autoreqprov: on
|
|
Requires: libavc1394 = %{version}
|
|
Requires: libraw1394-devel
|
|
|
|
%description devel
|
|
libavc1394 is a programming interface to the AV/C specification from
|
|
the 1394 Trade Association. AV/C stands for Audio/Video Control.
|
|
Currently, applications use the library to control the tape transport
|
|
mechanism on DV camcorders. However, there are many devices and
|
|
functions of devices that can be controlled via AV/C. Eventually, the
|
|
library will be expanded to implement more of the specification and to
|
|
provide high level interfaces to various devices.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Dan Dennedy <dan@dennedy.org>
|
|
Andreas Micklei <andreas.micklei@ivistar.de>
|
|
Jason Howard <jason@spectsoft.com>
|
|
Man page by Daniel Kobras <kobras@debian.org>
|
|
|
|
%prep
|
|
rm -rf %{buildroot}
|
|
%setup -q
|
|
|
|
%build
|
|
%{suse_update_config}
|
|
autoreconf -i -f
|
|
CFLAGS=$RPM_OPT_FLAGS \
|
|
./configure --prefix=/usr \
|
|
--mandir=%{_mandir} \
|
|
--libdir=%{_libdir}
|
|
make %{?jobs:-j%jobs}
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post
|
|
%run_ldconfig
|
|
|
|
%postun
|
|
%run_ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README AUTHORS COPYING
|
|
%_mandir/man1/*
|
|
%attr(755,root,root)/usr/bin/*
|
|
%_libdir/libavc1394.so.*
|
|
%_libdir/librom1394.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%_libdir/*.so
|
|
%_libdir/*.*a
|
|
%_includedir/libavc1394
|
|
%_libdir/pkgconfig/*.pc
|
|
|
|
%changelog -n libavc1394
|
|
* Wed Jul 19 2006 - olh@suse.de
|
|
- update to 0.5.3:
|
|
bugfixes
|
|
new avc1394_transaction_block2() function that returns the length
|
|
of the response.
|
|
Panel subunit indirect mode constants added to header.
|
|
new panelctl utility based upon 6200ch and 6200cmd from MythTV developers.
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Mon Sep 26 2005 - mls@suse.de
|
|
- make devel package require base package
|
|
* Sat Jul 02 2005 - olh@suse.de
|
|
- package all *.so files
|
|
* Fri Jul 01 2005 - olh@suse.de
|
|
- update to 0.5.1
|
|
* Sun Jan 11 2004 - adrian@suse.de
|
|
- add %%run_ldconfig
|
|
* Thu Nov 13 2003 - sf@suse.de
|
|
- update to 0.4.1
|
|
* Thu Jun 12 2003 - coolo@suse.de
|
|
- fixing file list
|
|
* Thu Dec 12 2002 - coolo@suse.de
|
|
- actually adding the patch may help (noone noticed? :)
|
|
* Wed Dec 11 2002 - coolo@suse.de
|
|
- removed undefined symbols from the libraries
|
|
* Tue Sep 17 2002 - ro@suse.de
|
|
- removed bogus self-provides
|
|
* Fri Jul 12 2002 - meissner@suse.de
|
|
- rerurn auto* tools.
|
|
* Tue Mar 26 2002 - sf@suse.de
|
|
- initial version 0.3.1
|