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
This commit is contained in:
parent
18abc5531f
commit
837fafb9ca
@ -1 +1 @@
|
||||
gnome-user-docs-1.4.1.tar.gz
|
||||
gnome2-user-docs-1.93.tar.bz2
|
||||
|
@ -1,48 +1,74 @@
|
||||
%define version 1.4.1
|
||||
|
||||
Summary: GNOME User Documentation
|
||||
Name: gnome-user-docs
|
||||
Version: %{version}
|
||||
Release: 4
|
||||
Version: 1.93
|
||||
Release: 1
|
||||
License: FDL
|
||||
Source: gnome-user-docs-%{version}.tar.gz
|
||||
Patch: gnome-user-docs-scrollkeeper-dtd.patch
|
||||
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 the GNOME Glossary, Introduction to GNOME, and a Unix
|
||||
Primer.
|
||||
This package contains end user documentation for the GNOME desktop
|
||||
environment.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p0 -b .scrollkeeper-dtd
|
||||
%setup -q -n gnome2-user-docs-%{version}
|
||||
|
||||
%build
|
||||
./configure --prefix=%{_prefix}
|
||||
|
||||
## 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
|
||||
make prefix=$RPM_BUILD_ROOT%{_prefix} install
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
which scrollkeeper-update > /dev/null 2>&1 && scrollkeeper-update
|
||||
scrollkeeper-update
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
which scrollkeeper-update > /dev/null 2>&1 && scrollkeeper-update
|
||||
scrollkeeper-update
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%{_prefix}/*
|
||||
%{_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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user