2004-09-09 05:37:27 +00:00
|
|
|
Summary: GNOME User Documentation
|
|
|
|
Name: gnome-user-docs
|
2004-09-09 05:39:21 +00:00
|
|
|
Version: 2.4.1
|
|
|
|
Release: 1
|
2004-09-09 05:37:47 +00:00
|
|
|
License: FDL
|
2004-09-09 05:38:06 +00:00
|
|
|
Source: gnome2-user-docs-%{version}.tar.bz2
|
2004-09-09 05:38:18 +00:00
|
|
|
Source2: introduction-to-gnome.xml
|
2004-09-09 05:37:27 +00:00
|
|
|
Group: Documentation
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
Obsoletes: gnome-users-guide
|
|
|
|
|
2004-09-09 05:39:21 +00:00
|
|
|
PreReq: scrollkeeper >= 0.3.11
|
2004-09-09 05:38:06 +00:00
|
|
|
PreReq: /usr/bin/scrollkeeper-update
|
|
|
|
|
2004-09-09 05:37:27 +00:00
|
|
|
%description
|
2004-09-09 05:38:06 +00:00
|
|
|
This package contains end user documentation for the GNOME desktop
|
|
|
|
environment.
|
2004-09-09 05:37:27 +00:00
|
|
|
|
|
|
|
%prep
|
2004-09-09 05:38:06 +00:00
|
|
|
%setup -q -n gnome2-user-docs-%{version}
|
2004-09-09 05:37:47 +00:00
|
|
|
|
2004-09-09 05:37:27 +00:00
|
|
|
%build
|
2004-09-09 05:38:06 +00:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2004-09-09 05:38:18 +00:00
|
|
|
## put in a fixed XML version
|
|
|
|
cp -f %{SOURCE2} introduction-to-gnome/C
|
|
|
|
|
2004-09-09 05:38:06 +00:00
|
|
|
%configure
|
2004-09-09 05:37:27 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
2004-09-09 05:38:13 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 05:38:06 +00:00
|
|
|
%makeinstall
|
2004-09-09 05:37:27 +00:00
|
|
|
|
2004-09-09 05:38:13 +00:00
|
|
|
rm -r $RPM_BUILD_ROOT/var/scrollkeeper
|
|
|
|
|
2004-09-09 05:37:27 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
2004-09-09 05:38:06 +00:00
|
|
|
scrollkeeper-update
|
2004-09-09 05:37:27 +00:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun
|
2004-09-09 05:38:06 +00:00
|
|
|
scrollkeeper-update
|
2004-09-09 05:37:27 +00:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2004-09-09 05:38:06 +00:00
|
|
|
%{_datadir}/gnome
|
|
|
|
%{_datadir}/omf
|
2004-09-09 05:37:27 +00:00
|
|
|
|
|
|
|
%changelog
|
2004-09-09 05:39:21 +00:00
|
|
|
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.4.1-1
|
|
|
|
- update to 2.4.1
|
|
|
|
|
2004-09-09 05:38:18 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Dec 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- add introduction-to-gnome.xml from CVS so the XML won't be broken
|
|
|
|
|
|
|
|
* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 2.0.1-1
|
|
|
|
- update to 2.0.1
|
|
|
|
|
2004-09-09 05:38:13 +00:00
|
|
|
* Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 2.0.0 stable release
|
|
|
|
- clean up uninstalled file warnings
|
|
|
|
- blow build root at start of install
|
|
|
|
|
2004-09-09 05:38:06 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 05:37:47 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 05:37:27 +00:00
|
|
|
|
|
|
|
* 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
|