Accepting request 47425 from home:vuntz:branches:multimedia:libs
Forwarding to openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/47425 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=5
This commit is contained in:
parent
8345fd0a12
commit
9b459c28a4
@ -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
|
||||||
|
|
||||||
|
30
exempi.spec
30
exempi.spec
@ -25,6 +25,7 @@ Release: 1
|
|||||||
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: BSD 3-clause (or similar)
|
||||||
@ -36,15 +37,6 @@ 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: BSD 3-clause (or similar)
|
||||||
Summary: XMP support library
|
Summary: XMP support library
|
||||||
@ -53,15 +45,6 @@ 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: BSD 3-clause (or similar)
|
||||||
Summary: XMP support library
|
Summary: XMP support library
|
||||||
@ -71,22 +54,13 @@ 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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user