# # spec file for package libraw (Version 0.9.999_0.10.0Beta3) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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/ # %define fake_name LibRaw %define fake_version 0.10.0-Beta3 Name: libraw Version: 0.9.999_0.10.0Beta3 Release: 1 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}-%{fake_version}.tar.gz # Configuration support. Patch sent upstream Patch0: %{name}-0.9.1-configure.patch # Use optflags for build Patch1: %{name}-0.9.1-configure-optflags.patch # Don't impose -O4 and -w Patch2: %{name}-0.9.1-configure-default-cflags.patch BuildRequires: gcc-c++ BuildRequires: make BuildRoot: %{_tmppath}/%{name}-%{version}-build %description LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. %package devel License: CDDLv1.0 | LGPLv2.1 Summary: Development files for %{name} Group: Development/Libraries/Other %description devel LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. %package devel-static License: CDDLv1.0 | LGPLv2.1 Summary: Library for reading RAW files obtained from digital photo cameras Group: Development/Libraries/Other Requires: %{name}-devel = %{version} %description devel-static LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, where part of drawbacks have already been eliminated and part will be fixed in future. This package contains static libraries that applications can use to build against LibRaw. LibRaw does not provide dynamic libraries. %prep %setup -q -n %{fake_name}-%{fake_version} %patch0 -p1 -b .configure %patch1 -p1 -b .configure-optflags %patch2 -p1 -b .configure-default-cflags %build # This is not the autotools generated configure script CFLAGS="%{optflags}" sh configure -P %{_prefix} %__make %{?_smp_mflags} %install mv doc manual # The source tree has these with execute permissions for some reason %{__chmod} -x Changelog.txt LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf # The Libraries %makeinstall LIBDIR=%{_lib} %clean %__rm -rf %{buildroot} %files devel %defattr(-,root,root,-) %doc Changelog.txt COPYRIGHT LICENSE.CDDL LICENSE.LGPL LICENSE.LibRaw.pdf %doc manual %{_includedir}/%{name}/ %files devel-static %defattr(-,root,root,-) %{_libdir}/libraw.a %{_libdir}/libraw_r.a %changelog