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
|
||||
Version: 1.2.1
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: SANE provides standardized access to any raster image scanner hardware
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -32,14 +32,12 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libavahi-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgphoto2-devel
|
||||
BuildRequires: libieee1284-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libnetsnmp-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpoppler-glib-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -199,15 +197,11 @@ fi
|
||||
%systemd_postun_with_restart saned.socket
|
||||
:
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -n sane
|
||||
%files -n sane -f sane-backends.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/sane.d
|
||||
%config %{_sysconfdir}/sane.d/*
|
||||
@ -230,7 +224,7 @@ exit 0
|
||||
%{_mandir}/man7/*
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%files -f sane-backends.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsane.so.*
|
||||
%dir %{_libdir}/sane
|
||||
@ -251,6 +245,9 @@ exit 0
|
||||
#%doc ChangeLog NEWS PROBLEMS PROJECTS README.linux
|
||||
|
||||
%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
|
||||
- obsolete sane-backends-extras[-devel]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user