2065149 - golang-github-openprinting-ipp-usb-0.9.20 is available
This commit is contained in:
parent
c5f7d6f631
commit
acd90a0ee6
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/ipp-usb-0.9.17.tar.gz
|
||||
/ipp-usb-0.9.18.tar.gz
|
||||
/ipp-usb-0.9.19.tar.gz
|
||||
/ipp-usb-0.9.20.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
# https://github.com/OpenPrinting/ipp-usb
|
||||
%global goipath github.com/OpenPrinting/ipp-usb
|
||||
Version: 0.9.19
|
||||
%global tag 0.9.19
|
||||
Version: 0.9.20
|
||||
%global tag 0.9.20
|
||||
|
||||
%gometa
|
||||
|
||||
@ -24,7 +24,7 @@ Requires: pkgconfig(libusb-1.0) >= 1.0
|
||||
}
|
||||
|
||||
Name: %{goname}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP reverse proxy, backed by IPP-over-USB connection to device
|
||||
|
||||
# Upstream license specification: BSD-2-Clause
|
||||
@ -76,6 +76,7 @@ install -m 0755 -vd %{buildroot}%{_unitdir}
|
||||
install -m 0644 -vp systemd-udev/*.service %{buildroot}%{_unitdir}
|
||||
install -m 0755 -vd %{buildroot}%{_sysconfdir}/ipp-usb
|
||||
install -m 0644 -vp ipp-usb.conf %{buildroot}%{_sysconfdir}/ipp-usb/
|
||||
install -m 0755 -vd %{buildroot}%{_sysconfdir}/ipp-usb/quirks
|
||||
install -m 0755 -vd %{buildroot}%{_mandir}/man8
|
||||
install -m 0644 -vp ipp-usb.8 %{buildroot}%{_mandir}/man8
|
||||
install -m 0755 -vd %{buildroot}%{_datadir}/ipp-usb
|
||||
@ -106,12 +107,16 @@ install -m 0644 -vp ipp-usb-quirks/* %{buildroot}%{_datadir}/ipp-usb/quirks
|
||||
%{_mandir}/man8/ipp-usb.8.*
|
||||
%dir %{_sysconfdir}/ipp-usb/
|
||||
%config(noreplace) %{_sysconfdir}/ipp-usb/ipp-usb.conf
|
||||
%dir %{_sysconfdir}/ipp-usb/quirks
|
||||
%{_udevrulesdir}/*.rules
|
||||
%{_unitdir}/*.service
|
||||
|
||||
%gopkgfiles
|
||||
|
||||
%changelog
|
||||
* Fri Mar 18 2022 Zdenek Dohnal <zdohnal@redhat.com> - 0.9.20-1
|
||||
- 2065149 - golang-github-openprinting-ipp-usb-0.9.20 is available
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.19-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ipp-usb-0.9.19.tar.gz) = 0031401000d76c81e9f9ede7df1656cfcb5e4e992d6ff0c8e75896ae4ce1cad0030ea26398fd455598e417801890f87186824b63c86d0e47e73416fd5f9b2eab
|
||||
SHA512 (ipp-usb-0.9.20.tar.gz) = 363ade8ac624a7419f4bab6b15b5e8d4a09d3b81b3eb761fe09d4ff9bac90761c3ba15e3335f306ab621f1f564ca367fe4fb5af8a7d2e39b5595ebac6e372131
|
||||
|
Loading…
Reference in New Issue
Block a user