gconf-editor.spec
author gheet
Thu, 29 May 2003 10:30:45 +0000
changeset 210 73518c33dbab
parent 185 0ccd93e31cbd
child 270 7c780ed2757c
permissions -rw-r--r--
2003-05-29 Ghee Teo <[email protected]> * Updated build-gnome.pl, gconf-editor.spec, libgail-gnome.spec
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
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     3
Group:        Applications/System
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     4
Version:      0.4.0
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     5
Release:      1
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     6
Distribution: Mercury
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
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
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     9
Source:       ftp://ftp.gnome.org:21/pub/gnome/sources/gconf-editor/2.2/%{name}-%{version}.tar.bz2
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    10
URL:          http://www.gnome.org
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    11
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    12
Docdir:       %{_defaultdocdir}/%{name}
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    13
Autoreqprov:  on
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    14
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    15
%define GConf_version 2.2.0
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    16
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    17
BuildRequires: GConf-devel >= %{GConf_version}
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    18
Requires: GConf >= %{GConf_version}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    19
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    20
%description
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    21
gconf-editor allows you to browse and modify GConf configuration
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    22
sources.
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    23
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    24
%prep
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    25
%setup -q
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
%build
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    28
./configure --prefix=%{_prefix} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    29
	    --sysconfdir=%{_sysconfdir} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    30
	    --datadir=%{_datadir}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    31
make 
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    32
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    33
%install
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    34
rm -rf $RPM_BUILD_ROOT
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    35
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    36
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    37
make DESTDIR=$RPM_BUILD_ROOT install
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    38
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    39
210
73518c33dbab 2003-05-29 Ghee Teo <[email protected]>
gheet
parents: 185
diff changeset
    40
#%find_lang %{name}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    41
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    42
%clean
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    43
rm -rf $RPM_BUILD_ROOT
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    44
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    45
%files -f %{name}.lang
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    46
%defattr(-,root,root)
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    47
%{_bindir}/*
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    48
%{_datadir}/pixmaps
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    49
%{_datadir}/applications
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
%changelog
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    52
* Thu May 08 2003 - [email protected]
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    53
- Created new spec file for audiofile
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    54