gconf-editor.spec
author dermotm
Mon, 17 Jan 2005 10:53:00 +0000
changeset 4860 36c23f7402f2
parent 4846 ffaaacbb77db
child 4867 e8cfe7e64783
permissions -rw-r--r--
Incremented release numbers for build 27
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
3619
0ba798f54e1c 2004-08-19 Glynn Foster <[email protected]>
gman
parents: 3616
diff changeset
     4
Version:      2.6.2
4860
36c23f7402f2 Incremented release numbers for build 27
dermotm
parents: 4846
diff changeset
     5
Release:      27
1862
8def78d25fc6 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1733
diff changeset
     6
Distribution: Cinnabar
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
4846
ffaaacbb77db Uprevved l10n po tarball version from 1.10 to 1.11 in all spec files
miles
parents: 4844
diff changeset
    10
Source1:      gconf-editor-l10n-po-1.11.tar.bz2
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    11
Source2:      gconf-editor.1.gz
3616
a668c74e02b9 * gconf-editor.spec: Integrate new docs tarball from [email protected].
dc144907
parents: 3580
diff changeset
    12
Source3:      gconf-editor-docs-0.3.tar.bz2
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
    13
Source4:      gconf-editor-l10n-online-help-ci-linux.tar.bz2
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    14
Source5:      l10n-configure.sh
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    15
Patch1:       gconf-editor-01-docs.diff
3271
bf3ac2182e4b 2004-07-08 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3263
diff changeset
    16
Patch2:       gconf-editor-02-enable-help.diff
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    17
Patch3:       gconf-editor-03-l10n-online-help.diff
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    18
URL:          http://www.gnome.org
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    19
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    20
Docdir:       %{_defaultdocdir}/%{name}
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    21
Autoreqprov:  on
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    22
1294
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
    23
%define GConf_version 2.4.0.1
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    24
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    25
BuildRequires: GConf-devel >= %{GConf_version}
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    26
BuildRequires: javahelp-convert
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    27
Requires: GConf >= %{GConf_version}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    28
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    29
%description
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    30
gconf-editor allows you to browse and modify GConf configuration
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    31
sources.
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
%prep
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    34
%setup -q
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    35
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    36
bzcat %SOURCE1 | tar xvf -
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    37
bzcat %SOURCE3 | tar xvf -
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    38
bzcat %SOURCE4 | tar xvf -
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    39
%patch1 -p1
3271
bf3ac2182e4b 2004-07-08 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3263
diff changeset
    40
