202 lines
6.4 KiB
RPMSpec
202 lines
6.4 KiB
RPMSpec
Name: libraw
|
|
Version: 0.20.1
|
|
Release: 1mamba
|
|
Summary: A library for reading RAW files obtained from digital photo cameras
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
URL: http://www.libraw.org/
|
|
Source: http://www.libraw.org/data/LibRaw-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgomp-devel
|
|
BuildRequires: libjasper-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: liblcms2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%package tools
|
|
Group: Applications/Graphics
|
|
Summary: Utility applications for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description tools
|
|
The %{name}-tools package contains utility applications for %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n LibRaw-%{version}
|
|
autoreconf -f -i
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
# remove unpackaged files
|
|
rm -fr %{buildroot}%{_datadir}/doc
|
|
rm -f %{buildroot}%{_libdir}/libraw.a
|
|
rm -f %{buildroot}%{_libdir}/libraw_r.a
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libraw.so.*
|
|
%{_libdir}/libraw_r.so.*
|
|
%doc COPYRIGHT LICENSE*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/libraw/
|
|
%{_libdir}/libraw.la
|
|
%{_libdir}/libraw.so
|
|
%{_libdir}/libraw_r.la
|
|
%{_libdir}/libraw_r.so
|
|
%{_libdir}/pkgconfig/libraw.pc
|
|
%{_libdir}/pkgconfig/libraw_r.pc
|
|
%doc Changelog.txt
|
|
|
|
%files tools
|
|
%defattr(-,root,root)
|
|
%{_bindir}/4channels
|
|
%{_bindir}/dcraw_emu
|
|
%{_bindir}/dcraw_half
|
|
%{_bindir}/half_mt
|
|
%{_bindir}/mem_image
|
|
%{_bindir}/multirender_test
|
|
%{_bindir}/postprocessing_benchmark
|
|
%{_bindir}/raw-identify
|
|
%{_bindir}/rawtextdump
|
|
%{_bindir}/simple_dcraw
|
|
%{_bindir}/unprocessed_raw
|
|
|
|
%changelog
|
|
* Thu Oct 15 2020 Automatic Build System <autodist@mambasoft.it> 0.20.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 27 2020 Automatic Build System <autodist@mambasoft.it> 0.20.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 0.19.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 05 2019 Automatic Build System <autodist@mambasoft.it> 0.19.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 03 2019 Automatic Build System <autodist@mambasoft.it> 0.19.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 28 2018 Automatic Build System <autodist@mambasoft.it> 0.19.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 23 2018 Automatic Build System <autodist@mambasoft.it> 0.19.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 22 2018 Automatic Build System <autodist@mambasoft.it> 0.19.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 29 2018 Automatic Build System <autodist@mambasoft.it> 0.18.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 12 2018 Automatic Build System <autodist@mambasoft.it> 0.18.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 10 2018 Automatic Build System <autodist@mambasoft.it> 0.18.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 03 2018 Automatic Build System <autodist@mambasoft.it> 0.18.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 24 2018 Automatic Build System <autodist@mambasoft.it> 0.18.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 24 2018 Automatic Build System <autodist@mambasoft.it> 0.18.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 20 2018 Automatic Build System <autodist@mambasoft.it> 0.18.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 0.18.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 22 2017 Automatic Build System <autodist@mambasoft.it> 0.18.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 12 2017 Automatic Build System <autodist@mambasoft.it> 0.18.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 09 2017 Automatic Build System <autodist@mambasoft.it> 0.18.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 09 2017 Automatic Build System <autodist@mambasoft.it> 0.18.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 12 2017 Automatic Build System <autodist@mambasoft.it> 0.18.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 0.18.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 26 2016 Automatic Build System <autodist@mambasoft.it> 0.17.1-2mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 25 2016 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 16 2015 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 23 2014 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 03 2013 Automatic Build System <autodist@mambasoft.it> 0.15.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 20 2013 Automatic Build System <autodist@mambasoft.it> 0.15.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 24 2013 Automatic Build System <autodist@mambasoft.it> 0.14.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 19 2012 Automatic Build System <autodist@mambasoft.it> 0.14.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 30 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.14.3-1mamba
|
|
- update to 0.14.3
|
|
|
|
* Sat Oct 16 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.10.0-1mamba
|
|
- update to 0.10.0
|
|
|
|
* Tue Jan 26 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.8.5-1mamba
|
|
- update to 0.8.5
|
|
- removed a wrong requirement in libraw-raw
|
|
|
|
* Mon Oct 06 2008 Davide Madrisan <davide.madrisan@gmail.com> 0.6.1-1mamba
|
|
- package created by autospec
|