automatic version update by autodist [release 0.20.0-1mamba;Mon Jul 27 2020]
This commit is contained in:
parent
335af75233
commit
7d037943f9
13
libraw.spec
13
libraw.spec
@ -1,5 +1,5 @@
|
||||
Name: libraw
|
||||
Version: 0.19.5
|
||||
Version: 0.20.0
|
||||
Release: 1mamba
|
||||
Summary: A library for reading RAW files obtained from digital photo cameras
|
||||
Group: System/Libraries
|
||||
@ -40,11 +40,13 @@ 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
|
||||
autoreconf -f -i
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -67,7 +69,7 @@ rm -f %{buildroot}%{_libdir}/libraw_r.a
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libraw.so.*
|
||||
%{_libdir}/libraw_r.so.*
|
||||
%doc COPYRIGHT Changelog.txt LICENSE*
|
||||
%doc COPYRIGHT LICENSE*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -78,6 +80,7 @@ rm -f %{buildroot}%{_libdir}/libraw_r.a
|
||||
%{_libdir}/libraw_r.so
|
||||
%{_libdir}/pkgconfig/libraw.pc
|
||||
%{_libdir}/pkgconfig/libraw_r.pc
|
||||
%doc Changelog.txt
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
@ -89,10 +92,14 @@ rm -f %{buildroot}%{_libdir}/libraw_r.a
|
||||
%{_bindir}/multirender_test
|
||||
%{_bindir}/postprocessing_benchmark
|
||||
%{_bindir}/raw-identify
|
||||
%{_bindir}/rawtextdump
|
||||
%{_bindir}/simple_dcraw
|
||||
%{_bindir}/unprocessed_raw
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user