SHA256
1
0
forked from pool/libopenraw
OBS User unknown 2008-10-22 23:16:55 +00:00 committed by Git OBS Bridge
parent cd2175f1d6
commit 7c3fbd65f4
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 22 16:17:22 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
-------------------------------------------------------------------
Fri Aug 1 17:32:18 CEST 2008 - ro@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package libopenraw (Version 0.0.5)
#
# 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.
#
# 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/
#
@ -15,12 +22,12 @@ Summary: A library to decode digtal camera RAW files
Name: libopenraw
Version: 0.0.5
Release: 4
Release: 5
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++
Source0: http://libopenraw.freedesktop.org/download/%name-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libopenraw1 = %{version}
%define debug_package_requires libopenraw1 = %{version}-%{release}
BuildRequires: gcc-c++
BuildRequires: boost-devel >= 1.33.1
BuildRequires: libjpeg-devel
@ -103,6 +110,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Fri Aug 01 2008 ro@suse.de
- fix requires for debuginfo package
* Thu Apr 03 2008 hfiguiere@suse.de