gconf-editor.spec
author dermotm
Mon, 11 Aug 2003 08:32:43 +0000
changeset 1025 a32d1ed4f10d
parent 1001 ddcdc50c16ca
child 1033 f47e30a2b5c3
permissions -rw-r--r--
Updated all Release numbers for build 06
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     1
Name:         gconf-editor
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     2
License:      GPL
413
3e27fbbe6ce7 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
     3
Group:        System/GUI/GNOME
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     4
Version:      0.4.0
1025
a32d1ed4f10d Updated all Release numbers for build 06
dermotm
parents: 1001
diff changeset
     5
Release:      9
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     6
Distribution: Mercury
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
     7
Vendor:       Sun Microsystems, Inc.
210
73518c33dbab 2003-05-29 Ghee Teo <[email protected]>
gheet
parents: 185
diff changeset
     8
Summary:      Editor/admin tool for GConf
1001
ddcdc50c16ca 2003-08-07 Glynn Foster <[email protected]>
gman
parents: 892
diff changeset
     9
Source:       http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/0.4/%{name}-%{version}.tar.bz2
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    10
Source1:      gconf-editor-l10n-po.tar.bz2
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    11
Patch1:       gconf-editor-01-glib2-include.diff
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    12
Patch2:       gconf-editor-02-menu-entry.diff
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    13
URL:          http://www.gnome.org
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    14
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    15
Docdir:       %{_defaultdocdir}/%{name}
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    16
Autoreqprov:  on
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    17
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    18
%define GConf_version 2.2.0
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    19
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    20
BuildRequires: GConf-devel >= %{GConf_version}
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    21
Requires: GConf >= %{GConf_version}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    22
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    23
%description
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    24
gconf-editor allows you to browse and modify GConf configuration
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    25
sources.
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    26
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    27
%prep
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    28
%setup -q
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    29
%patch1 -p1
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    30
%patch2 -p1
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    31
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    32
tar jxvf %SOURCE1
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    33
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    34
%build
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    35
libtoolize --force
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    36
aclocal -I /usr/share/aclocal/gnome2-macros
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    37
automake -a -c -f
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    38
autoconf
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    39
./configure --prefix=%{_prefix} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    40
	    --sysconfdir=%{_sysconfdir} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    41
	    --datadir=%{_datadir}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    42
make 
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    43
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    44
%install
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    45
rm -rf $RPM_BUILD_ROOT
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    46
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    47
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    48
make DESTDIR=$RPM_BUILD_ROOT install
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    49
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    50
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    51
%clean
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    52
rm -rf $RPM_BUILD_ROOT
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    53
270
7c780ed2757c *** empty log message ***
mattk
parents: 210
diff changeset
    54
%files
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    55
%defattr(-,root,root)
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    56
%{_bindir}/*
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    57
%{_datadir}/pixmaps
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    58
%{_datadir}/applications
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    59
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    60
%changelog
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    61
* Fri Aug 01 2003 - <[email protected]>
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    62
- add some menu categorization
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    63
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    64
* Wed Jul 09 2003 - <[email protected]>
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    65
- add in sun po files
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    66
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    67
* Thu May 08 2003 - [email protected]
413
3e27fbbe6ce7 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
    68
- Created new spec file for gconf-editor