gcc is no longer in buildroot by default
This commit is contained in:
parent
7f6107918f
commit
e4cc7848c6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: c2esp
|
Name: c2esp
|
||||||
Version: 2.7
|
Version: 2.7
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: CUPS driver for Kodak AiO printers
|
Summary: CUPS driver for Kodak AiO printers
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -23,6 +23,9 @@ BuildRequires: cups-filters-devel
|
|||||||
# JBIG1 lossless image compression
|
# JBIG1 lossless image compression
|
||||||
BuildRequires: jbigkit-devel
|
BuildRequires: jbigkit-devel
|
||||||
|
|
||||||
|
# Needs gcc for compilation
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
# directory structure
|
# directory structure
|
||||||
Requires: cups-filesystem
|
Requires: cups-filesystem
|
||||||
|
|
||||||
@ -50,6 +53,9 @@ make -C src/ install DESTDIR=%{buildroot}
|
|||||||
%{_datadir}/cups/drv/c2esp
|
%{_datadir}/cups/drv/c2esp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2.7-14
|
||||||
|
- gcc is no longer in buildroot by default
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-13
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user