zenity.spec
author dc144907
Mon, 31 Jul 2006 16:49:49 +0000
changeset 7838 c8fee782b016
parent 7733 cda2ca595c86
child 7878 2bb7a2c1914f
permissions -rw-r--r--
2006-07-31 Damien Carbery <[email protected]> * gtk-doc.spec: Bump to 1.7. * zenity.spec: Bump to 2.15.90.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     1
#
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     2
# spec file for package zenity
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     3
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     6
# package are under the same license as the package itself.
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     7
#
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     8
Name:         zenity
998
d31ee179f0a7 Updated to LGPL
gman
parents: 831
diff changeset
     9
License:      LGPL
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
Group:        System/GUI/GNOME
7838
c8fee782b016 2006-07-31 Damien Carbery <[email protected]>
dc144907
parents: 7733
diff changeset
    11
Version:      2.15.90
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    12
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 569
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    15
Summary:      Show graphical dialog boxes from scripts
7733
cda2ca595c86 2006-07-23 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7599
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.15/%{name}-%{version}.tar.bz2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    17
Source1:      zenity.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    18
Source2:      gdialog.1.gz
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    19
URL:          http://www.gnome.org
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    20
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    21
Docdir:       %{_defaultdocdir}/%{name}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    22
Autoreqprov:  on
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    23
1914
c9d642d14447 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1876
diff changeset
    24
%define gtk2_version 2.3.1
1243
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    25
%define libgnomecanvas_version 2.4.0
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    26
%define GConf_version 2.4.0.1
1914
c9d642d14447 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1876
diff changeset
    27
%define libglade_version 2.3.1
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    28
%define popt_version 1.6.4
1243
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    29
%define scrollkeeper_version 0.3.12
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    30
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    31
Requires:	gtk2 >= %{gtk2_version}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    32
Requires:	libgnomecanvas >= %{libgnomecanvas_version}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    33
Requires:	GConf >= %{GConf_version}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    34
Requires:	libglade >= %{libglade_version}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    35
BuildRequires:  gtk2-devel >= %{gtk2_version}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    36
BuildRequires:  libgnomecanvas-devel >= %{libgnomecanvas_version}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    37
BuildRequires:  GConf-devel >= %{GConf_version}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    38
BuildRequires:  libglade-devel >= %{libglade_version}
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    39
BuildRequires:  popt-devel >= %{popt_version}
1073
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1028
diff changeset
    40
BuildRequires:  scrollkeeper >= %{scrollkeeper_version}
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    41
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    42
%description
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    43
Show graphical dialog boxes from the commandline or through scripts. Zenity is a 
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
predecessor to dialog.
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
%prep
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
%setup -q
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    48
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    50
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    51
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    52
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    53
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    54
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3715
diff changeset
    55
  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
    56
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    60
2234
ca2a9343c6fd 2004-03-17 Laszlo Peter <[email protected]>
laca
parents: 2222
diff changeset
    61
libtoolize --force
6568
11d5c39713cb * zenity.spec: Call intltoolize to build correctly.
dc144907
parents: 6564
diff changeset
    62
intltoolize --copy --force
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    63
aclocal $ACLOCAL_FLAGS 
2234
ca2a9343c6fd 2004-03-17 Laszlo Peter <[email protected]>
laca
parents: 2222
diff changeset
    64
automake -a -c -f
ca2a9343c6fd 2004-03-17 Laszlo Peter <[email protected]>
laca
parents: 2222
diff changeset
    65
autoconf
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    66
CFLAGS="$RPM_OPT_FLAGS" \
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    67
  ./configure \
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    68
	--prefix=%{_prefix} \
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    69
	--sysconfdir=%{_sysconfdir} \
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6689
diff changeset
    70
	--mandir=%{_mandir} \
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6689
diff changeset
    71
	--localstatedir=%{_localstatedir} \
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6689
diff changeset
    72
	--disable-scrollkeeper
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
make -j $CPUS
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    74
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    75
%install
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    76
make -i install DESTDIR=$RPM_BUILD_ROOT
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1461
diff changeset
    77
install -d $RPM_BUILD_ROOT%{_mandir}/man1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    78
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    79
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
1461
bad5068ec867 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1243
diff changeset
    80
