gimp.spec
author dermotm
Mon, 17 Jan 2005 10:53:00 +0000
changeset 4860 36c23f7402f2
parent 4850 2aea1a7a4fea
child 4867 e8cfe7e64783
permissions -rw-r--r--
Incremented release numbers for build 27
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4775
e38dfd6697a6 2004-12-21 Glynn Foster <[email protected]>
gman
parents: 4771
diff changeset
     1
%define subver 2.0
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
     2
%define microver 2
4836
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
     3
%define help_version 6
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     4
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     5
Name:         gimp
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     6
License:      GPL, LGPL
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     7
Group:        System/GUI/GNOME
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     8
Version:      %{subver}.%{microver}
4860
36c23f7402f2 Incremented release numbers for build 27
dermotm
parents: 4850
diff changeset
     9
Release:      45
4771
b42ce751575e 2004-12-20 Glynn Foster <[email protected]>
gman
parents: 4744
diff changeset
    10
Distribution: Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 561
diff changeset
    11
Vendor:       Sun Microsystems, Inc.
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    12
Summary:      The GIMP (GNU Image Manipulation Program)
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    13
Source:       ftp://ftp.gimp.org/pub/gimp/v2.1/gimp-%{version}.tar.bz2
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
    14
Source1: gimp-l10n-po-1.2.tar.bz2
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    15
Source2: l10n-configure.sh
4836
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
    16
Source3: gimp-help-2-0.%{help_version}.tar.bz2
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
    17
Patch1:       gimp-01-menu-entry.diff
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    18
Patch2:       gimp-02-remove-keys.diff
3921
42430a33349a Added gimp-03-g11n-potfiles.diff. Updated gimp.spec.
yk150259
parents: 3858
diff changeset
    19
