gtksourceview.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 19078 a6e7d195f684
child 8800 354f100c8a0f
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
     1
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package gtksourceview
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
     7
#
8564
df62c23d2955 assign owners to spec files
laca
parents: 8501
diff changeset
     8
# Owner: hawklu
df62c23d2955 assign owners to spec files
laca
parents: 8501
diff changeset
     9
#
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    10
Name:			gtksourceview
1316
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
    11
License:		GPL
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    12
Group:			System/Libraries
8234
1394f91eaa30 2006-10-02 Damien Carbery <[email protected]>
dc144907
parents: 8052
diff changeset
    13
Version:		1.8.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Release:		1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Distribution:		Java Desktop System
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    16
Vendor:			Sun Microsystems, Inc.
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    17
Summary:		Syntax highlighting text widget
8052
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8041
diff changeset
    18
Source:			http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.8/%{name}-%{version}.tar.bz2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    19
Source1:		libgtksourceview-1.0.3.gz
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    20
URL:			http://www.gnome.org/
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    21
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    22
Docdir:			%{_defaultdocdir}/doc
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    23
Autoreqprov:		on
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    24
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    25
%define libxml_version 2.5.0
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    26
%define gtk2_version 2.2.0
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    27
%define libgnomeprint_version 2.2.0
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    28
%define gnome_vfs_version 2.2.0
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    29
1316
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
    30
BuildRequires: gnome-vfs-devel >= %{gnome_vfs_version}
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
    31
BuildRequires: gtk2-devel >= %{gtk2_version}
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
    32
BuildRequires: libgnomeprint-devel >= %{libgnomeprint_version}
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    33
BuildRequires: libxml2-devel >= %{libxml_version}
1556
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
    34
BuildRequires: libgnomeprintui
1316
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
    35
Requires: gnome-vfs >= %{gnome_vfs_version}
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
    36
Requires: gtk2 >= %{gtk2_version}
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
    37
Requires: libgnomeprint >= %{libgnomeprint_version}
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
    38
Requires: libxml2 >= %{libxml_version}
1556
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
    39
Requires: libgnomeprintui
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    40
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    41
%description
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    42
GtkSourceView is a text widget that extends the standard gtk+ 2.x text widget
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    43
GtkTextView.
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    44
 
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    45
It improves GtkTextView by implementing syntax highlighting and other features
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    46
typical of a source editor.
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    47
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    48
%package devel
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    49
Summary:		gtksourceview development files
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    50
Group:			Development/Libraries/X11
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    51
Requires:		%{name} = %{version}
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    52
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    53
%description devel
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    54
Development files for gtksourceview
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    55
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    56
%prep
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    57
%setup -q
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    58
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    59
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    60
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    61
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3696
diff changeset
    65
  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
    66
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    67
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    68
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    71
aclocal $ACLOCAL_FLAGS
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    72
automake -a -c -f
5176
82d4c8448ab4 2005-03-04 Yong Sun <[email protected]>
ys148558
parents: 5152
diff changeset
    73
autoconf
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6908
diff changeset
    74
intltoolize --force
5176
82d4c8448ab4 2005-03-04 Yong Sun <[email protected]>
ys148558
parents: 5152
diff changeset
    75
19078
a6e7d195f684 Merged trunk changes r9788:9797 into 217update branch
dcarbery
parents: 8564
diff changeset
    76
CFLAGS="$RPM_OPT_FLAGS"				\
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    77
./configure --prefix=%{_prefix}			\
19078
a6e7d195f684 Merged trunk changes r9788:9797 into 217update branch
dcarbery
parents: 8564
diff changeset
    78
	    --datadir=%{_datadir}       	\
3696
95c4b19e0d6c 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
    79
	    --sysconfdir=%{_sysconfdir}		\
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8234
diff changeset
    80
	    %{gtk_doc_option}
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6908
diff changeset
    81
./config.status
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    82
make -j $CPUS
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    83
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    84
%install
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    85
make install DESTDIR=$RPM_BUILD_ROOT
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
    86
