This commit is contained in:
parent
37aac2a942
commit
2368506952
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 11:49:35 CEST 2008 - olh@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package libraw1394 (Version 1.3.0)
|
||||
#
|
||||
# Copyright (c) 2008 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.
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,11 +20,16 @@
|
||||
|
||||
Name: libraw1394
|
||||
Version: 1.3.0
|
||||
Release: 16
|
||||
Release: 41
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A Firewire Interface
|
||||
Url: http://www.linux1394.org/
|
||||
Group: System/Kernel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libraw1394-64bit
|
||||
%endif
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.linux1394.org/files/libraw1394/%{name}-%{version}.tar.bz2
|
||||
Patch: libraw1394.no-isodump.patch
|
||||
@ -46,6 +58,11 @@ Authors:
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A Firewire Interface
|
||||
Group: System/Kernel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libraw1394-64bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description 8
|
||||
A library for the Linux IEEE-1394 subsystem, which provides direct
|
||||
@ -70,6 +87,11 @@ Summary: Development and Include Files for libraw1394
|
||||
Summary(pt_BR): Arquivos de desenvolvimento e cabeçalhos para o libraw1394
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-8 == %{version} glibc-devel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libraw1394-devel-64bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description devel
|
||||
Libraw1394 is the only supported interface to the kernel side raw1394
|
||||
@ -138,6 +160,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libraw1394.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jan 07 2009 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Wed Jun 25 2008 olh@suse.de
|
||||
- eventloop.c: fix to retry read when failed with EINTR.
|
||||
* Wed May 21 2008 cthiel@suse.de
|
||||
@ -178,9 +202,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Move .so symlinks into -devel package [Bug #22382]
|
||||
* Sun Jan 12 2003 aj@suse.de
|
||||
- Fix multiline strings.
|
||||
* Thu Jun 20 2002 ro@suse.de
|
||||
* Wed Jun 19 2002 ro@suse.de
|
||||
- run autoreconf
|
||||
* Fri Jun 07 2002 bk@suse.de
|
||||
* Thu Jun 06 2002 bk@suse.de
|
||||
- fix defattr properly(for perms of includedir, mandir, docdir)
|
||||
- never ever include %%{_mandir}/* (dirs!) into package filelist
|
||||
- fix rpm license tag to LGPL and add URL tag und use optflags
|
||||
@ -189,5 +213,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Tue Feb 26 2002 kraxel@suse.de
|
||||
- added automake m4 file to devel package file list
|
||||
- fixed s390x build failure
|
||||
* Sat Sep 22 2001 bjacke@suse.de
|
||||
* Fri Sep 21 2001 bjacke@suse.de
|
||||
- initial build: version 0.9.0
|
||||
|
Loading…
Reference in New Issue
Block a user