Patch3:       gimp-03-g11n-potfiles.diff
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    20
URL:          http://www.gimp.org
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    21
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    22
Docdir:       %{_defaultdocdir}/doc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    23
Autoreqprov:  on
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    24
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    25
%define glib2_version 2.4.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    26
%define gtk2_version 2.4.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    27
%define libmng_version 1.0.6
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    28
%define libgimpprint_version 4.2.6
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    29
%define libpng_version 1.2.5
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    30
%define libjpeg_version 6.2.0
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    31
%define libungif_version 4.1.0
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    32
%define slang_version 1.4.9
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    33
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    34
BuildRequires: glib2-devel >= %{glib2_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    35
BuildRequires: gtk2-devel >= %{gtk2_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    36
BuildRequires: libgimpprint-devel >= %{libgimpprint_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    37
BuildRequires: libmng-devel >= %{libmng_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    38
BuildRequires: libpng-devel >= %{libpng_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    39
BuildRequires: libjpeg-devel >= %{libjpeg_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    40
BuildRequires: libungif >= %{libungif_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    41
BuildRequires: slang-devel >= %{slang_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    42
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    43
Requires: glib2 >= %{glib2_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    44
Requires: gtk2 >= %{gtk2_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    45
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    46
%description
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    47
The GIMP (GNU Image Manipulation Program) is a powerful image
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    48
composition and editing program, which can be extremely useful for
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    49
creating logos and other graphics for webpages. The GIMP has many of
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    50
the tools and filters you would expect to find in similar commercial
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    51
offerings, and some interesting extras as well. The GIMP provides a
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    52
large image manipulation toolbox, including channel operations and
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    53
layers, effects, sub-pixel imaging and anti-aliasing, and conversions,
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    54
all with multi-level undo.
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    55
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    56
The GIMP includes a scripting facility, but many of the included
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    57
scripts rely on fonts that we cannot distribute. The GIMP FTP site
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    58
has a package of fonts that you can install by yourself, which
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    59
includes all the fonts needed to run the included scripts. Some of
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    60
the fonts have unusual licensing requirements; all the licenses are
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    61
documented in the package. Get
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    62
ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz and
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    63
ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are so
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    64
inclined. Alternatively, choose fonts which exist on your system
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    65
before running the scripts.
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    66
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    67
%package devel
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    68
Summary: The GIMP plug-in and extension development kit.
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    69
Group: Applications/Multimedia
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    70
Requires: 	gtk2-devel >= %{gtk2_version}
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    71
Requires:	%{name} = %{version}
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    72
Autoreqprov:  on
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    73
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    74
%description devel
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    75
The gimp-devel package contains the static libraries and header files
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    76
for writing GNU Image Manipulation Program (GIMP) plug-ins and
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    77
extensions.
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    78
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    79
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    80
%prep
1479
gman
parents: 1292
diff changeset
    81
%setup -q
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    82
/usr/bin/bzcat -dc %SOURCE1|tar xf -
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
    83
%patch1 -p1
1516
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
    84
%patch2 -p1
3921
42430a33349a Added gimp-03-g11n-potfiles.diff. Updated gimp.spec.
yk150259
parents: 3858
diff changeset
    85
%patch3 -p1
4836
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
    86
/usr/bin/bzcat -dc %SOURCE3|tar xf -
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    87
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    88
bash -x %SOURCE2
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    89
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    90
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    91
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    92
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    93
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    94
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    95
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3748
diff changeset
    96
  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
    97
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    98
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    99
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   100
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   101
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   102
CFLAGS="$RPM_OPT_FLAGS"			\
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   103
libtoolize --force
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   104
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   105
automake -a -c -f
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   106
autoconf
2380
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   107
# Removing sierra driver on Solaris since it doesn't compile yet.
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   108
%ifos solaris
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   109
%define print_options "--disable-print"
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   110
%else
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   111
%define print_options ""
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   112
%endif
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   113
./configure --prefix=%{_prefix} \
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   114
	    --sysconfdir=%{_sysconfdir} \
4536
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   115
	    --bindir=%{_bindir}		\
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   116
	    --libdir=%{_libdir}		\
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   117
            --includedir=%{_includedir} \
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   118
	    --libexecdir=%{_libexecdir} \
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   119
	    --localstatedir=/var/lib	\
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   120
	    --mandir=%{_mandir}		\
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   121
	    --enable-mp			\
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   122
	    --enable-gtk-doc		\
3666
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   123
	    --enable-default-binary	\
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   124
	    %{print_options}
3322
ab0868b07ff8 gimp.spec: Remove '-j $CPUS' from 'make' because of failures on Solaris and
dc144907
parents: 3320
diff changeset
   125
make
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   126
4850
2aea1a7a4fea * gimp.spec: Set PKG_CONFIG_PATH to build with gimp-help tarball.
dc144907
parents: 4836
diff changeset
   127
PKG_CONFIG_DISABLE_UNINSTALLED=
2aea1a7a4fea * gimp.spec: Set PKG_CONFIG_PATH to build with gimp-help tarball.
dc144907
parents: 4836
diff changeset
   128
unset PKG_CONFIG_DISABLE_UNINSTALLED
2aea1a7a4fea * gimp.spec: Set PKG_CONFIG_PATH to build with gimp-help tarball.
dc144907
parents: 4836
diff changeset
   129
export PKG_CONFIG_PATH=/usr/src/packages/BUILD/gimp-%{subver}.%{microver}:%{_pkg_config_path}
4836
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   130
cd gimp-help-2-0.%{help_version}
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   131
	./configure --prefix=%{_prefix}	\
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   132
	    	    --sysconfdir=%{_sysconfdir} \
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   133
	    	    --bindir=%{_bindir}		\
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   134
	    	    --libdir=%{_libdir}		\
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   135
            	    --includedir=%{_includedir} \
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   136
	    	    --libexecdir=%{_libexecdir} \
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   137
	    	    --localstatedir=/var/lib	\
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   138
	    	    --mandir=%{_mandir}		\
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   139
	    	    --enable-mp			\
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   140
	    	    --enable-gtk-doc		\
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   141
	    	    --enable-default-binary	\
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   142
	    	    %{print_options}
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   143
	make
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   144
cd ..
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   145
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   146
%install
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   147
make DESTDIR=$RPM_BUILD_ROOT install
1044
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   148
./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/applications
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   149
./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/application-registry
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   150
./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/mime-info
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   151
mv ${RPM_BUILD_ROOT}%{_datadir}/gimp/%{subver}/misc/gimp.desktop ${RPM_BUILD_ROOT}%{_datadir}/applications/gimp-%{subver}.desktop
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   152
mv ${RPM_BUILD_ROOT}%{_datadir}/gimp/%{subver}/misc/gimp.applications ${RPM_BUILD_ROOT}%{_datadir}/application-registry/gimp-%{subver}.applications
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   153
mv ${RPM_BUILD_ROOT}%{_datadir}/gimp/%{subver}/misc/gimp.keys ${RPM_BUILD_ROOT}%{_datadir}/mime-info/gimp-%{subver}.keys
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   154
#clean up unpackaged files
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   155
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/%{subver}/modules/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   156
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   157
4836
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   158
cd gimp-help-2-0.%{help_version}
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   159
	make DESTDIR=$RPM_BUILD_ROOT install
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   160
cd ..
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   161
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   162
%clean
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   163
rm -rf $RPM_BUILD_ROOT
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   164
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   165
%post
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   166
/sbin/ldconfig
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   167
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   168
%postun
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   169
rm -f %{_datadir}/mime-info/gimp-%{subver}.keys
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   170
/sbin/ldconfig
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   171
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   172
%files
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   173
%defattr (-, root, root)
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   174
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   175
%doc %{_datadir}/gtk-doc/html/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   176
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   177
%{_bindir}/gimp-%{subver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   178
%{_bindir}/gimp-remote*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   179
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   180
%{_libdir}/lib*-%{subver}.so.*
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   181
%{_libdir}/pkgconfig/gimp-%{subver}.pc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   182
%{_libdir}/pkgconfig/gimpui-%{subver}.pc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   183
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   184
%dir %{_datadir}/gimp/%{subver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   185
%dir %{_libdir}/gimp/%{subver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   186
%dir %{_libdir}/gimp/%{subver}/environ
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   187
%dir %{_libdir}/gimp/%{subver}/modules
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   188
%dir %{_libdir}/gimp/%{subver}/plug-ins
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   189
%{_libdir}/gimp/%{subver}/environ/*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   190
%{_libdir}/gimp/%{subver}/modules/*.so
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   191
%{_libdir}/gimp/%{subver}/plug-ins/*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   192
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   193
%{_datadir}/gimp/%{subver}/brushes/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   194
%{_datadir}/gimp/%{subver}/fractalexplorer/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   195
%{_datadir}/gimp/%{subver}/gfig/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   196
%{_datadir}/gimp/%{subver}/gflare/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   197
%{_datadir}/gimp/%{subver}/gimpressionist/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   198
%{_datadir}/gimp/%{subver}/gradients/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   199
%{_datadir}/gimp/%{subver}/images/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   200
%{_datadir}/gimp/%{subver}/palettes/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   201
%{_datadir}/gimp/%{subver}/patterns/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   202
%{_datadir}/gimp/%{subver}/scripts/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   203
%{_datadir}/gimp/%{subver}/themes/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   204
%{_datadir}/gimp/%{subver}/tips/
4836
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   205
%{_datadir}/gimp/%{subver}/help/
1044
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   206
%{_datadir}/applications/gimp-%{subver}.desktop
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   207
%{_datadir}/application-registry/gimp-%{subver}.applications
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   208
%{_datadir}/mime-info/gimp-%{subver}.keys
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   209
%{_datadir}/locale
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   210
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   211
%{_sysconfdir}/gimp/%{subver}/gimprc
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   212
%{_sysconfdir}/gimp/%{subver}/gtkrc
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   213
%{_sysconfdir}/gimp/%{subver}/ps-menurc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   214
%{_sysconfdir}/gimp/%{subver}/sessionrc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   215
%{_sysconfdir}/gimp/%{subver}/templaterc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   216
%{_sysconfdir}/gimp/%{subver}/unitrc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   217
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   218
%defattr (0644, root, root)
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   219
%{_mandir}/man1/gimp-%{subver}.1*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   220
%{_mandir}/man1/gimp-remote*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   221
%{_mandir}/man1/gimptool*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   222
%{_mandir}/man5/gimprc-%{subver}.5*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   223
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   224
%files devel
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   225
3748
07ca8621c824 fixed header file permissions in gimp.spec
lk86177
parents: 3679
diff changeset
   226
%{_includedir}/gimp-%{subver}/
07ca8621c824 fixed header file permissions in gimp.spec
lk86177
parents: 3679
diff changeset
   227
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   228
%defattr (0755, root, root)
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   229
%{_bindir}/gimptool-%{subver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   230
%{_libdir}/*.so
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   231
%{_libdir}/pkgconfig/*.pc
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   232
%dir %{_libdir}/gimp/%{subver}/modules
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   233
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   234
%defattr (0644, root, root)
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   235
%{_datadir}/aclocal/gimp-2.0.m4
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   236
%{_mandir}/man1/gimptool-%{subver}.1*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   237
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   238
%changelog
4850
2aea1a7a4fea * gimp.spec: Set PKG_CONFIG_PATH to build with gimp-help tarball.
dc144907
parents: 4836
diff changeset
   239
* Sun Jan 16 2005 - [email protected]
2aea1a7a4fea * gimp.spec: Set PKG_CONFIG_PATH to build with gimp-help tarball.
dc144907
parents: 4836
diff changeset
   240
- Set PKG_CONFIG_PATH to build with gimp-help tarball.
2aea1a7a4fea * gimp.spec: Set PKG_CONFIG_PATH to build with gimp-help tarball.
dc144907
parents: 4836
diff changeset
   241
4836
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   242
* Tue Jan 11 2005 - [email protected]
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   243
- #6199103 : Add gimp-help tarball
80143925c23d #6199103, Add help files, reviewed by Niall Power
mattk
parents: 4801
diff changeset
   244
4536
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   245
* Fri Nov 12 2004 - [email protected]
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   246
- Added --libdir and --bindir to configure opts so they can be redirected
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   247
  on Solaris
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   248
3921
42430a33349a Added gimp-03-g11n-potfiles.diff. Updated gimp.spec.
yk150259
parents: 3858
diff changeset
   249
* Tue Sep 14 2004 - [email protected]
42430a33349a Added gimp-03-g11n-potfiles.diff. Updated gimp.spec.
yk150259
parents: 3858
diff changeset
   250
- Added gimp-03-g11n-potfiles.diff 
42430a33349a Added gimp-03-g11n-potfiles.diff. Updated gimp.spec.
yk150259
parents: 3858
diff changeset
   251
3748
07ca8621c824 fixed header file permissions in gimp.spec
lk86177
parents: 3679
diff changeset
   252
* Wed Aug 25 2004 - [email protected]
07ca8621c824 fixed header file permissions in gimp.spec
lk86177
parents: 3679
diff changeset
   253
- changed header file permissions
3666
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   254
* Wed Aug 18 2004 - [email protected]
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   255
- removed --disable-gtk-doc since it doesn't make sense to include both
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   256
  this and --enable-gtk-doc.
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   257
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   258
* Fri Jul 16 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   259
- Finally bumped to 2.0.x series (2.0.2)
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   260
- packaging fixes for rpm4 and remove upstream patches
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   261
3322
ab0868b07ff8 gimp.spec: Remove '-j $CPUS' from 'make' because of failures on Solaris and
dc144907
parents: 3320
diff changeset
   262
* Tue Jul 13 2004 - [email protected]
ab0868b07ff8 gimp.spec: Remove '-j $CPUS' from 'make' because of failures on Solaris and
dc144907
parents: 3320
diff changeset
   263
- Remove '-j $CPUS' from 'make' because of failures on Solaris and intermittent
ab0868b07ff8 gimp.spec: Remove '-j $CPUS' from 'make' because of failures on Solaris and
dc144907
parents: 3320
diff changeset
   264
  failures on Linux.
ab0868b07ff8 gimp.spec: Remove '-j $CPUS' from 'make' because of failures on Solaris and
dc144907
parents: 3320
diff changeset
   265
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   266
* 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
   267
- Updated l10n content to gimp-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   268
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   269
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   270
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   271
2841
50bb1b73d046 2004-05-21 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   272
* Fri May 21 2004 - [email protected]
50bb1b73d046 2004-05-21 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   273
- Added patch 4 to support building on x86 Solaris.
50bb1b73d046 2004-05-21 Brian Cameron <[email protected]>
bc99092
parents: 2777
diff changeset
   274
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   275
* 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
   276
- Updated l10n content to gimp-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
   277
2575
dccd18a7d386 2004-04-28 Vijaykumar Patwari <[email protected]>
vijay
parents: 2494
diff changeset
   278
* Wed Apr 28 2004 - [email protected]
dccd18a7d386 2004-04-28 Vijaykumar Patwari <[email protected]>
vijay
parents: 2494
diff changeset
   279
- Remove unwanted keys from gimp.keys.
dccd18a7d386 2004-04-28 Vijaykumar Patwari <[email protected]>
vijay
parents: 2494
diff changeset
   280
2380
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   281
* Sun Apr 03 2004 - [email protected]
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   282
- Use #ifdef to set --disable-print for Solaris.
61fcc6b08375 2004-04-04 Brian Cameron <[email protected]>
bc99092
parents: 2364
diff changeset
   283
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   284
* Thu Apr 01 2004 - [email protected]
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   285
- replace tar jxf with the more solaris friendly
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   286
  bzcat piped through tar.  Now pass ACLOCAL_FLAGS into
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   287
  aclocal.  Added EXTRA_CONFIGURE_OPTIONS to allow Solaris
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   288
  to pass in --disable-print.  Fixed a few defattr lines.
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   289
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   290
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   291
- Adding gimp-l10n-po-1.0.tar.bz2 l10n content
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   292
1516
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
   293
* Fri Jan 09 2004 - <[email protected]>
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
   294
- Patch configure.in to enable deprecated widgets
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
   295
1292
8335ddf77114 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   296
* Mon Oct 20 2003 - <[email protected]>
8335ddf77114 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   297
- Updated version of glib2 and gtk2 dependency to build for QS.
8335ddf77114 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   298
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1044
diff changeset
   299
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1044
diff changeset
   300
- remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1044
diff changeset
   301
1044
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   302
* Tue Aug 11 2003 - [email protected]
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   303
- Move mime, .desktop and keys files into proper location
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   304
  instead of just sym-linking them
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   305
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   306
* Mon Aug 10 2003 - [email protected]
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   307
- Bump tarball
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   308
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   309
* Thu Jul 17 2003 - [email protected]
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   310
- Correct menu entry
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   311
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   312
* Mon Jul 14 2003 - [email protected]
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   313
- initial spec file created