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
|
Summary: GNOME User Documentation
|
||||||
Name: gnome-user-docs
|
Name: gnome-user-docs
|
||||||
Version: %{version}
|
Version: 1.93
|
||||||
Release: 4
|
Release: 1
|
||||||
License: FDL
|
License: FDL
|
||||||
Source: gnome-user-docs-%{version}.tar.gz
|
Source: gnome2-user-docs-%{version}.tar.bz2
|
||||||
Patch: gnome-user-docs-scrollkeeper-dtd.patch
|
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Obsoletes: gnome-users-guide
|
Obsoletes: gnome-users-guide
|
||||||
|
|
||||||
|
PreReq: scrollkeeper >= 0.3.10
|
||||||
|
PreReq: /usr/bin/scrollkeeper-update
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the GNOME Glossary, Introduction to GNOME, and a Unix
|
This package contains end user documentation for the GNOME desktop
|
||||||
Primer.
|
environment.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n gnome2-user-docs-%{version}
|
||||||
%patch -p0 -b .scrollkeeper-dtd
|
|
||||||
|
|
||||||
%build
|
%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
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make prefix=$RPM_BUILD_ROOT%{_prefix} install
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
which scrollkeeper-update > /dev/null 2>&1 && scrollkeeper-update
|
scrollkeeper-update
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
which scrollkeeper-update > /dev/null 2>&1 && scrollkeeper-update
|
scrollkeeper-update
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_prefix}/*
|
%{_datadir}/gnome
|
||||||
|
%{_datadir}/omf
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Thu Jun 13 2002 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- fix a scrollkeeper validation bug
|
- fix a scrollkeeper validation bug
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user