gnome-user-docs/gnome-user-docs.spec
cvsdist 837fafb9ca auto-import changelog data from gnome-user-docs-1.93-1.src.rpm
Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
- Version 1.93, should fix #67207
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Thu Jun 20 2002 Havoc Pennington <hp@redhat.com>
- prereq scrollkeeper
Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
- upgrade to gnome 2 docs
- clean up the spec file a bit
2004-09-09 05:38:06 +00:00

90 lines
1.8 KiB
RPMSpec

Summary: GNOME User Documentation
Name: gnome-user-docs
Version: 1.93
Release: 1
License: FDL
Source: gnome2-user-docs-%{version}.tar.bz2
Group: Documentation
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: gnome-users-guide
PreReq: scrollkeeper >= 0.3.10
PreReq: /usr/bin/scrollkeeper-update
%description
This package contains end user documentation for the GNOME desktop
environment.
%prep
%setup -q -n gnome2-user-docs-%{version}
%build
## 1.91 tarball ships with a broken configure script
if test -x /usr/bin/autoconf-2.53; then
autoconf-2.53
elif test -x /usr/bin/autoconf-2.52; then
autoconf-2.52
elif test -x /usr/bin/autoconf; then
autoconf
fi
%configure
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%post
scrollkeeper-update
exit 0
%postun
scrollkeeper-update
exit 0
%files
%defattr(-, root, root)
%{_datadir}/gnome
%{_datadir}/omf
%changelog
* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
- Version 1.93, should fix #67207
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu Jun 20 2002 Havoc Pennington <hp@redhat.com>
- prereq scrollkeeper
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
- upgrade to gnome 2 docs
- clean up the spec file a bit
* Thu Jun 13 2002 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in different environment
* Thu Jun 13 2002 Nalin Dahyabhai <nalin@redhat.com>
- fix a scrollkeeper validation bug
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
- Moved to red hat build system
* Thu Feb 22 2001 Gregory Leblanc <gleblanc@cu-portland.edu>
- de-uglification, and fixed the macros.
* Mon Nov 27 2000 Kenny Graunke <kwg@teleport.com>
- Initial cut