Accepting request 208650 from home:gberh:branches:graphics
this addresses the points from https://build.opensuse.org/request/show/206852 execept that %cmake and %cmake_install are not used because that breaks < 13.1, note that this does NOT break the build on SLE since it cannot be built on SLE anyway because it requires a newer cmake OBS-URL: https://build.opensuse.org/request/show/208650 OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=9
This commit is contained in:
parent
9814136070
commit
97be0b9ea7
@ -1,8 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 09:48:46 UTC 2013 - gber@opensuse.org
|
||||||
|
|
||||||
|
- remove bogus dependency on libjpeg-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 26 04:25:48 UTC 2013 - mrdocs@opensuse.org
|
Tue Nov 26 04:25:48 UTC 2013 - mrdocs@opensuse.org
|
||||||
|
|
||||||
- add explicit libjpeg-devel to fix build on SLE 11
|
- add explicit libjpeg-devel to fix build on SLE 11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 24 10:38:25 UTC 2013 - gber@opensuse.org
|
||||||
|
|
||||||
|
- use pkgconfig macros
|
||||||
|
- let openjpeg2-devel only recommend openjpeg2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 16:50:45 UTC 2013 - gber@opensuse.org
|
Wed Nov 13 16:50:45 UTC 2013 - gber@opensuse.org
|
||||||
|
|
||||||
|
@ -29,11 +29,10 @@ Source1: baselibs.conf
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: pkgconfig(libtiff-4)
|
||||||
BuildRequires: liblcms2-devel
|
BuildRequires: pkgconfig(lcms2)
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,7 +57,7 @@ still-image compression standard from the Joint Photographic Experts Group
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: %{library_name} = %{version}
|
Requires: %{library_name} = %{version}
|
||||||
Requires: %{name} = %{version}
|
Recommends: %{name} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
|
The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user