gconf-editor.spec
author damiend
Tue, 22 Jun 2004 10:54:19 +0000
changeset 3183 0981dc98906f
parent 3162 c39a3a1d6184
child 3224 8ca3f4526524
permissions -rw-r--r--
Added LC_MESSAGES content to %files section of gconf-editor.spec to fix 5057066 - <[email protected]>
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
1862
8def78d25fc6 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1733
diff changeset
     4
Version:      2.5.4
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
     5
Release:      15
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
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
    10
Source1:      gconf-editor-l10n-po-1.1.tar.bz2
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    11
Source2:      gconf-editor.1.gz
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    12
Source3:      gconf-editor-docs-0.2.tar.bz2
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    13
Patch1:       gconf-editor-01-docs.diff
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    14
URL:          http://www.gnome.org
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    15
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    16
Docdir:       %{_defaultdocdir}/%{name}
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    17
Autoreqprov:  on
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    18
1294
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
    19
%define GConf_version 2.4.0.1
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    20
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    21
BuildRequires: GConf-devel >= %{GConf_version}
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    22
BuildRequires: javahelp-convert
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    23
Requires: GConf >= %{GConf_version}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    24
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    25
%description
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    26
gconf-editor allows you to browse and modify GConf configuration
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    27
sources.
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
%prep
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    30
%setup -q
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    31
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    32
bzcat %SOURCE1 | tar xvf -
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    33
bzcat %SOURCE3 | tar xvf -
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    34
%patch1 -p1
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
    35
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    36
%build
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    37
libtoolize --force
1733
6b6b4a984666 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    38
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    39
automake -a -c -f
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    40
autoconf
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    41
./configure --prefix=%{_prefix} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    42
	    --sysconfdir=%{_sysconfdir} \
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    43
	    --datadir=%{_datadir}
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    44
make 
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    45
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    46
%install
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    47
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    48
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 62
diff changeset
    49
make DESTDIR=$RPM_BUILD_ROOT install
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    50
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    51
install -d $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    52
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    53
#Copy zh_HK from zh_TW
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    54
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    55
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1466
diff changeset
    56
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
    57
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    58
javahelp-convert-install $RPM_BUILD_ROOT %{name} %{name}.xml
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    59
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    60
%clean
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    61
rm -rf $RPM_BUILD_ROOT
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    62
270
7c780ed2757c *** empty log message ***
mattk
parents: 210
diff changeset
    63
%files
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    64
%defattr(-,root,root)
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    65
%{_bindir}/*
3183
0981dc98906f Added LC_MESSAGES content to %files section of gconf-editor.spec
damiend
parents: 3162
diff changeset
    66
%{_datadir}/locale/*/LC_MESSAGES/*.mo
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    67
%{_datadir}/pixmaps
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    68
%{_datadir}/applications
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    69
%{_mandir}/man1/*
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    70
%{_datadir}/gnome
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    71
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    72
%changelog
3183
0981dc98906f Added LC_MESSAGES content to %files section of gconf-editor.spec
damiend
parents: 3162
diff changeset
    73
* Tue Jun 22 2004 - [email protected]
0981dc98906f Added LC_MESSAGES content to %files section of gconf-editor.spec
damiend
parents: 3162
diff changeset
    74
- Added LC_MESSAGES content to %files section
0981dc98906f Added LC_MESSAGES content to %files section of gconf-editor.spec
damiend
parents: 3162
diff changeset
    75
3162
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    76
* Thu Jun 17 2004 - [email protected]
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    77
- Add docs tarball
c39a3a1d6184 Added gconf-editor docs
mattk
parents: 3120
diff changeset
    78
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
    79
* 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
    80
- 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
    81
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
    82
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
    83
- 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
    84
1862
8def78d25fc6 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1733
diff changeset
    85
* Mon Feb 23 2004 - <[email protected]>
8def78d25fc6 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1733
diff changeset
    86
- uprevd to 2.5.4
8def78d25fc6 2004-02-23 Stephen Browne <[email protected]>
stephen
parents: 1733
diff changeset
    87
1733
6b6b4a984666 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    88
* Tue Feb 17 2004 - <[email protected]>
6b6b4a984666 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    89
- use ACLOCAL_FLAGS env during build
6b6b4a984666 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
    90
1466
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    91
* Wed Dec 17 2003 - <[email protected]>
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    92
- Bump to 2.5.1
94901a790ccf 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1373
diff changeset
    93
1373
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
    94
* Fri Oct 31 2003 - <[email protected]>
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
    95
- Remove the menu entry patch for adding Sun
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
    96
  Supported since we're removing the extras menu
6af794b4426d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1294
diff changeset
    97
1294
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
    98
* Mon Oct 20 2003 - <[email protected]>
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
    99
- updated to 2.4.0
6220a0289ddb *** empty log message ***
stephen
parents: 1195
diff changeset
   100
1033
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
   101
* Mon Aug 11 2003 -<[email protected]>
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
   102
- new version, reset release, remove glib2 include patch
f47e30a2b5c3 *** empty log message ***
stephen
parents: 1025
diff changeset
   103
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   104
* Fri Aug 01 2003 - <[email protected]>
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   105
- add some menu categorization
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   106
509
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
   107
* Wed Jul 09 2003 - <[email protected]>
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
   108
- add in sun po files
a02bfd885712 Adding Sun .po files
mick
parents: 413
diff changeset
   109
62
1d128f945f91 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   110
* Thu May 08 2003 - [email protected]
413
3e27fbbe6ce7 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
   111
- Created new spec file for gconf-editor