Bind the samples sub-package more tightly to the main package
... as suggested by the RHEL packaging tools.
This commit is contained in:
parent
c1e9e9dc8d
commit
d71091e55f
@ -1,7 +1,7 @@
|
|||||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||||
Name: LibRaw
|
Name: LibRaw
|
||||||
Version: 0.19.0
|
Version: 0.19.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: BSD and (CDDL or LGPLv2)
|
License: BSD and (CDDL or LGPLv2)
|
||||||
URL: http://www.libraw.org
|
URL: http://www.libraw.org
|
||||||
|
|
||||||
@ -41,6 +41,7 @@ LibRaw static development libraries.
|
|||||||
|
|
||||||
%package samples
|
%package samples
|
||||||
Summary: LibRaw sample programs
|
Summary: LibRaw sample programs
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description samples
|
%description samples
|
||||||
LibRaw sample programs
|
LibRaw sample programs
|
||||||
@ -102,6 +103,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 08 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.19.0-5
|
||||||
|
- Bind the samples sub-package more tightly to the main package
|
||||||
|
|
||||||
* Tue Jul 31 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.19.0-4
|
* Tue Jul 31 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.19.0-4
|
||||||
- Fix License
|
- Fix License
|
||||||
- Explicitly enable JPEG and OpenMP support to avoid surprises
|
- Explicitly enable JPEG and OpenMP support to avoid surprises
|
||||||
|
Loading…
Reference in New Issue
Block a user