auto-import changelog data from gimp-1.2.1-5.src.rpm
Tue Apr 03 2001 Matt Wilson <msw@redhat.com> - added gimp-1.2.1-locale.patch, which I've checked in to gimp CVS, to correctly set up the locale in plug-ins (#34214) Mon Apr 02 2001 Preston Brown <pbrown@redhat.com> - some gimp-perl files weren't defattr'd (#34325) Fri Mar 30 2001 Trond Eivind Glomsrd <teg@redhat.com> - Don't include embedxpm, as it depends on a non-included perl module (#=33249) - move gimpdoc and xcftopnm to gimp-perl, as they are dependant on the perl Gimp module Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com> - Rebuild for GTK+-1.2.9 include paths Mon Jan 22 2001 Matt Wilson <msw@redhat.com> - 1.2.1 Mon Dec 25 2000 Matt Wilson <msw@redhat.com> - 1.2.0 Wed Dec 20 2000 Matt Wilson <msw@redhat.com> - 1.1.31 Thu Dec 14 2000 Matt Wilson <msw@redhat.com> - 1.1.30 - merge changes from CVS into rpm-4.0 style spec file - removed va_arg patch
This commit is contained in:
parent
6013eee592
commit
9130e6bffc
@ -1 +1 @@
|
|||||||
gimp-1.1.25.tar.bz2
|
gimp-1.2.1.tar.bz2
|
||||||
|
92
gimp.spec
92
gimp.spec
@ -1,12 +1,12 @@
|
|||||||
%define subver 1.1
|
%define subver 1.2
|
||||||
%define microver 25
|
%define age 0
|
||||||
%define ver %{subver}.%{microver}
|
%define microver 1
|
||||||
|
|
||||||
Summary: The GNU Image Manipulation Program
|
Summary: The GNU Image Manipulation Program
|
||||||
Name: gimp
|
Name: gimp
|
||||||
Version: %{ver}
|
Version: %{subver}.%{microver}
|
||||||
Release: 1
|
Release: 5
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Copyright: GPL, LGPL
|
Copyright: GPL, LGPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.gimp.org/
|
URL: http://www.gimp.org/
|
||||||
@ -14,12 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
Obsoletes: gimp-data-min
|
Obsoletes: gimp-data-min
|
||||||
Obsoletes: gimp-libgimp
|
Obsoletes: gimp-libgimp
|
||||||
Requires: gtk+ >= 1.2.0
|
Requires: gtk+ >= 1.2.0
|
||||||
Source0: ftp://ftp.gimp.org/pub/gimp/unstable/v%{version}/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gimp.org/pub/gimp/v%{subver}/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source1: gimp.desktop
|
Source1: gimp.desktop
|
||||||
Source2: gimp.png
|
Source2: gimp.png
|
||||||
Patch0: gimp-1.1.23-perlpath.patch
|
Patch0: gimp-1.1.23-perlpath.patch
|
||||||
Patch1: gimp-1.1.24-libaa.patch
|
Patch1: gimp-1.1.24-libaa.patch
|
||||||
Patch2: gimp-1.1.25-va_arg.patch
|
Patch2: gimp-1.2.1-locale.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GIMP (GNU Image Manipulation Program) is a powerful image
|
The GIMP (GNU Image Manipulation Program) is a powerful image
|
||||||
@ -73,16 +73,9 @@ The gimp-perl package contains all the perl extensions and perl plugins.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .perlpath
|
%patch0 -p1 -b .perlpath
|
||||||
%patch1 -p1 -b .libaa
|
%patch1 -p1 -b .libaa
|
||||||
%patch2 -p1 -b .va_arg
|
%patch2 -p1 -b .locale
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %ix86
|
|
||||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -ffast-math"
|
|
||||||
%endif
|
|
||||||
%ifarch alpha
|
|
||||||
MYARCH_FLAGS="--host=alpha-redhat-linux"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
autoconf
|
autoconf
|
||||||
if [ ! -f configure ]; then
|
if [ ! -f configure ]; then
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
|
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
|
||||||
@ -111,6 +104,7 @@ make prefix=$RPM_BUILD_ROOT/%{_prefix} \
|
|||||||
infodir=$RPM_BUILD_ROOT/%{_infodir} \
|
infodir=$RPM_BUILD_ROOT/%{_infodir} \
|
||||||
datadir=$RPM_BUILD_ROOT/%{_datadir} \
|
datadir=$RPM_BUILD_ROOT/%{_datadir} \
|
||||||
includedir=$RPM_BUILD_ROOT/%{_includedir} \
|
includedir=$RPM_BUILD_ROOT/%{_includedir} \
|
||||||
|
gimpsysconfdir=$RPM_BUILD_ROOT/%{_sysconfdir}/gimp/%{subver} \
|
||||||
gimpplugindir=$RPM_BUILD_ROOT/%{_libdir}/gimp/%{subver} \
|
gimpplugindir=$RPM_BUILD_ROOT/%{_libdir}/gimp/%{subver} \
|
||||||
gimpdatadir=$RPM_BUILD_ROOT/%{_datadir}/gimp/%{subver} \
|
gimpdatadir=$RPM_BUILD_ROOT/%{_datadir}/gimp/%{subver} \
|
||||||
PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
|
PREFIX=$RPM_BUILD_ROOT/%{_prefix} \
|
||||||
@ -214,31 +208,33 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps
|
|||||||
%{_datadir}/gimp/%{subver}/patterns/
|
%{_datadir}/gimp/%{subver}/patterns/
|
||||||
%{_datadir}/gimp/%{subver}/scripts/
|
%{_datadir}/gimp/%{subver}/scripts/
|
||||||
|
|
||||||
%{_datadir}/gimp/%{subver}/gimprc
|
%{_sysconfdir}/gimp/%{subver}/gimprc
|
||||||
%{_datadir}/gimp/%{subver}/gimprc_user
|
%{_sysconfdir}/gimp/%{subver}/gimprc_user
|
||||||
%{_datadir}/gimp/%{subver}/gtkrc
|
%{_sysconfdir}/gimp/%{subver}/gtkrc
|
||||||
%{_datadir}/gimp/%{subver}/unitrc
|
%{_sysconfdir}/gimp/%{subver}/gtkrc_user
|
||||||
|
%{_sysconfdir}/gimp/%{subver}/unitrc
|
||||||
|
%{_sysconfdir}/gimp/%{subver}/ps-menurc
|
||||||
|
|
||||||
%{_datadir}/gimp/%{subver}/gimp_logo.ppm
|
%{_datadir}/gimp/%{subver}/gimp_logo.ppm
|
||||||
%{_datadir}/gimp/%{subver}/gimp_splash.ppm
|
%{_datadir}/gimp/%{subver}/gimp_splash.ppm
|
||||||
%{_datadir}/gimp/%{subver}/ps-menurc
|
|
||||||
|
|
||||||
%defattr (0755, root, root)
|
%defattr (0755, root, root)
|
||||||
%{_datadir}/gimp/%{subver}/user_install
|
%{_datadir}/gimp/%{subver}/user_install
|
||||||
|
|
||||||
%{_libdir}/libgimp-%{subver}.so.%{microver}.0.0
|
%{_libdir}/libgimp-%{subver}.so.%{age}.0.%{microver}
|
||||||
%{_libdir}/libgimp-%{subver}.so.%{microver}
|
%{_libdir}/libgimp-%{subver}.so.%{age}
|
||||||
%{_libdir}/libgimpui-%{subver}.so.%{microver}.0.0
|
%{_libdir}/libgimpui-%{subver}.so.%{age}.0.%{microver}
|
||||||
%{_libdir}/libgimpui-%{subver}.so.%{microver}
|
%{_libdir}/libgimpui-%{subver}.so.%{age}
|
||||||
%{_libdir}/libgck-%{subver}.so.%{microver}.0.0
|
%{_libdir}/libgck-%{subver}.so.%{age}.0.%{microver}
|
||||||
%{_libdir}/libgck-%{subver}.so.%{microver}
|
%{_libdir}/libgck-%{subver}.so.%{age}
|
||||||
|
|
||||||
%{_bindir}/gimp
|
%{_bindir}/gimp
|
||||||
%{_bindir}/embedxpm
|
#{_bindir}/embedxpm
|
||||||
%{_bindir}/gimpdoc
|
%{_bindir}/escputil
|
||||||
%{_bindir}/xcftopnm
|
|
||||||
|
|
||||||
%defattr (0644, root, root)
|
%defattr (0644, root, root)
|
||||||
%{_mandir}/man1/gimp.1*
|
%{_mandir}/man1/gimp.1*
|
||||||
|
%{_mandir}/man1/escputil.1.*
|
||||||
%{_mandir}/man5/gimprc.5*
|
%{_mandir}/man5/gimprc.5*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -259,8 +255,40 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps
|
|||||||
%{_mandir}/man1/gimptool.1*
|
%{_mandir}/man1/gimptool.1*
|
||||||
|
|
||||||
%files perl -f gimp-perl-files
|
%files perl -f gimp-perl-files
|
||||||
|
%defattr (0755, root, root, 0755)
|
||||||
|
%{_bindir}/gimpdoc
|
||||||
|
%{_bindir}/xcftopnm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 3 2001 Matt Wilson <msw@redhat.com>
|
||||||
|
- added gimp-1.2.1-locale.patch, which I've checked in to gimp CVS, to
|
||||||
|
correctly set up the locale in plug-ins (#34214)
|
||||||
|
|
||||||
|
* Mon Apr 2 2001 Preston Brown <pbrown@redhat.com>
|
||||||
|
- some gimp-perl files weren't defattr'd (#34325)
|
||||||
|
|
||||||
|
* Fri Mar 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Don't include embedxpm, as it depends on a non-included perl module (#=33249)
|
||||||
|
- move gimpdoc and xcftopnm to gimp-perl, as they are dependant on the perl Gimp
|
||||||
|
module
|
||||||
|
|
||||||
|
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
- Rebuild for GTK+-1.2.9 include paths
|
||||||
|
|
||||||
|
* Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
|
||||||
|
- 1.2.1
|
||||||
|
|
||||||
|
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
|
||||||
|
- 1.2.0
|
||||||
|
|
||||||
|
* Wed Dec 20 2000 Matt Wilson <msw@redhat.com>
|
||||||
|
- 1.1.31
|
||||||
|
|
||||||
|
* Thu Dec 14 2000 Matt Wilson <msw@redhat.com>
|
||||||
|
- 1.1.30
|
||||||
|
- merge changes from CVS into rpm-4.0 style spec file
|
||||||
|
- removed va_arg patch
|
||||||
|
|
||||||
* Mon Aug 21 2000 Matt Wilson <msw@redhat.com>
|
* Mon Aug 21 2000 Matt Wilson <msw@redhat.com>
|
||||||
- 1.1.25
|
- 1.1.25
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user