diff --git a/sane-frontends.spec b/sane-frontends.spec index 52af908..f6716f8 100644 --- a/sane-frontends.spec +++ b/sane-frontends.spec @@ -1,6 +1,6 @@ Name: sane-frontends Version: 1.0.14 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Graphical frontend to SANE URL: http://www.sane-project.org Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz @@ -28,23 +28,33 @@ This packages includes the scanadf and xcam programs. make %install -rm -rf $RPM_BUILD_ROOT +rm -rf %buildroot %makeinstall # Not xscanimage; use xsane instead. -rm -f %{buildroot}%{_bindir}/xscanimage %{buildroot}%{_mandir}/man1/xscanimage* +rm -f %{buildroot}%{_bindir}/xscanimage +rm -f %{buildroot}%{_mandir}/man1/xscanimage* +rm -f %{buildroot}%{_datadir}/sane/sane-style.rc %clean -rm -R $RPM_BUILD_ROOT +rm -rf %buildroot %files %defattr(-,root,root,755) +%doc AUTHORS COPYING README %{_bindir}/* %{_datadir}/sane/sane-style.rc %{_mandir}/man1/* - +# there is no desktop file for xcam because while it is a GUI program it is +# intended to be used from the command line %changelog +* Fri Feb 26 2010 Nils Philippsen - 1.0.14-10 +- add missing documentation files AUTHORS, COPYING, README +- don't distribute sane-style.rc +- use %%buildroot consistently +- explain missing xcam.desktop file + * Mon Aug 03 2009 Nils Philippsen 1.0.14-9 - remove ExcludeArch: s390 s390x