auto-import changelog data from xsane-0.92-10.src.rpm

Wed Apr 21 2004 Seth Nickell <snickell@redhat.com> 0.92-10
- Remove .desktop file
Wed Mar 31 2004 Tim Waugh <twaugh@redhat.com> 0.92-9
- Rebuilt.
Thu Mar 18 2004 Nils Philippsen <nphilipp@redhat.com> 0.92-8
- Rebuild against new gimp.
This commit is contained in:
cvsdist 2004-09-09 15:11:03 +00:00
parent b2c13cc116
commit d856c43567

View File

@ -1,7 +1,7 @@
Name: xsane
Summary: An X Window System front-end for the SANE scanner interface.
Version: 0.92
Release: 7
Release: 10
Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
Patch0: xsane-0.90-htmlview.patch
Patch1: xsane-0.91-badcode.patch
@ -58,25 +58,6 @@ install src/xsane-gimp %{buildroot}%{_bindir}
mkdir -p %{buildroot}/etc/X11/applnk/Graphics
cat > xsane.desktop <<EOF
[Desktop Entry]
Encoding=UTF-8
Name=Scanning
Comment=XSane
Type=Application
Description=A GIMP plugin which provides a scanner interface.
Description[sv]=Ett GIMP-insticksprogram som erbjuder ett bildläsargränssnitt.
Exec=xsane
Icon=/usr/share/pixmaps/sane.png
EOF
mkdir $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --vendor net --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
--add-category X-Red-Hat-Base \
--add-category Graphics \
--add-category Application \
xsane.desktop
#%find_lang %{name}
@ -87,7 +68,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc xsane.[A-Z]*
%{_datadir}/applications/*
%{_bindir}/xsane
%{_mandir}/man1/*
%{_datadir}/sane
@ -121,6 +101,15 @@ if [ $1 = 0 ]; then
fi
%changelog
* Wed Apr 21 2004 Seth Nickell <snickell@redhat.com> 0.92-10
- Remove .desktop file
* Wed Mar 31 2004 Tim Waugh <twaugh@redhat.com> 0.92-9
- Rebuilt.
* Thu Mar 18 2004 Nils Philippsen <nphilipp@redhat.com> 0.92-8
- Rebuild against new gimp.
* Tue Mar 9 2004 Tim Waugh <twaugh@redhat.com> 0.92-7
- Fix desktop file Name (bug #117370).