gconf-editor.spec
author gman
Tue, 16 Dec 2003 23:49:42 +0000
changeset 1466 94901a790ccf
parent 1373 6af794b4426d
child 1522 c8efb7f0f398
permissions -rw-r--r--
2003-12-17 Glynn Foster <[email protected]> * gconf-editor.spec: Bump to 2.5.1
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
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
     4
Version:      2.5.1
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
     5
Release:      1.
1294
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
     6
Distribution: QuickSilver
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
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
     9
Source:       http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.5/%{name}-%{version}.tar.bz2
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    10
Source1:      gconf-editor-l10n-po-0.6.tar.bz2
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    11
Source2:      gconf-editor.1.gz
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    12
URL:          http://www.gnome.org
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    13
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    14
Docdir:       %{_defaultdocdir}/%{name}
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    15
Autoreqprov:  on
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    16
1294
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
    17
%define GConf_version 2.4.0.1
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    18
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    19
BuildRequires: GConf-devel >= %{GConf_version}
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    20
Requires: GConf >= %{GConf_version}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    21
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    22
%description
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    23
gconf-editor allows you to browse and modify GConf configuration
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    24
sources.
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    25
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    26
%prep
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    27
%setup -q
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    28
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    29
tar jxvf %SOURCE1
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    30
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    31
%build
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    32
libtoolize --force
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    33
aclocal -I /usr/share/aclocal/gnome2-macros
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    34
automake -a -c -f
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    35
autoconf
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    36
./configure --prefix=%{_prefix} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    37
	    --sysconfdir=%{_sysconfdir} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    38
	    --datadir=%{_datadir}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    39
make 
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    40
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    41
%install
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    42
rm -rf $RPM_BUILD_ROOT
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
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    45
make DESTDIR=$RPM_BUILD_ROOT install
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    46
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    47
install -d $RPM_BUILD_ROOT/usr/share/man/man1
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    48
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT/usr/share/man/man1
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    49
#Copy zh_HK from zh_TW
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    50
#Fixes bug 4930405
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    51
install -d $RPM_BUILD_ROOT/usr/share/locale/zh_HK/LC_MESSAGES
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    52
install --mode=0644 $RPM_BUILD_ROOT/usr/share/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT/usr/share/locale/zh_HK/LC_MESSAGES/
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    53
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    54
%clean
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    55
rm -rf $RPM_BUILD_ROOT
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    56
270
7c780ed2757c *** empty log message ***
mattk
parents: 210
diff changeset
    57
%files
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    58
%defattr(-,root,root)
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    59
%{_bindir}/*
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    60
%{_datadir}/pixmaps
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    61
%{_datadir}/applications
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    62
%{_mandir}/man1/*
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    63
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    64
%changelog
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    65
* Wed Dec 17 2003 - <[email protected]>
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    66
- Bump to 2.5.1
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    67
1373
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
    68
* Fri Oct 31 2003 - <[email protected]>
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
    69
- Remove the menu entry patch for adding Sun
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
    70
  Supported since we're removing the extras menu
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
    71
1294
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
    72
* Mon Oct 20 2003 - <[email protected]>
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
    73
- updated to 2.4.0
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
    74
1033
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
    75
* Mon Aug 11 2003 -<[email protected]>
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
    76
- new version, reset release, remove glib2 include patch
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
    77
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    78
* Fri Aug 01 2003 - <[email protected]>
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    79
- add some menu categorization
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    80
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    81
* Wed Jul 09 2003 - <[email protected]>
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    82
- add in sun po files
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    83
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    84
* Thu May 08 2003 - [email protected]
413
3e27fbbe6ce7 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
    85
- Created new spec file for gconf-editor