move translations to from sane-backends to sane package to fix multilib installation conflict [release 1.2.1-3mamba;Wed Oct 04 2023]
This commit is contained in:
parent
2c23762f24
commit
bbcbd1ef09
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: SANE provides standardized access to any raster image scanner hardware
|
Summary: SANE provides standardized access to any raster image scanner hardware
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -32,14 +32,12 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libavahi-devel
|
BuildRequires: libavahi-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libexif-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgphoto2-devel
|
BuildRequires: libgphoto2-devel
|
||||||
BuildRequires: libieee1284-devel
|
BuildRequires: libieee1284-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libnetsnmp-devel
|
BuildRequires: libnetsnmp-devel
|
||||||
BuildRequires: libopenssl-devel
|
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libpoppler-glib-devel
|
BuildRequires: libpoppler-glib-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -199,15 +197,11 @@ fi
|
|||||||
%systemd_postun_with_restart saned.socket
|
%systemd_postun_with_restart saned.socket
|
||||||
:
|
:
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%files -n sane
|
%files -n sane -f sane-backends.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_sysconfdir}/sane.d
|
%dir %{_sysconfdir}/sane.d
|
||||||
%config %{_sysconfdir}/sane.d/*
|
%config %{_sysconfdir}/sane.d/*
|
||||||
@ -230,7 +224,7 @@ exit 0
|
|||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%files -f sane-backends.lang
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libsane.so.*
|
%{_libdir}/libsane.so.*
|
||||||
%dir %{_libdir}/sane
|
%dir %{_libdir}/sane
|
||||||
@ -251,6 +245,9 @@ exit 0
|
|||||||
#%doc ChangeLog NEWS PROBLEMS PROJECTS README.linux
|
#%doc ChangeLog NEWS PROBLEMS PROJECTS README.linux
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-3mamba
|
||||||
|
- move translations to from sane-backends to sane package to fix multilib installation conflict
|
||||||
|
|
||||||
* Thu Apr 13 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
|
* Thu Apr 13 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
|
||||||
- obsolete sane-backends-extras[-devel]
|
- obsolete sane-backends-extras[-devel]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user