remove old stuff

This commit is contained in:
Zdenek Dohnal 2018-02-19 16:27:54 +01:00
parent b1c89684f2
commit fe91dfbb6b

View File

@ -15,7 +15,7 @@
Name: xsane Name: xsane
Summary: X Window System front-end for the SANE scanner interface Summary: X Window System front-end for the SANE scanner interface
Version: 0.999 Version: 0.999
Release: 25%{?dist} Release: 26%{?dist}
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
Source1: xsane-256x256.png Source1: xsane-256x256.png
# use "xdg-open" instead of "netscape" to launch help browser # use "xdg-open" instead of "netscape" to launch help browser
@ -76,8 +76,6 @@ Patch15: xsane-0.999-signal-handling.patch
Patch100: xsane-0.999-7-autoconf.patch.bz2 Patch100: xsane-0.999-7-autoconf.patch.bz2
License: GPLv2+ License: GPLv2+
URL: http://www.xsane.org/ URL: http://www.xsane.org/
Group: Applications/Multimedia
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%__id_u -n)
BuildRequires: gimp-devel BuildRequires: gimp-devel
BuildRequires: lcms2-devel BuildRequires: lcms2-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
@ -99,7 +97,6 @@ performing the scan and then manipulating the captured image.
%package gimp %package gimp
Summary: GIMP plug-in providing the SANE scanner interface Summary: GIMP plug-in providing the SANE scanner interface
Group: Applications/Multimedia
Requires: gimp >= 2:2.2.12-4 Requires: gimp >= 2:2.2.12-4
Requires: xsane-common Requires: xsane-common
@ -110,7 +107,6 @@ installed to use this package.
%package common %package common
Summary: Common files for xsane packages Summary: Common files for xsane packages
Group: Applications/Multimedia
%description common %description common
This package contains common files needed by other xsane packages. This package contains common files needed by other xsane packages.
@ -167,7 +163,6 @@ popd
cp %{SOURCE1} src/ cp %{SOURCE1} src/
%install %install
rm -rf %{buildroot}
pushd build-without-gimp pushd build-without-gimp
make DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install
@ -238,7 +233,6 @@ if [ -L "%{gimpplugindir}/xsane" ]; then
fi fi
%files -f XSANE.lang %files -f XSANE.lang
%defattr(-,root,root)
%doc xsane.ACCELKEYS xsane.AUTHOR xsane.BEGINNERS-INFO xsane.BUGS xsane.CHANGES xsane.COPYING xsane.FAQ xsane.LANGUAGES xsane.LOGO xsane.NEWS xsane.ONLINEHELP xsane.PROBLEMS xsane.ROOT xsane.TODO %doc xsane.ACCELKEYS xsane.AUTHOR xsane.BEGINNERS-INFO xsane.BUGS xsane.CHANGES xsane.COPYING xsane.FAQ xsane.LANGUAGES xsane.LOGO xsane.NEWS xsane.ONLINEHELP xsane.PROBLEMS xsane.ROOT xsane.TODO
%{_bindir}/xsane %{_bindir}/xsane
%{_mandir}/man1/* %{_mandir}/man1/*
@ -253,16 +247,17 @@ fi
%{iconrootdir}/*/apps/%{name}.png %{iconrootdir}/*/apps/%{name}.png
%files gimp %files gimp
%defattr(-,root,root)
%{gimpplugindir}/xsane %{gimpplugindir}/xsane
%files common %files common
%defattr(-,root,root)
%doc xsane.AUTHOR xsane.COPYING %doc xsane.AUTHOR xsane.COPYING
%dir %{_datadir}/sane %dir %{_datadir}/sane
%{_datadir}/sane/xsane %{_datadir}/sane/xsane
%changelog %changelog
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 0.999-26
- remove old stuff
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-25 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.999-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild