2003-05-13 Niall Power <[email protected]>
authorniall
Tue, 13 May 2003 17:10:28 +0000
changeset 51 e11423792b59
parent 50 81e0d477339a
child 52 bce902e9d85d
2003-05-13 Niall Power <[email protected]> * eel.spec: new file
ChangeLog
eel.spec
--- a/ChangeLog	Tue May 13 16:45:41 2003 +0000
+++ b/ChangeLog	Tue May 13 17:10:28 2003 +0000
@@ -1,3 +1,6 @@
+2003-05-13 Niall Power <[email protected]>
+	* eel.spec: new file
+
 2003-05-13 Matt Keenan <[email protected]>
 	* gnome-vfs.spec: Cleaned up a little
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eel.spec	Tue May 13 17:10:28 2003 +0000
@@ -0,0 +1,69 @@
+#
+# spec file for package eel (Version 2.2.2)
+#
+# Copyright (c) 2003 Sun Microsystems Inc.
+# This file and all modifications and additions to the pristine
+# package are under the same license as the package itself.
+#
+
+Name:         eel
+License:      GPL
+Group:        Development/Libraries/GNOME
+Autoreqprov:  on
+Version:      2.2.2
+Release:      1
+Distribution: Mercury
+Vendor:       Sun Microsystems Inc.
+Summary:      The Eazel Extensions Library for GNOME 2.2
+Source:       ftp://ftp.gnome.org/pub/gnome/sources/eel/eel-%{version}.tar.bz2
+URL:          http://www.gnome.org
+BuildRoot:    %{_tmppath}/%{name}-%{version}-build
+Docdir:       %{_defaultdocdir}/eel2
+
+%description
+This library extends the Gtk+ library with some useful routines for
+applications like Nautilus.
+
+%prep
+%setup -q
+
+%build
+libtoolize --force
+aclocal
+autoconf
+%configure
+
+make 
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+# mkdir -p $RPM_BUILD_ROOT/usr/%_lib/pkgconfig
+# cp $RPM_BUILD_ROOT/opt/gnome2/%_lib/pkgconfig/* \
+#	$RPM_BUILD_ROOT/usr/%_lib/pkgconfig/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%doc AUTHORS COPYING ChangeLog NEWS README
+%defattr (-, root, root)
+%{_libdir}/*so*
+%{_datadir}/locale/*/LC_MESSAGES/*.mo
+
+%package devel
+Summary:      The development files for the eel library
+Group:        Development/Libraries/GNOME
+Autoreqprov:  on
+
+%description devel
+This packages contains the header and library files to develop with
+the eel library. See package eel.
+
+%files devel
+%{_libdir}/pkgconfig/*.pc
+%{_includedir}/eel-2
+%{_libdir}/*a
+
+%changelog
+* Thu May 01 2003 - [email protected]
+- Changed version to 2.2.2 and use standard prefixes