gnome-user-docs.spec
changeset 532 e239002e7d01
child 538 45337f7599fd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gnome-user-docs.spec	Fri Jul 11 07:42:19 2003 +0000
@@ -0,0 +1,55 @@
+#
+# Copyright (c) Sun Microsystems Inc.
+#
+Name:		        gnome-user-docs
+License:		FDL
+Group:			Documentation
+BuildArchitectures:	noarch
+Version:		2.0.6
+Release:		1
+Distribution:		Mercury
+Vendor:			Sun Microsystems Inc.
+Summary:		User Documentation for the GNOME desktop
+Source:		        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.2/gnome2-user-docs-%{version}.tar.bz2	
+URL:			http://developer.gnome.org/projects/gdp/
+BuildRoot:		%{_tmppath}/%{name}-%{version}-build
+Docdir:			%{_defaultdocdir}/doc
+
+%define			scrollkeeper_version 0.3.11
+
+Requires:		scrollkeeper >= %{scrollkeeper_version}
+
+%description
+This package contains general GNOME user documentation which is not 
+directly associated with any particular GNOME application or package.
+
+%prep
+%setup -q -n gnome2-user-docs-%{version}
+
+%build
+./configure --prefix=%{_prefix}			\
+            --datadir=%{_datadir}
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
+
+%postun
+if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
+
+%files
+%defattr(-,root,root)
+%doc COPYING COPYING-DOCS AUTHORS README ChangeLog NEWS INSTALL
+%{_datadir}/gnome/help/*
+%{_datadir}/omf/*
+
+%changelog
+* Fri Jul 11 2003 Laca Peter <[email protected]>
+- Initial version