2003-05-13 Ghee Teo <[email protected]>
authorgheet
Tue, 13 May 2003 20:36:36 +0000
changeset 62 1d128f945f91
parent 61 b74bb85b99f3
child 63 b6f61211d81f
2003-05-13 Ghee Teo <[email protected]> * added gconf-editor.spec: new file.
ChangeLog
gconf-editor.spec
--- a/ChangeLog	Tue May 13 20:12:10 2003 +0000
+++ b/ChangeLog	Tue May 13 20:36:36 2003 +0000
@@ -1,3 +1,6 @@
+2003-05-13 Ghee Teo <[email protected]>
+	* added gconf-editor.spec: new file.
+
 2003-05-13 Ghee Teo <[email protected]>
 	* added gnome-games.spec: new file.
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gconf-editor.spec	Tue May 13 20:36:36 2003 +0000
@@ -0,0 +1,60 @@
+#
+# spec file for package gconf-editor 
+#
+# 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:         gconf-editor
+License:      GPL
+Group:        Applications/System
+Autoreqprov:  on
+Version:      0.4.0
+Release:      1
+Distribution: Mercury
+Vendor:       Sun Microsystems Inc.
+Summary:      Audio File Library
+Source:       ftp://ftp.gnome.org:21/pub/gnome/sources/gconf-editor/2.2/%{name}-%{version}.tar.bz2
+URL:          http://www.gnome.org
+BuildRoot:    %{_tmppath}/%{name}-%{version}-build
+Docdir:       %{_defaultdocdir}/%{name}
+
+%description
+gconf-editor allows you to browse and modify GConf configuration
+sources.
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make 
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%makeinstall
+
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
+make install DESTDIR=$RPM_BUILD_ROOT
+unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+
+%find_lang %{name}
+
+%post
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-,root,root)
+%{_bindir}/*
+%{_datadir}/pixmaps
+%{_datadir}/applications
+
+%changelog
+* Thu May 08 2003 - [email protected]
+- Created new spec file for audiofile
+