gimp.spec
author bc99092
Thu, 01 Apr 2004 22:03:28 +0000
changeset 2364 a59532821cef
parent 2350 9adca2a8c84f
child 2380 61fcc6b08375
permissions -rw-r--r--
2004-04-10 Brian Cameron <[email protected]> * gimp.spec: - replace tar jxf with the more solaris friendly bzcat piped through tar. Now pass ACLOCAL_FLAGS into aclocal. Added EXTRA_CONFIGURE_OPTIONS to allow Solaris to pass in --disable-print. Fixed a few defattr lines. * SUNWgnome-img-editor.spec: Added.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     1
%define subver 1.3
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
     2
%define microver 18
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     3
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     4
Name:         gimp
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     5
License:      GPL, LGPL
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     6
Group:        System/GUI/GNOME
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     7
Version:      %{subver}.%{microver}
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
     8
Release:      20
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
     9
Distribution: Mercury
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 561
diff changeset
    10
Vendor:       Sun Microsystems, Inc.
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    11
Summary:      The GIMP (GNU Image Manipulation Program)
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    12
Source:       ftp://ftp.gimp.org/pub/gimp/v1.3/v1.3.18/gimp-%{version}.tar.bz2
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
    13
Source1: gimp-l10n-po-1.0.tar.bz2
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
    14
Patch1:       gimp-01-menu-entry.diff
1516
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
    15
Patch2:       gimp-02-enable-deprecated-stuff.diff
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    16
URL:          http://www.gimp.org
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    17
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    18
Docdir:       %{_defaultdocdir}/doc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    19
Autoreqprov:  on
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    20
1292
8335ddf77114 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    21
%define glib2_version 2.2.3
8335ddf77114 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
    22