%patch2 -p1
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    41
%patch3 -p1
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    42
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    43
bash -x %SOURCE5
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    44
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    45
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    46
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    47
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    48
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    49
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    50
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3734
diff changeset
    51
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    52
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    53
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    54
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    57
libtoolize --force
1733
6b6b4a984666 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    58
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    59
automake -a -c -f
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    60
autoconf
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    61
./configure --prefix=%{_prefix} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    62
	    --sysconfdir=%{_sysconfdir} \
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3619
diff changeset
    63
	    --datadir=%{_datadir} \
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3619
diff changeset
    64
	    --mandir=%{_mandir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
make -j $CPUS
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    66
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    67
%install
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    68
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    69
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    70
make DESTDIR=$RPM_BUILD_ROOT install
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    71
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    72
install -d $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    73
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    74
#Copy zh_HK from zh_TW
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    75
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    76
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    77
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    78
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    79
javahelp-convert-install $RPM_BUILD_ROOT %{name} %{name}.xml
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    80
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    81
%clean
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    82
rm -rf $RPM_BUILD_ROOT
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    83
270
7c780ed2757c *** empty log message ***
mattk
parents: 210
diff changeset
    84
%files
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    85
%defattr(-,root,root)
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    86
%{_bindir}/*
3183
0981dc98906f Added LC_MESSAGES content to %files section of gconf-editor.spec
damiend
parents: 3162
diff changeset
    87
%{_datadir}/locale/*/LC_MESSAGES/*.mo
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    88
%{_datadir}/pixmaps
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    89
%{_datadir}/applications
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    90
%{_mandir}/man1/*
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    91
%{_datadir}/gnome
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3619
diff changeset
    92
%{_datadir}/omf/gconf-editor/*.omf
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    93
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    94
%changelog
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
    95
* Fri Jan 14 2005 - [email protected]
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
    96
- Updated l10n help tarball for cinnabar-linux
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
    97
                                                                                
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    98
* Wed Aug 25 2004 - [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
    99
* Added l10n online help
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   100
3619
0ba798f54e1c 2004-08-19 Glynn Foster <[email protected]>
gman
parents: 3616
diff changeset
   101
* Thu Aug 19 2004 - [email protected]
0ba798f54e1c 2004-08-19 Glynn Foster <[email protected]>
gman
parents: 3616
diff changeset
   102
- Bump to 2.6.2
0ba798f54e1c 2004-08-19 Glynn Foster <[email protected]>
gman
parents: 3616
diff changeset
   103
3616
a668c74e02b9 * gconf-editor.spec: Integrate new docs tarball from [email protected].
dc144907
parents: 3580
diff changeset
   104
* Wed Aug 18 2004 - [email protected]
a668c74e02b9 * gconf-editor.spec: Integrate new docs tarball from [email protected].
dc144907
parents: 3580
diff changeset
   105
- Integrated new docs tarball from [email protected]
a668c74e02b9 * gconf-editor.spec: Integrate new docs tarball from [email protected].
dc144907
parents: 3580
diff changeset
   106
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3271
diff changeset
   107
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3271
diff changeset
   108
- Updated l10n content to gconf-editor-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3271
diff changeset
   109
3271
bf3ac2182e4b 2004-07-08 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3263
diff changeset
   110
* Thu Jul 08 2004 - [email protected]
bf3ac2182e4b 2004-07-08 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3263
diff changeset
   111
- Add a Help->Contents menu item. Fixes bug #5038096
bf3ac2182e4b 2004-07-08 Balamurali Viswanathan <[email protected]>
bviswa
parents: 3263
diff changeset
   112
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3619
diff changeset
   113
* Thu Jul 08 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3619
diff changeset
   114
- ported to rpm4/suse91
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3619
diff changeset
   115
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   116
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   117
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   118
3183
0981dc98906f Added LC_MESSAGES content to %files section of gconf-editor.spec
damiend
parents: 3162
diff changeset
   119
* Tue Jun 22 2004 - [email protected]
0981dc98906f Added LC_MESSAGES content to %files section of gconf-editor.spec
damiend
parents: 3162
diff changeset
   120
- Added LC_MESSAGES content to %files section
0981dc98906f Added LC_MESSAGES content to %files section of gconf-editor.spec
damiend
parents: 3162
diff changeset
   121
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
   122
* Thu Jun 17 2004 - [email protected]
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
   123
- Add docs tarball
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
   124
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   125
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   126
- Updated l10n content to gconf-editor-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   127
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   128
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   129
- Updated l10n content to gconf-editor-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   130
1862
8def78d25fc6 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1733
diff changeset
   131
* Mon Feb 23 2004 - <[email protected]>
8def78d25fc6 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1733
diff changeset
   132
- uprevd to 2.5.4
8def78d25fc6 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1733
diff changeset
   133
1733
6b6b4a984666 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   134
* Tue Feb 17 2004 - <[email protected]>
6b6b4a984666 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   135
- use ACLOCAL_FLAGS env during build
6b6b4a984666 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   136
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
   137
* Wed Dec 17 2003 - <[email protected]>
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
   138
- Bump to 2.5.1
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
   139
1373
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
   140
* Fri Oct 31 2003 - <[email protected]>
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
   141
- Remove the menu entry patch for adding Sun
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
   142
  Supported since we're removing the extras menu
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
   143
1294
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
   144
* Mon Oct 20 2003 - <[email protected]>
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
   145
- updated to 2.4.0
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
   146
1033
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
   147
* Mon Aug 11 2003 -<[email protected]>
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
   148
- new version, reset release, remove glib2 include patch
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
   149
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   150
* Fri Aug 01 2003 - <[email protected]>
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   151
- add some menu categorization
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   152
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
   153
* Wed Jul 09 2003 - <[email protected]>
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
   154
- add in sun po files
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
   155
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   156
* Thu May 08 2003 - [email protected]
413
3e27fbbe6ce7 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
   157
- Created new spec file for gconf-editor