This commit is contained in:
parent
0ea4f7f5f2
commit
d1f0d35954
5
baselibs.conf
Normal file
5
baselibs.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
libavc1394
|
||||||
|
libavc1394-0
|
||||||
|
libavc1394-devel
|
||||||
|
requires -libavc1394-<targettype>
|
||||||
|
requires "libavc1394-0-<targettype> = <version>"
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 4 16:48:59 CEST 2007 - olh@suse.de
|
Sat Aug 4 16:48:59 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libavc1394 (Version 0.5.3)
|
# spec file for package libavc1394 (Version 0.5.3)
|
||||||
#
|
#
|
||||||
# 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
|
# 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.
|
||||||
#
|
#
|
||||||
@ -10,15 +10,16 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libavc1394
|
Name: libavc1394
|
||||||
BuildRequires: libraw1394-devel pkgconfig
|
BuildRequires: libraw1394-devel pkgconfig
|
||||||
License: LGPL v2 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 0.5.3
|
Version: 0.5.3
|
||||||
Release: 53
|
Release: 94
|
||||||
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
||||||
URL: http://sourceforge.net/projects/libavc1394/
|
Url: http://sourceforge.net/projects/libavc1394/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: libavc1394.no-mkrfc2734.patch
|
Patch: libavc1394.no-mkrfc2734.patch
|
||||||
@ -42,6 +43,7 @@ Authors:
|
|||||||
Man page by Daniel Kobras <kobras@debian.org>
|
Man page by Daniel Kobras <kobras@debian.org>
|
||||||
|
|
||||||
%package 0
|
%package 0
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
@ -64,9 +66,10 @@ Authors:
|
|||||||
Man page by Daniel Kobras <kobras@debian.org>
|
Man page by Daniel Kobras <kobras@debian.org>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Summary: libavc1394 is a programming interface to the AV/C specification
|
Summary: libavc1394 is a programming interface to the AV/C specification
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Requires: libavc1394-0 = %{version}
|
Requires: libavc1394-0 = %{version}
|
||||||
Requires: libraw1394-devel
|
Requires: libraw1394-devel
|
||||||
|
|
||||||
@ -132,37 +135,40 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Aug 04 2007 - olh@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Sat Aug 04 2007 olh@suse.de
|
||||||
- remove mkrfc2734 for 2.4 kernel
|
- remove mkrfc2734 for 2.4 kernel
|
||||||
split libavc1394-0 package which contains only libraries
|
split libavc1394-0 package which contains only libraries
|
||||||
* Wed Jul 19 2006 - olh@suse.de
|
* Wed Jul 19 2006 olh@suse.de
|
||||||
- update to 0.5.3:
|
- update to 0.5.3:
|
||||||
bugfixes
|
bugfixes
|
||||||
new avc1394_transaction_block2() function that returns the length
|
new avc1394_transaction_block2() function that returns the length
|
||||||
of the response.
|
of the response.
|
||||||
Panel subunit indirect mode constants added to header.
|
Panel subunit indirect mode constants added to header.
|
||||||
new panelctl utility based upon 6200ch and 6200cmd from MythTV developers.
|
new panelctl utility based upon 6200ch and 6200cmd from MythTV developers.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Sep 26 2005 - mls@suse.de
|
* Tue Sep 27 2005 mls@suse.de
|
||||||
- make devel package require base package
|
- make devel package require base package
|
||||||
* Sat Jul 02 2005 - olh@suse.de
|
* Sat Jul 02 2005 olh@suse.de
|
||||||
- package all *.so files
|
- package all *.so files
|
||||||
* Fri Jul 01 2005 - olh@suse.de
|
* Fri Jul 01 2005 olh@suse.de
|
||||||
- update to 0.5.1
|
- update to 0.5.1
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Thu Nov 13 2003 - sf@suse.de
|
* Thu Nov 13 2003 sf@suse.de
|
||||||
- update to 0.4.1
|
- update to 0.4.1
|
||||||
* Thu Jun 12 2003 - coolo@suse.de
|
* Thu Jun 12 2003 coolo@suse.de
|
||||||
- fixing file list
|
- fixing file list
|
||||||
* Thu Dec 12 2002 - coolo@suse.de
|
* Thu Dec 12 2002 coolo@suse.de
|
||||||
- actually adding the patch may help (noone noticed? :)
|
- actually adding the patch may help (noone noticed? :)
|
||||||
* Wed Dec 11 2002 - coolo@suse.de
|
* Wed Dec 11 2002 coolo@suse.de
|
||||||
- removed undefined symbols from the libraries
|
- removed undefined symbols from the libraries
|
||||||
* Tue Sep 17 2002 - ro@suse.de
|
* Tue Sep 17 2002 ro@suse.de
|
||||||
- removed bogus self-provides
|
- removed bogus self-provides
|
||||||
* Fri Jul 12 2002 - meissner@suse.de
|
* Fri Jul 12 2002 meissner@suse.de
|
||||||
- rerurn auto* tools.
|
- rerurn auto* tools.
|
||||||
* Tue Mar 26 2002 - sf@suse.de
|
* Tue Mar 26 2002 sf@suse.de
|
||||||
- initial version 0.3.1
|
- initial version 0.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user