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