base-specs/glade.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16429 fe72291e50fd
child 17852 edfc096bfd70
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package glade
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
15274
61dffc5cb21d 2009-03-03 Halton Huo <[email protected]>
halton
parents: 14987
diff changeset
     4
# Copyright 2009 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16429
diff changeset
     8
%define owner hawklu
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16029
diff changeset
    10
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16029
diff changeset
    11
%define OSR gnome.org:0
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16029
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%include l10n.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:         glade
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
License:      GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        System/GUI/GNOME
16029
15f83002c2ff 2009-07-15 Christian Kelly <[email protected]>
chrisk
parents: 15910
diff changeset
    17
Version:      3.6.7
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      GLADE User Interface Builder for GNOME
15723
e2ea242cb36c 2009-05-05 Halton Huo <[email protected]>
halton
parents: 15274
diff changeset
    22
Source:       http://download.gnome.org/sources/%{name}3/3.6/%{name}3-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11831
diff changeset
    24
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11831
diff changeset
    25
Source2:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11831
diff changeset
    26
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Docdir:       %{_docdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%define scrollkeeper_version 0.3.14
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define libgnomeui_version 2.9.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define libxml2_version 2.4.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
BuildRequires: libxml2 >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Glade is a User Interface Builder for GTK+ and GNOME. This package contains GLADE  for the GTK + 2.0 and GNOME 2.0 Platform.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
9449
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
    44
%package devel
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
    45
Summary:      %{name} - Developer Libraries
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
    46
Group:        Development/Libraries/GNOME
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
    47
Requires:     %{name} = %{version}
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
    48
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%setup -q -n %{name}3-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
bzcat %SOURCE1 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
cd po-sun; make; cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
libtoolize --force
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10367
diff changeset
    69
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11831
diff changeset
    70
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11831
diff changeset
    71
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11831
diff changeset
    72
bash -x %SOURCE2 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11831
diff changeset
    73
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11831
diff changeset
    74
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
aclocal $ACLOCAL_FLAGS -I ./m4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
CFLAGS="$RPM_OPT_FLAGS" 	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
./configure  			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
	--prefix=%{_prefix} 	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
	--bindir=%{_bindir}	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
	--libdir=%{_libdir}	\
9449
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
    84
	--includedir=%{_includedir} \
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
    85
	--sysconfdir=%{_sysconfdir} \
9826
5e5069de41f4 * base-specs/glade.spec: use %gtk_doc_option in configure so
halton
parents: 9823
diff changeset
    86
	--disable-scrollkeeper	\
5e5069de41f4 * base-specs/glade.spec: use %gtk_doc_option in configure so
halton
parents: 9823
diff changeset
    87
	%{gtk_doc_option}
9449
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
    88
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
make -i install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%doc AUTHORS COPYING ChangeLog NEWS README
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%defattr (-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{_datadir}/locale/*/LC_MESSAGES/*.mo
9449
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   108
%{_datadir}/icons
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   109
%{_datadir}/omf/*
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   110
%{_datadir}/gnome/*
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   111
%{_datadir}/glade*
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   112
%{_mandir}/man1/*
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   113
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   114
%defattr(-, root, root)
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   115
%{_includedir}/*
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   116
%{_libdir}/pkgconfig/*.pc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%changelog
16029
15f83002c2ff 2009-07-15 Christian Kelly <[email protected]>
chrisk
parents: 15910
diff changeset
   119
* Wed Jul 15 2009 - [email protected]
15f83002c2ff 2009-07-15 Christian Kelly <[email protected]>
chrisk
parents: 15910
diff changeset
   120
- Bump to 3.6.7.
15910
dfceea01a065 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15723
diff changeset
   121
* Tue Jun 16 2009 - [email protected]
dfceea01a065 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15723
diff changeset
   122
- Bump to 3.6.5.
15723
e2ea242cb36c 2009-05-05 Halton Huo <[email protected]>
halton
parents: 15274
diff changeset
   123
* Tue May 05 2009 - [email protected]
e2ea242cb36c 2009-05-05 Halton Huo <[email protected]>
halton
parents: 15274
diff changeset
   124
- Bump to 3.6.3
e2ea242cb36c 2009-05-05 Halton Huo <[email protected]>
halton
parents: 15274
diff changeset
   125
* Tue May 03 2008 - [email protected]
15274
61dffc5cb21d 2009-03-03 Halton Huo <[email protected]>
halton
parents: 14987
diff changeset
   126
- Bump to 3.5.7.
12257
7325f6bb36ac 2008-05-06 Damien Carbery <[email protected]>
dcarbery
parents: 12162
diff changeset
   127
* Tue May 06 2008 - [email protected]
7325f6bb36ac 2008-05-06 Damien Carbery <[email protected]>
dcarbery
parents: 12162
diff changeset
   128
- Bump to 3.4.5.
12162
920d3a51c04d 2008-04-18 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   129
* Fri Apr 18 2008 - [email protected]
920d3a51c04d 2008-04-18 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   130
- Bump to 3.4.4.
11831
4d2ade7874f2 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11542
diff changeset
   131
* Mon Mar 10 2008 - [email protected]
4d2ade7874f2 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11542
diff changeset
   132
- Bump to 3.4.3.
11332
7e2c3f0e4df6 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 10514
diff changeset
   133
* Tue Dec 18 2007 - [email protected]
7e2c3f0e4df6 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 10514
diff changeset
   134
- Bump to 3.4.1.
10514
341814d22758 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10407
diff changeset
   135
* Tue Sep 18 2007 - [email protected]
341814d22758 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10407
diff changeset
   136
- Bump to 3.4.0.
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10367
diff changeset
   137
* Thu Aug 30 2007 - [email protected]
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 10367
diff changeset
   138
- Add intltoolize call to update intltool scripts.
10367
a4410d8bccc9 2007-08-23 Damien Carbery <[email protected]>
dcarbery
parents: 10231
diff changeset
   139
* Thu Aug 23 2007 - [email protected]
a4410d8bccc9 2007-08-23 Damien Carbery <[email protected]>
dcarbery
parents: 10231
diff changeset
   140
- Bump to 3.3.4.
10231
f930443c6ce1 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10208
diff changeset
   141
* Mon Jul 30 2007 - [email protected]
f930443c6ce1 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10208
diff changeset
   142
- Bump to 3.3.3.
10208
bf139fc45c52 * base-specs/glade.spec: Bump to 3.3.2.
halton
parents: 10070
diff changeset
   143
* Tue Jul 24 2007 - [email protected]
bf139fc45c52 * base-specs/glade.spec: Bump to 3.3.2.
halton
parents: 10070
diff changeset
   144
- Bump to 3.3.2.
10070
c1f2f117978f 2007-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 9993
diff changeset
   145
* Mon Jun 18 2007 - [email protected]
c1f2f117978f 2007-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 9993
diff changeset
   146
- Bump to 3.3.1.
9993
58480f4c564f * base-specs/glade.spec: Bump to 3.3.0.
halton
parents: 9954
diff changeset
   147
* Wed Jun 06 2007 - [email protected]
58480f4c564f * base-specs/glade.spec: Bump to 3.3.0.
halton
parents: 9954
diff changeset
   148
- Bump to 3.3.0.
9954
290bb1f2c434 Bump to 3.2.2.
dcarbery
parents: 9826
diff changeset
   149
* Mon May 28 2007 - [email protected]
290bb1f2c434 Bump to 3.2.2.
dcarbery
parents: 9826
diff changeset
   150
- Bump to 3.2.2.
9823
3dac6125afff * base-specs/glade.spec: Bump to 3.2.1, add --enable-gtk-doc.
halton
parents: 9543
diff changeset
   151
* Thu May 03 2007 - [email protected]
3dac6125afff * base-specs/glade.spec: Bump to 3.2.1, add --enable-gtk-doc.
halton
parents: 9543
diff changeset
   152
- Bump to 3.2.1.
9826
5e5069de41f4 * base-specs/glade.spec: use %gtk_doc_option in configure so
halton
parents: 9823
diff changeset
   153
- Use %gtk_doc_option in configure
9543
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9449
diff changeset
   154
* Tue Mar 13 2007 - [email protected]
b77030628301 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9449
diff changeset
   155
- Bump to 3.2.0. Remove upstream patch, 01-Wall-remove.
9449
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   156
* Tue Mar 06 2007 - [email protected]
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   157
- Add --disable-scrollkeeper when run ./configure
015526c4e43b * base-specs/glade.spec: Add --disable-scrollkeeper, update %files.
halton
parents: 9397
diff changeset
   158
- Update %files.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Wed Feb 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- Bump to 3.1.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Add patch 01-Wall-remove.diff to fix bugzilla #412993.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- Remove obsoleted patch 01-menu-entry.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Add Add l10n tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Bump to 2.12.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Tue Nov 29 2005 - laca.com
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Tue Sep 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Bump to 2.10.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Tue Jun 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Bump to 2.10.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Fri Mar 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- 6227253 : Remove glade-faq*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Fri Feb 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Added dummy l10n help files to follow base bug updates
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Mon Feb 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Integrate docs tarball (glade-docs-0.1) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Added --libdir and --bindir to configure opts so they can be redirected
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
  on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Tue Sep 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Added glade-03-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Updated l10n content to glade-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Mon Jun  7 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Add 'touch po/*.po' to use sun messages files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- Add glade-02-g11n-linguas.diff to add zh_TW, zh_HK.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
* Fri May 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- Add back menu entry, and rename it to Interface Editor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- Updated l10n content to glade-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
* Tue Apr 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
- bump to 2.6.0 release
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- add main menu entry .desktop file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Sun Apr 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- enable javahelp conversion on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Thu Apr 01 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- javahelp conversion
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Wed Mar 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- replace tar jxf with the more solaris friendly
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
  bzcat piped through tar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Adding glade-l10n-po-1.0.tar.bz2 l10n content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Fri Mar 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- added $ACLOCAL_FLAGS to aclocal call, needed for Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Tue Mar 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- Remove the menu entry patch as %files does
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
  this for free.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Thu Nov 14 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Bump to 2.0.1 tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Thu Nov 14 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- Remove the menu entry as per spec.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Fri Oct 31 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- Remove the Sun Supported part of the menu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
  patch since we're removing the Extras menu.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
* Fri Aug 01 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
- Add menu categorization
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
* Tue Jul 22 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- Updated POTFILES.in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Wed Jul 09 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
- Initial Sun Release