SPEC File for users-guide



Here's another attempt at getting a SPEC file merged into users-guide.

John

%define ver	1.2
%define rel	1
%define prefix	/usr

Summary: The GNOME Users' Guide.
Name: gnome-users-guide
Version: %ver
Release: %rel
Copyright: GPL
Group: Documentation
Source: users-guide-%{PACKAGE_VERSION}.tar.gz

BuildRoot:/var/tmp/users-guide-%{PACKAGE_VERSION}-root
Docdir: %{prefix}/doc
BuildArchitectures: noarch

%description
This package will install the users' guide for the
GNOME Desktop Environment on your computer.

You should install this package if you are going to
use GNOME and you want a quick, handy reference.

%prep
%setup -n users-guide-%{PACKAGE_VERSION}

%build
./configure --prefix=%{prefix}

%install

rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT/%{prefix} install 

%clean
rm -rf $RPM_BUILD_ROOT

%changelog

* Thu May 25 2000 John Gotts <jgotts@linuxsavvy.com>
- version 1.2
- added some more items to the documentation; is there a convention for what
  should be included?

* Fri Sep 10 1999 John Gotts <jgotts@linuxsavvy.com>
- version 1.0.6
- created/merged from Red Hat SPEC file/removed German hack

* Fri Apr 02 1999 Michael Fulbright <drmike@redhat.com>
- version 1.0.5

* Mon Mar 22 1999 Michael Fulbright <drmike@redhat.com>
- version 1.0.4

* Mon Mar 15 1999 Michael Fulbright <drmike@redhat.com>
- version 1.0.3

* Fri Mar 12 1999 Michael Fulbright <drmike@redhat.com>
- version 1.0.2

* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
- version 0.99.5rh - special version for 5.2/GNOME beta CD

* Mon Feb 08 1999 Michael Fulbright <drmike@redhat.com>
- version 0.99.5

* Thu Feb 04 1999 Michael Fulbright <drmike@redhat.com>
- version 0.99.3

* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
- version 0.99.2
* Thu Dec 17 1998 Michael Fulbright <drmike@redhat.com>
- first pass at a spec file

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{prefix}/share/gnome/help/users-guide/C

--
John GOTTS <jgotts@linuxsavvy.com>  http://www.linuxsavvy.com/staff/jgotts




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]