don't make pyconsole.py plug-in executable as upstream indicates it
shouldn't be
This commit is contained in:
parent
56446b1ed1
commit
e4db4d9b21
@ -51,7 +51,7 @@ Version: 2.4.7
|
|||||||
%define age 0
|
%define age 0
|
||||||
%define minorver 400
|
%define minorver 400
|
||||||
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
%define microver %(ver=%{version}; echo ${ver##*.*.})
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -298,9 +298,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/gimp/plugins.d
|
|||||||
mkdir -p %{buildroot}%{_sbindir}
|
mkdir -p %{buildroot}%{_sbindir}
|
||||||
install -m 0755 gimp-plugin-mgr %{buildroot}%{_sbindir}/gimp-plugin-mgr
|
install -m 0755 gimp-plugin-mgr %{buildroot}%{_sbindir}/gimp-plugin-mgr
|
||||||
|
|
||||||
# make pyconsole.py executable, gimp/gnome bug #552601
|
|
||||||
chmod 755 %{buildroot}%{_libdir}/gimp/%{interfacever}/plug-ins/pyconsole.py
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -457,6 +454,10 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 17 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-3
|
||||||
|
- don't make pyconsole.py plug-in executable as upstream indicates it shouldn't
|
||||||
|
be
|
||||||
|
|
||||||
* Wed Sep 17 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-2
|
* Wed Sep 17 2008 Nils Philippsen <nils@redhat.com> - 2:2.4.7-2
|
||||||
- Merge review:
|
- Merge review:
|
||||||
- convert spec file to UTF-8
|
- convert spec file to UTF-8
|
||||||
|
Loading…
Reference in New Issue
Block a user