install -d $RPM_BUILD_ROOT%{_mandir}/man3
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    87
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man3
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    88
7526
1c45442fa37f 2006-06-26 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7031
diff changeset
    89
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*a
1c45442fa37f 2006-06-26 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7031
diff changeset
    90
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    91
%clean
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    92
rm -rf $RPM_BUILD_ROOT
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    93
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    94
%files
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    95
%defattr(-,root,root)
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    96
%doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README TODO
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    97
%{_libdir}/*.so.*
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
    98
%{_datadir}/gtksourceview-1.0
1896
302c6a2a0912 Bump to 0.9.0, update %files
mattk
parents: 1876
diff changeset
    99
%{_datadir}/locale/*/LC_MESSAGES/*.mo
302c6a2a0912 Bump to 0.9.0, update %files
mattk
parents: 1876
diff changeset
   100
%{_datadir}/gtk-doc/html/gtksourceview
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   101
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   102
%files devel
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   103
%defattr(-,root,root)
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   104
%{_includedir}/gtksourceview-*
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   105
%{_libdir}/pkgconfig
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   106
%{_libdir}/*.la
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   107
%{_libdir}/*.so
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   108
%{_mandir}/man3/*
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   109
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   110
%changelog
8501
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8234
diff changeset
   111
* Fri Nov  3 2006 - [email protected]
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8234
diff changeset
   112
- use %gtk_doc_option in configure so that it can be disabled using
26c68499ea0c 2006-11-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 8234
diff changeset
   113
  --without-gtk-doc
8234
1394f91eaa30 2006-10-02 Damien Carbery <[email protected]>
dc144907
parents: 8052
diff changeset
   114
* Mon Oct 02 2006 - [email protected]
1394f91eaa30 2006-10-02 Damien Carbery <[email protected]>
dc144907
parents: 8052
diff changeset
   115
- Bump to 1.8.1.
8052
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8041
diff changeset
   116
* Mon Sep 04 2006 - [email protected]
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8041
diff changeset
   117
- Bump to 1.8.0.
7872
0af11934b4b5 2006-08-08 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
   118
* Tue Aug 08 2006 - [email protected]
0af11934b4b5 2006-08-08 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
   119
- Bump to 1.7.2.
7743
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7526
diff changeset
   120
* Mon Jul 24 2006 - [email protected]
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7526
diff changeset
   121
- Bump to 1.6.1.
7031
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   122
* Fri Apr 10 2006 - [email protected]
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
   123
- Bump to 1.6.1.
6908
1b49876a682d 2006-03-10 Damien Carbery <[email protected]>
dc144907
parents: 6689
diff changeset
   124
* Sun Mar 12 2006 - [email protected]
1b49876a682d 2006-03-10 Damien Carbery <[email protected]>
dc144907
parents: 6689
diff changeset
   125
- Bump to 1.6.0.
6587
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   126
* Tue Jan 17 2006 - [email protected]
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   127
- Bump to 1.5.6
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6418
diff changeset
   128
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6418
diff changeset
   129
- Bump to 1.5.4
6418
7d38a3af9d6f gedit.spec: Bump to 2.13.0; gtksourceview.spec: Bump to 1.5.2
dermotm
parents: 6016
diff changeset
   130
* Tue Dec 20 2005 - [email protected]
7d38a3af9d6f gedit.spec: Bump to 2.13.0; gtksourceview.spec: Bump to 1.5.2
dermotm
parents: 6016
diff changeset
   131
- Bump to 1.5.2
6016
b54189f766bc *.spec: Bump versions. Fix Source url in some files without bumping.
dc144907
parents: 5565
diff changeset
   132
* Tue Sep 27 2005 - [email protected]
b54189f766bc *.spec: Bump versions. Fix Source url in some files without bumping.
dc144907
parents: 5565
diff changeset
   133
- Bump to 1.3.93.
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5529
diff changeset
   134
* Mon Aug 15 2005 - [email protected]
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5529
diff changeset
   135
- Bump to 1.3.91.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   136
* Thu May 19 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   137
- Add aclocal and automake, needed for Solaris.
4821
6d89aba22863 2005-01-12 Takao Fujiwara <[email protected]>
fujiwara
parents: 4801
diff changeset
   138
* Wed Jan 12 2005 - [email protected]
6d89aba22863 2005-01-12 Takao Fujiwara <[email protected]>
fujiwara
parents: 4801
diff changeset
   139
- Added gtksourceview-01-g11n-ai.diff for autoindent with localized chars
6d89aba22863 2005-01-12 Takao Fujiwara <[email protected]>
fujiwara
parents: 4801
diff changeset
   140
  Fixed 4937266
4764
1c339dba256b 2004-12-17 vinay M R <[email protected]>
vinaymr
parents: 4748
diff changeset
   141
* Fri Dec 12 2004 - [email protected]
1c339dba256b 2004-12-17 vinay M R <[email protected]>
vinaymr
parents: 4748
diff changeset
   142
- Replacing the gtksourceview-02-gedit-undo-sun-keyboard.diff
1c339dba256b 2004-12-17 vinay M R <[email protected]>
vinaymr
parents: 4748
diff changeset
   143
  patch with the one eventually got into cvs head.
4488
be6c138492c4 remove a patch that causes gedit to hang
tajima
parents: 4455
diff changeset
   144
* Tue Nov 09 2004 - [email protected]
be6c138492c4 remove a patch that causes gedit to hang
tajima
parents: 4455
diff changeset
   145
- Removed gtksourceview-01-g11n-ai.diff that causes #6191240, gedit hangs when
be6c138492c4 remove a patch that causes gedit to hang
tajima
parents: 4455
diff changeset
   146
  typing RETURN key.
4396
c31c7f9f6161 2004-10-30 Vinay M R <[email protected]>
vinaymr
parents: 4387
diff changeset
   147
* Sat Oct 30 2004 - [email protected]
c31c7f9f6161 2004-10-30 Vinay M R <[email protected]>
vinaymr
parents: 4387
diff changeset
   148
- Added gtksourceview-02-gedit-undo-sun-keyboard.diff to make undo key in
c31c7f9f6161 2004-10-30 Vinay M R <[email protected]>
vinaymr
parents: 4387
diff changeset
   149
  sun keyboard work for gedit application. Fixes bug #6178291.
4357
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   150
* Thu Oct 28 2004 - [email protected]
2474a25f2946 Cinnabar Manpage Delivery... phew
mattk
parents: 4276
diff changeset
   151
- Add libgtksourceview-1.0.3 man page
4149
30e64dfa96e8 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   152
* Tue Oct 05 2004 - [email protected]
30e64dfa96e8 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   153
- Added gtksourceview-01-g11n-ai.diff for autoindent with localized chars
30e64dfa96e8 2004-10-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4133
diff changeset
   154
  Fixed 4937266
3696
95c4b19e0d6c 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   155
* Wed Aug 18 2004 - [email protected]
95c4b19e0d6c 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   156
- added --enable-gtk-doc
3368
2927f0ab4a56 2004-07-20 Glynn Foster <[email protected]>
gman
parents: 3320
diff changeset
   157
* Tue Jul 20 2004 - [email protected]
2927f0ab4a56 2004-07-20 Glynn Foster <[email protected]>
gman
parents: 3320
diff changeset
   158
- Bump to 1.0.1
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   159
* 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
   160
- Updated l10n content to gtksourceview-l10n-po-1.2.tar.bz2
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   161
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   162
- added "-j $CPUS" to make to speed up builds
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   163
* 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
   164
- Updated l10n content to gtksourceview-l10n-po-1.1.tar.bz2
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   165
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   166
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   167
  bzcat piped through tar
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   168
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   169
- Adding gtksourceview-l10n-po-1.0.tar.bz2 l10n content
1896
302c6a2a0912 Bump to 0.9.0, update %files
mattk
parents: 1876
diff changeset
   170
* Mon Feb 23 2004 - <[email protected]>
302c6a2a0912 Bump to 0.9.0, update %files
mattk
parents: 1876
diff changeset
   171
- Bump to 0.9.0 tarball, update %files
1556
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
   172
* Thu Jan 29 2004 - <[email protected]>
4aa079c56e76 deps, patches, etc to get build02 working
dermotm
parents: 1543
diff changeset
   173
- Add dependency on libgnomeprintui
1474
c7803196efc4 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1316
diff changeset
   174
* Wed Dec 17 2003 - <[email protected]>
c7803196efc4 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1316
diff changeset
   175
- Bump to 0.7.0 tarball
1316
9f11e5d994e2 Fixing requires and license
mt93683
parents: 1303
diff changeset
   176
* Tue Oct 21 2003 - <[email protected]> 0.6.0-2
1474
c7803196efc4 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1316
diff changeset
   177
- Fixed missing Requires and BuildRequires, comments
c7803196efc4 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1316
diff changeset
   178
  and license.
1303
814afb09255a Fixed datestamp
mt93683
parents: 1302
diff changeset
   179
* Mon Oct 20 2003 - <[email protected]> 0.6.0-1
1302
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   180
- Initial spec file.
0c5831515bf2 added gtksourceview.spec
mt93683
parents:
diff changeset
   181