auto-import changelog data from gnome-user-docs-1.4.1-1.src.rpm

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
This commit is contained in:
cvsdist 2004-09-09 05:37:27 +00:00
parent a8090fb5ef
commit 6e8022df0d
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1 @@
gnome-user-docs-1.4.1.tar.gz

51
gnome-user-docs.spec Normal file
View File

@ -0,0 +1,51 @@
%define version 1.4.1
Summary: GNOME User Documentation
Name: gnome-user-docs
Version: %{version}
Release: 1
Copyright: FDL
Source: gnome-user-docs-%{version}.tar.gz
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
%setup
%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
* 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

View File

@ -0,0 +1 @@
f680f5da316d5e93fc1e129acdcbeca3 gnome-user-docs-1.4.1.tar.gz