drop patch drop make j*
OBS-URL: https://build.opensuse.org/package/show/graphics/libraw?expand=0&rev=17
This commit is contained in:
parent
2c4c13dc67
commit
29b1d14263
12
libraw.spec
12
libraw.spec
@ -20,14 +20,12 @@
|
||||
|
||||
Name: libraw
|
||||
Version: 0.12.0
|
||||
Release: 1
|
||||
Release: 0
|
||||
License: CDDLv1.0 | LGPLv2.1
|
||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||
Url: http://www.libraw.org/
|
||||
Group: System/Libraries
|
||||
Source0: http://www.libraw.org/data/%{fake_name}-%{version}.tar.bz2
|
||||
# Don't impose -O4 and -w
|
||||
#Patch2: %{name}-0.9.1-configure-default-cflags.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: liblcms-devel libjpeg-devel
|
||||
@ -82,16 +80,16 @@ against LibRaw. LibRaw does not provide dynamic libraries.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{fake_name}-%{version}
|
||||
#%patch2 -p1 -b .configure-default-cflags
|
||||
|
||||
|
||||
%build
|
||||
# This is not the autotools generated configure script
|
||||
#CFLAGS="%{optflags} -fPIC -fopenmp" sh configure -P %{_prefix} -o -l -I %{_includedir} -L %{libdir}
|
||||
|
||||
|
||||
%configure
|
||||
|
||||
|
||||
%__make %{?_smp_mflags}
|
||||
###%__make %{?_smp_mflags}
|
||||
%__make
|
||||
|
||||
%install
|
||||
mv doc manual
|
||||
|
Loading…
Reference in New Issue
Block a user