let gimp-libs provide, gimp and gimp-devel require "gimp-libs-%%{_arch}"
(#433195)
This commit is contained in:
parent
ba5a4cfa82
commit
7839e22980
11
gimp.spec
11
gimp.spec
@ -51,7 +51,7 @@ Version: 2.4.4
|
|||||||
%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: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -97,6 +97,8 @@ BuildRequires: findutils
|
|||||||
%if %{with lcms}
|
%if %{with lcms}
|
||||||
BuildRequires: lcms-devel
|
BuildRequires: lcms-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Requires: gimp-libs-%{_arch} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: desktop-file-utils >= 0.9
|
Requires: desktop-file-utils >= 0.9
|
||||||
Requires: glib2 >= 2.12.3
|
Requires: glib2 >= 2.12.3
|
||||||
Requires: gtk2 >= 2.10.13
|
Requires: gtk2 >= 2.10.13
|
||||||
@ -137,6 +139,7 @@ with multi-level undo.
|
|||||||
Summary: GIMP libraries
|
Summary: GIMP libraries
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
Provides: gimp-libs-%{_arch} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
The gimp-libs package contains shared libraries needed for the GNU Image
|
The gimp-libs package contains shared libraries needed for the GNU Image
|
||||||
@ -146,7 +149,7 @@ Manipulation Program (GIMP).
|
|||||||
Summary: GIMP plugin and extension development kit
|
Summary: GIMP plugin and extension development kit
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
Requires: gimp-libs-%{_arch} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: gtk2-devel
|
Requires: gtk2-devel
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
@ -453,6 +456,10 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 18 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.4-2
|
||||||
|
- let gimp-libs provide, gimp and gimp-devel require "gimp-libs-%%{_arch}"
|
||||||
|
(#433195)
|
||||||
|
|
||||||
* Wed Jan 30 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.4-1
|
* Wed Jan 30 2008 Nils Philippsen <nphilipp@redhat.com> - 2:2.4.4-1
|
||||||
- version 2.4.4
|
- version 2.4.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user