Autobuild autoformatter for 55290

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=18
This commit is contained in:
Marcus Rückert 2010-12-10 15:12:27 +00:00 committed by Git OBS Bridge
parent 5ed714a72d
commit a2c3d4b224

View File

@ -21,7 +21,7 @@
Name: exempi
Url: http://libopenraw.freedesktop.org/wiki/Exempi
Version: 2.1.1
Release: 8
Release: 9
BuildRequires: boost-devel >= 1.33.0
BuildRequires: gcc-c++
BuildRequires: libexpat-devel
@ -32,7 +32,7 @@ License: BSD3c(or similar)
Group: Development/Libraries/C and C++
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch0: exempi-no-shave.patch
Patch0: exempi-no-shave.patch
%define debug_package_requires libexempi3 = %{version}
%description
@ -50,7 +50,7 @@ XMP parsing and IO library
License: BSD3c(or similar)
Summary: XMP support library
Requires: libexempi3 = %{version}
Requires: glibc-devel
Requires: glibc-devel
Group: Development/Libraries/C and C++
%description -n libexempi-devel
@ -59,6 +59,7 @@ XMP parsing and IO library
%prep
%setup -q
%patch0
%build
autoreconf -fiv
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"