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