%define gtk2_version 2.2.4
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    23
%define libmng_version 1.0.4
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    24
%define libgimpprint_version 4.3.3
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    25
%define libpng_version 1.2.4
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    26
%define libjpeg_version 6.2.0
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    27
%define libungif_version 4.1.0
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    28
%define slang_version 1.4.5
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    29
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    30
BuildRequires: glib2-devel >= %{glib2_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    31
BuildRequires: gtk2-devel >= %{gtk2_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    32
BuildRequires: libgimpprint-devel >= %{libgimpprint_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    33
BuildRequires: libmng-devel >= %{libmng_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    34
BuildRequires: libpng-devel >= %{libpng_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    35
BuildRequires: libjpeg-devel >= %{libjpeg_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    36
BuildRequires: libungif >= %{libungif_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    37
BuildRequires: slang-devel >= %{slang_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    38
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    39
Requires: glib2 >= %{glib2_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    40
Requires: gtk2 >= %{gtk2_version}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    41
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    42
%description
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    43
The GIMP (GNU Image Manipulation Program) is a powerful image
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    44
composition and editing program, which can be extremely useful for
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    45
creating logos and other graphics for webpages. The GIMP has many of
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    46
the tools and filters you would expect to find in similar commercial
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    47
offerings, and some interesting extras as well. The GIMP provides a
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    48
large image manipulation toolbox, including channel operations and
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    49
layers, effects, sub-pixel imaging and anti-aliasing, and conversions,
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    50
all with multi-level undo.
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    51
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    52
The GIMP includes a scripting facility, but many of the included
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    53
scripts rely on fonts that we cannot distribute. The GIMP FTP site
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    54
has a package of fonts that you can install by yourself, which
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    55
includes all the fonts needed to run the included scripts. Some of
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    56
the fonts have unusual licensing requirements; all the licenses are
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    57
documented in the package. Get
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    58
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
    59
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
    60
inclined. Alternatively, choose fonts which exist on your system
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    61
before running the scripts.
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    62
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    63
%package devel
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    64
Summary: The GIMP plug-in and extension development kit.
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    65
Group: Applications/Multimedia
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    66
Requires: 	gtk2-devel >= %{gtk2_version}
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    67
Requires:	%{name} = %{version}
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    68
Autoreqprov:  on
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    69
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    70
%description devel
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    71
The gimp-devel package contains the static libraries and header files
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    72
for writing GNU Image Manipulation Program (GIMP) plug-ins and
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    73
extensions.
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    74
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    75
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    76
%prep
1479
gman
parents: 1292
diff changeset
    77
%setup -q
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    78
/usr/bin/bzcat -dc %SOURCE1|tar xf -
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
    79
%patch1 -p1
1516
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
    80
%patch2 -p1
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    81
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    82
%build
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    83
CFLAGS="$RPM_OPT_FLAGS"			\
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
    84
libtoolize --force
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    85
aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
    86
automake -a -c -f
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
    87
autoconf
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    88
# EXTRA_CONFIGURE_OPTIONS allows passing in --disable-print
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    89
# from Solaris spec file, since we are not currently building
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    90
# libgimpprint
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    91
./configure --prefix=%{_prefix} $EXTRA_CONFIGURE_OPTIONS \
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    92
	    --sysconfdir=%{_sysconfdir} \
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    93
	    --libexecdir=%{_libexecdir} \
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    94
	    --localstatedir=/var/lib	\
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    95
	    --mandir=%{_mandir}		\
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    96
	    --enable-mp			\
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
    97
	    --enable-gtk-doc		\
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    98
	    --enable-default-binary	   \
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
    99
		--disable-gtk-doc 
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   100
make 
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   101
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   102
%install
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   103
make DESTDIR=$RPM_BUILD_ROOT install
1044
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   104
./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/applications
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   105
./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/application-registry
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   106
./mkinstalldirs $RPM_BUILD_ROOT%{_datadir}/mime-info
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   107
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
   108
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
   109
mv ${RPM_BUILD_ROOT}%{_datadir}/gimp/%{subver}/misc/gimp.keys ${RPM_BUILD_ROOT}%{_datadir}/mime-info/gimp-%{subver}.keys
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   110
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   111
%clean
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   112
rm -rf $RPM_BUILD_ROOT
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   113
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   114
%post
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   115
/sbin/ldconfig
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   116
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   117
%postun
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   118
rm -f %{_datadir}/mime-info/gimp-%{subver}.keys
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   119
/sbin/ldconfig
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   120
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   121
%files
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   122
%defattr (-, root, root)
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   123
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   124
%doc %{_datadir}/gtk-doc/html/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   125
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   126
%{_bindir}/gimp-%{subver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   127
%{_bindir}/gimp-remote*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   128
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   129
%{_libdir}/lib*-%{subver}.so.%{microver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   130
%{_libdir}/lib*-%{subver}.so.%{microver}.0.0
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   131
%{_libdir}/pkgconfig/gimp-%{subver}.pc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   132
%{_libdir}/pkgconfig/gimpui-%{subver}.pc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   133
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   134
%dir %{_datadir}/gimp/%{subver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   135
%dir %{_libdir}/gimp/%{subver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   136
%dir %{_libdir}/gimp/%{subver}/environ
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   137
%dir %{_libdir}/gimp/%{subver}/modules
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   138
%dir %{_libdir}/gimp/%{subver}/plug-ins
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   139
%{_libdir}/gimp/%{subver}/environ/*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   140
%{_libdir}/gimp/%{subver}/modules/*.so
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   141
%{_libdir}/gimp/%{subver}/plug-ins/*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   142
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   143
%{_datadir}/gimp/%{subver}/brushes/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   144
%{_datadir}/gimp/%{subver}/fractalexplorer/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   145
%{_datadir}/gimp/%{subver}/gfig/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   146
%{_datadir}/gimp/%{subver}/gflare/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   147
%{_datadir}/gimp/%{subver}/gimpressionist/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   148
%{_datadir}/gimp/%{subver}/gradients/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   149
%{_datadir}/gimp/%{subver}/images/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   150
%{_datadir}/gimp/%{subver}/palettes/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   151
%{_datadir}/gimp/%{subver}/patterns/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   152
%{_datadir}/gimp/%{subver}/scripts/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   153
%{_datadir}/gimp/%{subver}/themes/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   154
%{_datadir}/gimp/%{subver}/tips/
1044
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   155
%{_datadir}/applications/gimp-%{subver}.desktop
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   156
%{_datadir}/application-registry/gimp-%{subver}.applications
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   157
%{_datadir}/mime-info/gimp-%{subver}.keys
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   158
%{_datadir}/locale
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   159
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   160
%{_sysconfdir}/gimp/%{subver}/gimprc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   161
%{_sysconfdir}/gimp/%{subver}/gtkrc_user
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   162
%{_sysconfdir}/gimp/%{subver}/ps-menurc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   163
%{_sysconfdir}/gimp/%{subver}/sessionrc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   164
%{_sysconfdir}/gimp/%{subver}/templaterc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   165
%{_sysconfdir}/gimp/%{subver}/unitrc
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   166
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   167
%defattr (0644, root, root)
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   168
%{_mandir}/man1/gimp-%{subver}.1*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   169
%{_mandir}/man1/gimp-remote*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   170
%{_mandir}/man1/gimptool*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   171
%{_mandir}/man5/gimprc-%{subver}.5*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   172
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   173
%files devel
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   174
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   175
%defattr (0755, root, root)
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   176
%{_bindir}/gimptool-%{subver}
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   177
%{_libdir}/*.so
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   178
%dir %{_libdir}/gimp/%{subver}/modules
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   179
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   180
%defattr (0644, root, root)
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   181
%{_datadir}/aclocal/gimp-2.0.m4
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   182
%{_includedir}/gimp-%{subver}/
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   183
%{_mandir}/man1/gimptool-%{subver}.1*
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   184
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   185
%changelog
2364
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   186
* Thu Apr 01 2004 - [email protected]
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   187
- replace tar jxf with the more solaris friendly
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   188
  bzcat piped through tar.  Now pass ACLOCAL_FLAGS into
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   189
  aclocal.  Added EXTRA_CONFIGURE_OPTIONS to allow Solaris
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   190
  to pass in --disable-print.  Fixed a few defattr lines.
a59532821cef 2004-04-10 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   191
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   192
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   193
- Adding gimp-l10n-po-1.0.tar.bz2 l10n content
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   194
1516
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
   195
* Fri Jan 09 2004 - <[email protected]>
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
   196
- Patch configure.in to enable deprecated widgets
5065d3aa238b 2004-01-09 Niall Power <[email protected]>
niall
parents: 1479
diff changeset
   197
1292
8335ddf77114 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   198
* Mon Oct 20 2003 - <[email protected]>
8335ddf77114 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   199
- Updated version of glib2 and gtk2 dependency to build for QS.
8335ddf77114 2003-10-20 Ghee Teo <[email protected]>
gheet
parents: 1195
diff changeset
   200
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1044
diff changeset
   201
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1044
diff changeset
   202
- remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1044
diff changeset
   203
1044
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   204
* Tue Aug 11 2003 - [email protected]
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   205
- Move mime, .desktop and keys files into proper location
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   206
  instead of just sym-linking them
62a46efbc57b 2003-08-13 Niall Power <[email protected]>
niall
parents: 1027
diff changeset
   207
1027
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   208
* Mon Aug 10 2003 - [email protected]
488da228b7b2 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
   209
- Bump tarball
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   210
628
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   211
* Thu Jul 17 2003 - [email protected]
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   212
- Correct menu entry
4023e7ded5a7 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 575
diff changeset
   213
561
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   214
* Mon Jul 14 2003 - [email protected]
beb0e7e55e5b 2003-07-15 Niall Power <[email protected]>
niall
parents:
diff changeset
   215
- initial spec file created