Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP5
leptonica
leptonica.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File leptonica.spec of Package leptonica
# # spec file for package leptonica # # Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define major 5 Name: leptonica Version: 1.82.0 Release: 0 Summary: Library for image processing and image analysis applications License: BSD-2-Clause Group: Development/Libraries/C and C++ URL: http://leptonica.org/ Source0: http://leptonica.org/source/%{name}-%{version}.tar.gz Source1: baselibs.conf Patch1: https://github.com/DanBloomberg/leptonica/commit/ea2bb8c9cf61d3eba2589cfaac05f59a33b4110d.patch BuildRequires: giflib-devel BuildRequires: gnuplot BuildRequires: libjpeg-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(libopenjp2) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libwebp) >= 0.2.0 %description Library for efficient image processing and image analysis operations. %package -n liblept%{major} Summary: Library for image processing and image analysis applications Group: System/Libraries %description -n liblept%{major} Library for efficient image processing and image analysis operations. %package devel Summary: Leptonica Development Files Group: Development/Libraries/C and C++ Requires: liblept%{major} = %{version} Provides: liblept-devel = %{version} Obsoletes: liblept-devel < 1.70 %description devel Development files for the Leptonica library. %package tools Summary: Leptonica tools Group: Productivity/Graphics/Other %description tools Programs for manipulating images. %prep %autosetup -p1 %build %configure \ --disable-static \ --program-prefix=lept- %make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print rm -f %{buildroot}%{_bindir}/{*gen,*reg,*test*} # Just symlinks. Linked to liblept.so.* and to the missing liblept.la. # We don't need, I guess. rm -f %{buildroot}%{_libdir}/libleptonica.so rm -f %{buildroot}%{_libdir}/libleptonica.la # Something related to cmake build. Not use at the moment. rm -fr %{buildroot}%{_libdir}/cmake/ %check # Don't run multiple jobs: some tests failed somehow. %make_build -j1 check %post -n liblept%{major} -p /sbin/ldconfig %postun -n liblept%{major} -p /sbin/ldconfig %files -n liblept%{major} %license leptonica-license.txt %doc version-notes.html moller52.jpg %{_libdir}/liblept.so.* %files devel %license leptonica-license.txt %doc README.html version-notes.html moller52.jpg %{_includedir}/leptonica/ %{_libdir}/liblept.so %{_libdir}/pkgconfig/* %files -n leptonica-tools %license leptonica-license.txt %{_bindir}/lept-* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor