rpms/gimp/devel gimp-plugin-mgr.in,1.2,1.3 gimp.spec,1.163,1.164

Nils Philippsen nphilipp at fedoraproject.org
Tue Oct 7 14:32:20 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/gimp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6993

Modified Files:
	gimp-plugin-mgr.in gimp.spec 
Log Message:
move gimptool to devel subpackage
make gimp-plugin-mgr not require gimptool/pkg-config (#465869)



Index: gimp-plugin-mgr.in
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/devel/gimp-plugin-mgr.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gimp-plugin-mgr.in	17 Aug 2006 10:07:23 -0000	1.2
+++ gimp-plugin-mgr.in	7 Oct 2008 14:31:50 -0000	1.3
@@ -2,8 +2,7 @@
 
 shopt -s nullglob
 
-GIMPTOOL="@GIMPTOOL@"
-GIMPPLUGINDIR="`"$GIMPTOOL" --gimpplugindir`"
+GIMPPLUGINDIR="@GIMPPLUGINDIR@"
 EXITVAL=0
 
 showhelp () {


Index: gimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp/devel/gimp.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- gimp.spec	6 Oct 2008 15:50:13 -0000	1.163
+++ gimp.spec	7 Oct 2008 14:31:50 -0000	1.164
@@ -31,7 +31,7 @@
 %define age 0
 %define minorver 600
 %define microver %(ver=%{version}; echo ${ver##*.*.})
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          2
 License:        GPLv2+
 Group:          Applications/Multimedia
@@ -209,7 +209,7 @@
 make %{?_smp_mflags}
 
 # 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
 rm -rf %{buildroot}
@@ -359,27 +359,23 @@
 
 %{_bindir}/gimp-%{binver}
 %{_bindir}/gimp-remote-%{binver}
-%{_bindir}/gimptool-%{interfacever}
 %{_bindir}/gimp-console-%{binver}
 %{_sbindir}/gimp-plugin-mgr
 
 %if %{with convenience}
 %{_bindir}/gimp
 %{_bindir}/gimp-remote
-%{_bindir}/gimptool
 %{_bindir}/gimp-console
 %endif
 
 %{_mandir}/man1/gimp-%{binver}.1*
 %{_mandir}/man1/gimp-remote-%{binver}.1*
-%{_mandir}/man1/gimptool-%{interfacever}.1*
 %{_mandir}/man1/gimp-console-%{binver}.1*
 %{_mandir}/man5/gimprc-%{binver}.5*
 
 %if %{with convenience}
 %{_mandir}/man1/gimp.1*
 %{_mandir}/man1/gimp-remote.1*
-%{_mandir}/man1/gimptool.1*
 %{_mandir}/man1/gimp-console.1*
 %{_mandir}/man5/gimprc.5*
 %endif
@@ -417,6 +413,14 @@
 %doc HACKING README.i18n
 %doc %{_datadir}/gtk-doc/*
 
+%{_bindir}/gimptool-%{interfacever}
+%{_mandir}/man1/gimptool-%{interfacever}.1*
+
+%if %{with convenience}
+%{_bindir}/gimptool
+%{_mandir}/man1/gimptool.1*
+%endif
+
 %{_libdir}/*.so
 %dir %{_libdir}/gimp
 %dir %{_libdir}/gimp/%{interfacever}
@@ -430,6 +434,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Oct 07 2008 Nils Philippsen <nils at 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 at redhat.com> - 2:2.6.0-1
 - version 2.6.0
 - remove obsolete htmlview patch




More information about the fedora-extras-commits mailing list