#Copy zh_HK from zh_TW
bad5068ec867 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1243
diff changeset
    81
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1461
diff changeset
    82
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1461
diff changeset
    83
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    84
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
    85
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    86
#Remove some scrollkeeper files before packaging
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    87
rm -rf $RPM_BUILD_ROOT/%{_prefix}/var
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    88
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    89
%clean
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    90
rm -rf $RPM_BUILD_ROOT
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    91
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    92
%files
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    93
%defattr (-, root, root)
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    94
%{_bindir}/*
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    95
%{_datadir}/locale/*/LC_MESSAGES/*.mo
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    96
%{_datadir}/omf/zenity
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    97
%{_datadir}/zenity/*
1243
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    98
%{_datadir}/gnome/help
3715
a342d8c95541 zenity.spec: fixed man page file list issue
lk86177
parents: 3679
diff changeset
    99
%{_mandir}/man1/*
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   100
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   101
%changelog
7838
c8fee782b016 2006-07-31 Damien Carbery <[email protected]>
dc144907
parents: 7733
diff changeset
   102
* Mon Jul 31 2006 - [email protected]
c8fee782b016 2006-07-31 Damien Carbery <[email protected]>
dc144907
parents: 7733
diff changeset
   103
- Bump to 2.15.90.
7733
cda2ca595c86 2006-07-23 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7599
diff changeset
   104
* Sun Jul 23 2006 - [email protected]
cda2ca595c86 2006-07-23 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7599
diff changeset
   105
- Bump to 2.15.2
7599
de0aa8639408 2006-07-10 Brian Cameron <[email protected]>
bc99092
parents: 7042
diff changeset
   106
* Mon Jul 10 2006 - [email protected]
de0aa8639408 2006-07-10 Brian Cameron <[email protected]>
bc99092
parents: 7042
diff changeset
   107
- Bump to 2.14.2.
7042
79b2d7321216 2006-04-11 Damien Carbery <[email protected]>
dc144907
parents: 6929
diff changeset
   108
* Tue Apr 11 2006 - [email protected]
79b2d7321216 2006-04-11 Damien Carbery <[email protected]>
dc144907
parents: 6929
diff changeset
   109
- Bump to 2.14.1.
6929
b6b7dd7b0d80 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   110
* Tue Mar 14 2006 - [email protected]
b6b7dd7b0d80 2006-03-14 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   111
- Bump to 2.14.0.
6587
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6568
diff changeset
   112
* Tue Jan 17 2006 - [email protected]
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6568
diff changeset
   113
- Bump to 2.13.5
6568
11d5c39713cb * zenity.spec: Call intltoolize to build correctly.
dc144907
parents: 6564
diff changeset
   114
* Mon Jan 16 2006 - [email protected]
11d5c39713cb * zenity.spec: Call intltoolize to build correctly.
dc144907
parents: 6564
diff changeset
   115
- Call intltoolize to build correctly.
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6434
diff changeset
   116
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6434
diff changeset
   117
- Bump to 2.13.4
6434
4bbbb19ce7a3 zenity.spec: Bump to 2.13.3
dermotm
parents: 6299
diff changeset
   118
* Tue Dec 20 2005 - [email protected]
4bbbb19ce7a3 zenity.spec: Bump to 2.13.3
dermotm
parents: 6299
diff changeset
   119
- Bump to 2.13.3
6299
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   120
* Tue Nov 29 2005 - laca.com
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
   121
- remove javahelp stuff
6080
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5895
diff changeset
   122
* Tue Oct 11 2005 - [email protected]
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5895
diff changeset
   123
- Bump to 2.12.1
5895
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   124
* Sat Sep 17 2005 - [email protected]
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   125
- Bump to 2.12.0
5719
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5548
diff changeset
   126
* Mon Sep 05 2005 - [email protected]
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5548
diff changeset
   127
- Bump to 2.11.92.
5548
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   128
* Tue Aug 16 2005 - [email protected]
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   129
- Bump to 2.11.91.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   130
* Fri Jul 01 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   131
- Add pkgconfig patch
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   132
* Wed Jun 08 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   133
- Fix build. remove scrollkeeper files before packageing
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   134
* Tue May 25 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   135
- Fix build.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   136
* Thu May 12 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   137
- Bump to 2.10.0
5295
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   138
* Thu Mar 31 2005 - [email protected]
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   139
- Updated docs tarball (zenity-docs-0.3linux) from [email protected].
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   140
* Fri Jan 14 2005 - [email protected]
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   141
- Updated l10n help tarball for cinnabar-linux
4352
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   142
* Thu Oct 28 2004 - [email protected]
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   143
- Updated l10n help tarball and added pt_BR
3715
a342d8c95541 zenity.spec: fixed man page file list issue
lk86177
parents: 3679
diff changeset
   144
* Tue Aug 24 2004 - [email protected]
a342d8c95541 zenity.spec: fixed man page file list issue
lk86177
parents: 3679
diff changeset
   145
- fixed man page file list issue
3664
8cf0c5cfb717 * now.spec, gnome-address-applet.spec, file-roller.spec, bug-buddy.spec,
dc144907
parents: 3580
diff changeset
   146
* Fri Aug 20 2004 - [email protected]
8cf0c5cfb717 * now.spec, gnome-address-applet.spec, file-roller.spec, bug-buddy.spec,
dc144907
parents: 3580
diff changeset
   147
- Integrated updated docs tarball from [email protected].
3488
7f86036bf90e * bug-buddy.spec gnome-address-applet.spec gnome-applets.spec
dc144907
parents: 3451
diff changeset
   148
* Thu Aug 05 2004 - [email protected]
7f86036bf90e * bug-buddy.spec gnome-address-applet.spec gnome-applets.spec
dc144907
parents: 3451
diff changeset
   149
- Integrated docs tarball from [email protected]
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   150
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   151
- Updated l10n content to zenity-l10n-po-1.2.tar.bz2
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   152
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   153
- added "-j $CPUS" to make to speed up builds
2996
1c4d00017dad 2004-06-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 2958
diff changeset
   154
* Wed Jun  2 2004 - [email protected]
1c4d00017dad 2004-06-02 Takao Fujiwara <[email protected]>
fujiwara
parents: 2958
diff changeset
   155
- Added %SOURCE1 to install l10n messages
2737
3fbc8d8f1361 Updated to reflect 1.1 tarballs for l10n content
damiend
parents: 2619
diff changeset
   156
* Wed May 12 2004 - [email protected]
3fbc8d8f1361 Updated to reflect 1.1 tarballs for l10n content
damiend
parents: 2619
diff changeset
   157
- Updated l10n content to zenity-l10n-po-1.1.tar.bz2
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   158
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   159
- enable javahelp conversion on Solaris
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   160
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   161
- Javahelp conversion
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2290
diff changeset
   162
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2290
diff changeset
   163
- Updated l10n content to zenity-l10n-po-1.0.tar.bz2
2290
0dd9c3fadb2a 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   164
* Tue Mar 23 2004 - [email protected]
0dd9c3fadb2a 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   165
- Bump to 2.6.0
2234
ca2a9343c6fd 2004-03-17 Laszlo Peter <[email protected]>
laca
parents: 2222
diff changeset
   166
* Wed Mar 17 2004 - [email protected]
ca2a9343c6fd 2004-03-17 Laszlo Peter <[email protected]>
laca
parents: 2222
diff changeset
   167
- re-autotoolize to pick up fixed glib-gettext macros needed on Solaris
2222
7f47bfcc5ef1 2004-03-17 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   168
* Tue Mar 15 2004 - [email protected]
7f47bfcc5ef1 2004-03-17 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   169
- Remove man page patch since we do this 
7f47bfcc5ef1 2004-03-17 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   170
  with %files.
1914
c9d642d14447 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1876
diff changeset
   171
* Tue Feb 24 2004 - [email protected]
c9d642d14447 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1876
diff changeset
   172
- Update tarball to 2.5.2
1461
bad5068ec867 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1243
diff changeset
   173
* Wed Dec 17 2003 - [email protected]
bad5068ec867 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1243
diff changeset
   174
- Update tarball to 1.7
1243
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   175
* Mon Oct 13 2003 - [email protected]
e5d0ee5479f9 2003-10-13 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   176
- Update tarball
1028
c69ccc017773 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   177
* Mon Aug 11 2003 - [email protected]
c69ccc017773 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   178
- Update tarball
806
4417c190414d 2003-07-25 Niall Power <[email protected]>
niall
parents: 601
diff changeset
   179
* Fri Jul 25 2003 - [email protected]
4417c190414d 2003-07-25 Niall Power <[email protected]>
niall
parents: 601
diff changeset
   180
- Requires scrollkeeper for postinstall. Add a dependency
372
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   181
* Tue Jul 01 2003 - [email protected]
3b0615669df9 2003-07-01 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   182
- Initial Sun release