move gimptool to devel subpackage make gimp-plugin-mgr not require
gimptool/pkg-config (#465869)
This commit is contained in:
parent
5985afbdf7
commit
b2d5993257
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
|
|
||||||
GIMPTOOL="@GIMPTOOL@"
|
GIMPPLUGINDIR="@GIMPPLUGINDIR@"
|
||||||
GIMPPLUGINDIR="`"$GIMPTOOL" --gimpplugindir`"
|
|
||||||
EXITVAL=0
|
EXITVAL=0
|
||||||
|
|
||||||
showhelp () {
|
showhelp () {
|
||||||
|
20
gimp.spec
20
gimp.spec
@ -31,7 +31,7 @@ Version: 2.6.0
|
|||||||
%define age 0
|
%define age 0
|
||||||
%define minorver 600
|
%define minorver 600
|
||||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -209,7 +209,7 @@ fi
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# convenience stuff for external plugins (e.g. xsane)
|
# convenience stuff for external plugins (e.g. xsane)
|
||||||
sed -e 's|@GIMPTOOL@|%{_bindir}/gimptool-%{interfacever}|g' < %{SOURCE1} > gimp-plugin-mgr
|
sed -e 's|@GIMPPLUGINDIR@|%{_libdir}/gimp/%{interfacever}|g' < %{SOURCE1} > gimp-plugin-mgr
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -359,27 +359,23 @@ fi
|
|||||||
|
|
||||||
%{_bindir}/gimp-%{binver}
|
%{_bindir}/gimp-%{binver}
|
||||||
%{_bindir}/gimp-remote-%{binver}
|
%{_bindir}/gimp-remote-%{binver}
|
||||||
%{_bindir}/gimptool-%{interfacever}
|
|
||||||
%{_bindir}/gimp-console-%{binver}
|
%{_bindir}/gimp-console-%{binver}
|
||||||
%{_sbindir}/gimp-plugin-mgr
|
%{_sbindir}/gimp-plugin-mgr
|
||||||
|
|
||||||
%if %{with convenience}
|
%if %{with convenience}
|
||||||
%{_bindir}/gimp
|
%{_bindir}/gimp
|
||||||
%{_bindir}/gimp-remote
|
%{_bindir}/gimp-remote
|
||||||
%{_bindir}/gimptool
|
|
||||||
%{_bindir}/gimp-console
|
%{_bindir}/gimp-console
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_mandir}/man1/gimp-%{binver}.1*
|
%{_mandir}/man1/gimp-%{binver}.1*
|
||||||
%{_mandir}/man1/gimp-remote-%{binver}.1*
|
%{_mandir}/man1/gimp-remote-%{binver}.1*
|
||||||
%{_mandir}/man1/gimptool-%{interfacever}.1*
|
|
||||||
%{_mandir}/man1/gimp-console-%{binver}.1*
|
%{_mandir}/man1/gimp-console-%{binver}.1*
|
||||||
%{_mandir}/man5/gimprc-%{binver}.5*
|
%{_mandir}/man5/gimprc-%{binver}.5*
|
||||||
|
|
||||||
%if %{with convenience}
|
%if %{with convenience}
|
||||||
%{_mandir}/man1/gimp.1*
|
%{_mandir}/man1/gimp.1*
|
||||||
%{_mandir}/man1/gimp-remote.1*
|
%{_mandir}/man1/gimp-remote.1*
|
||||||
%{_mandir}/man1/gimptool.1*
|
|
||||||
%{_mandir}/man1/gimp-console.1*
|
%{_mandir}/man1/gimp-console.1*
|
||||||
%{_mandir}/man5/gimprc.5*
|
%{_mandir}/man5/gimprc.5*
|
||||||
%endif
|
%endif
|
||||||
@ -417,6 +413,14 @@ fi
|
|||||||
%doc HACKING README.i18n
|
%doc HACKING README.i18n
|
||||||
%doc %{_datadir}/gtk-doc/*
|
%doc %{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
|
%{_bindir}/gimptool-%{interfacever}
|
||||||
|
%{_mandir}/man1/gimptool-%{interfacever}.1*
|
||||||
|
|
||||||
|
%if %{with convenience}
|
||||||
|
%{_bindir}/gimptool
|
||||||
|
%{_mandir}/man1/gimptool.1*
|
||||||
|
%endif
|
||||||
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%dir %{_libdir}/gimp
|
%dir %{_libdir}/gimp
|
||||||
%dir %{_libdir}/gimp/%{interfacever}
|
%dir %{_libdir}/gimp/%{interfacever}
|
||||||
@ -430,6 +434,10 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 07 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-2
|
||||||
|
- move gimptool to devel subpackage
|
||||||
|
- make gimp-plugin-mgr not require gimptool/pkg-config (#465869)
|
||||||
|
|
||||||
* Thu Oct 02 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-1
|
* Thu Oct 02 2008 Nils Philippsen <nils@redhat.com> - 2:2.6.0-1
|
||||||
- version 2.6.0
|
- version 2.6.0
|
||||||
- remove obsolete htmlview patch
|
- remove obsolete htmlview patch
|
||||||
|
Loading…
Reference in New Issue
Block a user