Bug 42098 - Отсутствуют драйверы
Summary: Отсутствуют драйверы
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: printer-driver-brlaser (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: zacat@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-10 22:58 MSK by Sergey V Turchin
Modified: 2022-03-28 20:02 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V Turchin 2022-03-10 22:58:12 MSK
Пакет не содержит PPD-шек, которые должны генерироваться во время сборки.
Например, у SuSE так:

%build
mkdir build && cd build
cmake ..
%make_build
ppdc brlaser.drv

%install
%cmake_install
# we use compiled ppds instead
rm %{buildroot}%{_datadir}/cups/drv/brlaser.drv
# install compiled ppds
install -Dm644 build/ppd/* -t %{buildroot}%{_datadir}/cups/model/brlaser

%files
%license COPYING
%doc README.md
%dir %{_prefix}/lib/cups
%dir %{_prefix}/lib/cups/filter
%{_prefix}/lib/cups/filter/rastertobrlaser
%dir %{_datadir}/cups
%dir %{_datadir}/cups/model
%{_datadir}/cups/model/brlaser
Comment 1 Sergey V Turchin 2022-03-10 23:13:33 MSK
По крайней мере, даже если он их компилит в рантайме, стоит это сделать.
Comment 2 Repository Robot 2022-03-28 20:02:55 MSK
printer-driver-brlaser-6-alt3 -> sisyphus:

 Mon Mar 28 2022 Sergey V Turchin <zerg@altlinux> 6-alt3
 - update to 9d7ddda8383bfc4d205b5e1b49de2b8bcd9137f1 from master branch
 - precompile ppds (closes: 42098)