Accepting request 47426 from multimedia:libs
Copy from multimedia:libs/exempi based on submit request 47426 from user vuntz OBS-URL: https://build.opensuse.org/request/show/47426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=16
This commit is contained in:
commit
57bde2db1f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 7 23:50:28 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Add pkg-config BuildRequires to get a pkgconfig() provides for
|
||||||
|
the devel subpackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 20 10:42:36 CEST 2009 - vuntz@novell.com
|
Mon Jul 20 10:42:36 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
38
exempi.spec
38
exempi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package exempi (Version 2.1.1)
|
# spec file for package exempi (Version 2.1.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 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
|
||||||
@ -21,13 +21,14 @@
|
|||||||
Name: exempi
|
Name: exempi
|
||||||
Url: http://libopenraw.freedesktop.org/wiki/Exempi
|
Url: http://libopenraw.freedesktop.org/wiki/Exempi
|
||||||
Version: 2.1.1
|
Version: 2.1.1
|
||||||
Release: 1
|
Release: 8
|
||||||
BuildRequires: boost-devel >= 1.33.0
|
BuildRequires: boost-devel >= 1.33.0
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Summary: XMP support library
|
Summary: XMP support library
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -36,34 +37,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
XMP parsing and IO library
|
XMP parsing and IO library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Hubert Figuiere <hub@figuiere.net>
|
|
||||||
Adobe Systems Incorporated (XMP SDK)
|
|
||||||
Ian Jacobi
|
|
||||||
Jason Kivlighn
|
|
||||||
|
|
||||||
%package -n libexempi3
|
%package -n libexempi3
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: XMP support library
|
Summary: XMP support library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libexempi3
|
%description -n libexempi3
|
||||||
XMP parsing and IO library
|
XMP parsing and IO library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Hubert Figuiere <hub@figuiere.net>
|
|
||||||
Adobe Systems Incorporated (XMP SDK)
|
|
||||||
Ian Jacobi
|
|
||||||
Jason Kivlighn
|
|
||||||
|
|
||||||
%package -n libexempi-devel
|
%package -n libexempi-devel
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: XMP support library
|
Summary: XMP support library
|
||||||
Requires: libexempi3 = %{version} glibc-devel
|
Requires: libexempi3 = %{version} glibc-devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -71,15 +54,6 @@ Group: Development/Libraries/C and C++
|
|||||||
%description -n libexempi-devel
|
%description -n libexempi-devel
|
||||||
XMP parsing and IO library
|
XMP parsing and IO library
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Hubert Figuiere <hub@figuiere.net>
|
|
||||||
Adobe Systems Incorporated (XMP SDK)
|
|
||||||
Ian Jacobi
|
|
||||||
Jason Kivlighn
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user