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:
parent
a8090fb5ef
commit
6e8022df0d
@ -0,0 +1 @@
|
|||||||
|
gnome-user-docs-1.4.1.tar.gz
|
51
gnome-user-docs.spec
Normal file
51
gnome-user-docs.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user