2010-09-03 16:24:55 +02:00
|
|
|
#
|
2011-03-14 16:51:53 +01:00
|
|
|
# spec file for package libraw
|
2010-09-03 16:24:55 +02:00
|
|
|
#
|
2017-01-11 11:42:44 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2010-09-03 16:24:55 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2011-08-10 13:17:01 +02:00
|
|
|
%define tar_name LibRaw
|
2010-09-03 16:24:55 +02:00
|
|
|
|
|
|
|
Name: libraw
|
2017-01-30 16:16:16 +01:00
|
|
|
%define lver 16
|
|
|
|
%define lname libraw%{lver}
|
2017-09-25 14:52:49 +02:00
|
|
|
Version: 0.18.5
|
2012-03-15 17:38:33 +01:00
|
|
|
Release: 0
|
2010-09-03 16:24:55 +02:00
|
|
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
2012-03-15 17:38:33 +01:00
|
|
|
License: CDDL-1.0 or LGPL-2.1
|
2013-06-11 15:52:33 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2012-03-15 17:38:33 +01:00
|
|
|
Url: http://www.libraw.org/
|
2013-01-10 22:51:04 +01:00
|
|
|
|
|
|
|
#Git-Clone: git://github.com/LibRaw/LibRaw
|
2015-06-06 21:12:46 +02:00
|
|
|
Source: http://www.libraw.org/data/%tar_name-%version.tar.gz
|
2013-01-10 22:51:04 +01:00
|
|
|
BuildRequires: fdupes
|
2010-09-03 16:24:55 +02:00
|
|
|
BuildRequires: gcc-c++
|
2012-07-11 18:21:03 +02:00
|
|
|
BuildRequires: libjasper-devel
|
2011-08-10 13:17:01 +02:00
|
|
|
BuildRequires: libjpeg-devel
|
2011-01-07 15:16:57 +01:00
|
|
|
BuildRequires: liblcms2-devel
|
2010-12-13 16:29:09 +01:00
|
|
|
BuildRequires: pkg-config
|
2017-01-11 11:42:44 +01:00
|
|
|
# zlib for deflate DNG support
|
|
|
|
BuildRequires: zlib-devel
|
2010-09-03 16:24:55 +02:00
|
|
|
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.
|
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%package tools
|
2017-01-11 11:48:03 +01:00
|
|
|
Summary: Tools for reading RAW files obtained from digital photo cameras
|
2015-06-06 21:12:46 +02:00
|
|
|
Group: Productivity/Graphics/Other
|
2010-11-16 15:24:23 +01:00
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%description tools
|
2010-11-16 15:24:23 +01:00
|
|
|
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.
|
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%package -n %lname
|
2011-03-14 09:57:30 +01:00
|
|
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
|
|
|
Group: System/Libraries
|
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%description -n %lname
|
2011-03-14 09:57:30 +01:00
|
|
|
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.
|
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for libraw
|
2013-06-11 15:52:33 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2015-06-06 21:12:46 +02:00
|
|
|
Requires: %lname = %version
|
2010-09-03 16:24:55 +02:00
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%description devel
|
2010-09-03 16:24:55 +02:00
|
|
|
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.
|
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%package devel-static
|
2010-09-03 16:24:55 +02:00
|
|
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
2013-06-11 15:52:33 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2015-06-06 21:12:46 +02:00
|
|
|
Requires: %name-devel = %version
|
2010-09-03 16:24:55 +02:00
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%description devel-static
|
2010-09-03 16:24:55 +02:00
|
|
|
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
|
2015-06-06 21:12:46 +02:00
|
|
|
%setup -qn %tar_name-%version
|
2010-12-13 00:30:34 +01:00
|
|
|
|
2010-09-03 16:24:55 +02:00
|
|
|
%build
|
2017-01-11 11:42:44 +01:00
|
|
|
export CXXFLAGS="%optflags -fPIC -DUSE_ZLIB"
|
2017-01-11 11:48:03 +01:00
|
|
|
export LIBS="$LIBS -lz"
|
2010-12-13 00:23:38 +01:00
|
|
|
%configure
|
2011-01-07 15:16:57 +01:00
|
|
|
# build env is too broken for parallel build
|
2012-07-11 18:21:03 +02:00
|
|
|
make %{?_smp_mflags}
|
2010-09-03 16:24:55 +02:00
|
|
|
|
|
|
|
%install
|
2015-11-13 17:31:18 +01:00
|
|
|
find doc -type f -name "*.html" -exec chmod a-x "{}" "+"
|
2010-09-03 16:24:55 +02:00
|
|
|
mv doc manual
|
|
|
|
# The source tree has these with execute permissions for some reason
|
2017-01-11 11:42:44 +01:00
|
|
|
chmod -x Changelog.txt LICENSE.CDDL LICENSE.LGPL
|
2011-08-10 13:17:01 +02:00
|
|
|
chmod -x manual/index.html
|
2010-09-03 16:24:55 +02:00
|
|
|
# The Libraries
|
2013-01-10 22:51:04 +01:00
|
|
|
make install DESTDIR="%buildroot"
|
|
|
|
rm -f "%buildroot/%_libdir"/*.la
|
2011-01-07 23:01:23 +01:00
|
|
|
# duplicated files
|
2015-06-06 21:12:46 +02:00
|
|
|
rm -rf %buildroot%_datadir/doc
|
2013-01-10 22:51:04 +01:00
|
|
|
%fdupes %buildroot/%_prefix
|
2010-12-14 11:38:11 +01:00
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%post -n %lname -p /sbin/ldconfig
|
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
2010-09-03 16:24:55 +02:00
|
|
|
|
2010-11-16 15:24:23 +01:00
|
|
|
%files tools
|
2015-06-06 21:12:46 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%_bindir/*
|
2010-12-13 15:11:12 +01:00
|
|
|
|
2010-09-03 16:24:55 +02:00
|
|
|
%files devel
|
2015-06-06 21:12:46 +02:00
|
|
|
%defattr(-,root,root)
|
2017-01-11 11:42:44 +01:00
|
|
|
%doc Changelog.txt COPYRIGHT LICENSE.CDDL LICENSE.LGPL
|
2010-09-03 16:24:55 +02:00
|
|
|
%doc manual
|
2015-06-06 21:12:46 +02:00
|
|
|
%_includedir/%name/
|
|
|
|
%_libdir/pkgconfig/*.pc
|
|
|
|
%_libdir/libraw.so
|
|
|
|
%_libdir/libraw_r.so
|
2011-03-14 09:57:30 +01:00
|
|
|
|
2015-06-06 21:12:46 +02:00
|
|
|
%files -n %lname
|
|
|
|
%defattr(-,root,root)
|
2017-01-30 16:16:16 +01:00
|
|
|
%_libdir/libraw.so.%{lver}*
|
|
|
|
%_libdir/libraw_r.so.%{lver}*
|
2010-09-03 16:24:55 +02:00
|
|
|
|
|
|
|
%files devel-static
|
2015-06-06 21:12:46 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%_libdir/libraw.a
|
|
|
|
%_libdir/libraw_r.a
|
2010-09-03 16:24:55 +02:00
|
|
|
|
|
|
|
%changelog
|