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
|
Name: libraw
|
||||||
Version: 0.19.5
|
Version: 0.20.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for reading RAW files obtained from digital photo cameras
|
Summary: A library for reading RAW files obtained from digital photo cameras
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -40,11 +40,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
The %{name}-tools package contains utility applications for %{name}.
|
The %{name}-tools package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n LibRaw-%{version}
|
%setup -q -n LibRaw-%{version}
|
||||||
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -67,7 +69,7 @@ rm -f %{buildroot}%{_libdir}/libraw_r.a
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libraw.so.*
|
%{_libdir}/libraw.so.*
|
||||||
%{_libdir}/libraw_r.so.*
|
%{_libdir}/libraw_r.so.*
|
||||||
%doc COPYRIGHT Changelog.txt LICENSE*
|
%doc COPYRIGHT LICENSE*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -78,6 +80,7 @@ rm -f %{buildroot}%{_libdir}/libraw_r.a
|
|||||||
%{_libdir}/libraw_r.so
|
%{_libdir}/libraw_r.so
|
||||||
%{_libdir}/pkgconfig/libraw.pc
|
%{_libdir}/pkgconfig/libraw.pc
|
||||||
%{_libdir}/pkgconfig/libraw_r.pc
|
%{_libdir}/pkgconfig/libraw_r.pc
|
||||||
|
%doc Changelog.txt
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -89,10 +92,14 @@ rm -f %{buildroot}%{_libdir}/libraw_r.a
|
|||||||
%{_bindir}/multirender_test
|
%{_bindir}/multirender_test
|
||||||
%{_bindir}/postprocessing_benchmark
|
%{_bindir}/postprocessing_benchmark
|
||||||
%{_bindir}/raw-identify
|
%{_bindir}/raw-identify
|
||||||
|
%{_bindir}/rawtextdump
|
||||||
%{_bindir}/simple_dcraw
|
%{_bindir}/simple_dcraw
|
||||||
%{_bindir}/unprocessed_raw
|
%{_bindir}/unprocessed_raw
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 0.19.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user