2004-09-09 05:37:27 +00:00
|
|
|
%define version 1.4.1
|
|
|
|
|
|
|
|
Summary: GNOME User Documentation
|
|
|
|
Name: gnome-user-docs
|
|
|
|
Version: %{version}
|
2004-09-09 05:37:47 +00:00
|
|
|
Release: 4
|
|
|
|
License: FDL
|
2004-09-09 05:37:27 +00:00
|
|
|
Source: gnome-user-docs-%{version}.tar.gz
|
2004-09-09 05:37:47 +00:00
|
|
|
Patch: gnome-user-docs-scrollkeeper-dtd.patch
|
2004-09-09 05:37:27 +00:00
|
|
|
Group: Documentation
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
Obsoletes: gnome-users-guide
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the GNOME Glossary, Introduction to GNOME, and a Unix
|
|
|
|
Primer.
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 05:37:47 +00:00
|
|
|
%setup -q
|
|
|
|
%patch -p0 -b .scrollkeeper-dtd
|
|
|
|
|
2004-09-09 05:37:27 +00:00
|
|
|
%build
|
|
|
|
./configure --prefix=%{_prefix}
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
make prefix=$RPM_BUILD_ROOT%{_prefix} install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
|
|
|
which scrollkeeper-update > /dev/null 2>&1 && scrollkeeper-update
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun
|
|
|
|
which scrollkeeper-update > /dev/null 2>&1 && scrollkeeper-update
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_prefix}/*
|
|
|
|
|
|
|
|
%changelog
|
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
|