use XSANE.lang instead of xsane.lang to avoid %doc multilib regression
This commit is contained in:
parent
4ed514f2b3
commit
0d2558914c
@ -1,7 +1,7 @@
|
|||||||
Name: xsane
|
Name: xsane
|
||||||
Summary: An X Window System front-end for the SANE scanner interface.
|
Summary: An X Window System front-end for the SANE scanner interface.
|
||||||
Version: 0.99
|
Version: 0.99
|
||||||
Release: 3
|
Release: 4
|
||||||
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
||||||
Source1: xsane-install-gimp-plugin
|
Source1: xsane-install-gimp-plugin
|
||||||
Patch0: xsane-0.90-htmlview.patch
|
Patch0: xsane-0.90-htmlview.patch
|
||||||
@ -65,13 +65,13 @@ mkdir -p %{buildroot}/etc/X11/applnk/Graphics
|
|||||||
mkdir -p %{buildroot}%{_sbindir}
|
mkdir -p %{buildroot}%{_sbindir}
|
||||||
install -m 0755 %SOURCE1 %{buildroot}%{_sbindir}/xsane-install-gimp-plugin
|
install -m 0755 %SOURCE1 %{buildroot}%{_sbindir}/xsane-install-gimp-plugin
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name} XSANE.lang
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f XSANE.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc xsane.[A-Z]*
|
%doc xsane.[A-Z]*
|
||||||
%{_bindir}/xsane
|
%{_bindir}/xsane
|
||||||
@ -97,6 +97,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-4
|
||||||
|
- use XSANE.lang instead of xsane.lang to avoid %%doc multilib regression
|
||||||
|
|
||||||
* Tue Apr 04 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-3
|
* Tue Apr 04 2006 Nils Philippsen <nphilipp@redhat.com> - 0.99-3
|
||||||
- fix medium-definitions patch to not barf on obsolete options in config file
|
- fix medium-definitions patch to not barf on obsolete options in config file
|
||||||
(#185269, by Aldy Hernandez)
|
(#185269, by Aldy Hernandez)
|
||||||
|
Loading…
Reference in New Issue
Block a user