Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37555092
en ru br
ALT Linux repositórios
S:0.3.4-alt1

Group :: Sistema/Bibliotecas
RPM: lensfun

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

%define _name lensfun
%define ver_major 0.3
%define beta %nil
%define api_ver 1
%define sover %api_ver
%define libname lib%_name%api_ver
%define db_ver %api_ver

%def_enable lenstool
%def_enable python
%def_enable tests
%define __isa_bits %(s="%_lib"; s=${s#lib}; echo "${s:-32}")
%if "%__isa_bits" == "64"
%def_enable check
%else
%def_disable check
%endif

Name: %_name
Version: %ver_major.4
Release: alt1%beta

Summary: Tools and library to rectifying the defects introduced by your photographic equipment.
Group: System/Libraries
License: LGPLv3 and CC-BY-SA-3.0
Url: https://lensfun.github.io

Vcs: https://github.com/lensfun/lensfun.git
Source: %_name-%version.tar

Patch1: lensfun-0.3.2-alt-pkexec.patch

%filter_from_provides /pkgconfig(lensfun)/d
%filter_from_provides /python3(lensfun)/d

Requires: %_name-tools = %EVR

BuildRequires(pre): rpm-macros-cmake rpm-build-python3
BuildRequires: cmake gcc-c++ libgomp-devel
BuildRequires: glib2-devel libpng-devel
BuildRequires: doxygen
BuildRequires: python3-devel python3-module-setuptools python3-module-docutils
%{?_enable_check:BuildRequires: ctest}

%description
Lensfun provides open source database of photographic lenses, tools and
library that also provides a way to read the database and search for
specific things in it, and provides a set of algorithms for correcting
images based on detailed knowledge of lens properties. Right now Lensfun
is designed to correct distortion, transversal (also known as lateral)
chromatic aberrations, and vignetting.

%package -n %libname
Summary: A library to rectifying the defects introduced by your photographic equipment.
Group: System/Libraries
Requires: %_name-data = %EVR

%description -n %libname
A library to rectifying the defects introduced by your photographic equipment.

%package -n %libname-devel
Summary: Development tools for programs which will use the Lensfun library
Group: Development/C++
Requires: %libname = %EVR
Conflicts: lib%_name > %version

%description -n %libname-devel
Development tools for programs which will use the Lensfun library.

%package -n %_name-data
Summary: Lensfun database (version %db_ver)
Group: Graphics
License: LGPLv3
BuildArch: noarch

%description -n %_name-data
This package contains lens data in XML format used by Lensfun.

%package tools
Summary: Lensfun tools for managing lens data
Group: Graphics
License: LGPLv3
BuildArch: noarch
Requires: %libname = %EVR
Conflicts: lib%_name-tools > %version

%description tools
This package contains tools to fetch lens database, updates and manage lens
adapters in Lensfun.

%package -n python3-module-%_name
Group: Development/Python3
Summary: Lensfun Python3 module
BuildArch: noarch
Requires: %_name-data = %EVR

%description -n python3-module-%_name
This is Lensfun Python3 module that provides common functionality for Python
scripts that want to find or read the Lensfun database.

%prep
%setup -n %_name-%version
%patch1 -p2

%build
%add_optflags %(getconf LFS_CFLAGS)

%cmake \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
%ifnarch %ix86 x86_64
-DBUILD_FOR_SSE:BOOL=OFF \
-DBUILD_FOR_SSE2:BOOL=OFF \
%endif
-DBUILD_DOC:BOOL=ON \
%{?_enable_lenstool:-DBUILD_LENSTOOL=ON} \
%{?_enable_tests:-DBUILD_TESTS:BOOL=ON} \
%{?_disable_python:-DINSTALL_PYTHON_MODULE=OFF}
%nil

%cmake_build
%cmake_build -t man

%install
%cmake_install
pushd %_cmake__builddir/apps/
%python3_install
popd

%check
%cmake_build -t test

%files
%{?_enable_lenstool:%_bindir/lenstool}

%files tools
%_bindir/g-%_name-update-data
%_bindir/%_name-add-adapter
%_bindir/%_name-update-data
#%_bindir/%_name-convert-lcp
%python3_sitelibdir_noarch/%{_name}*
%_man1dir/*

%files -n %libname
%_libdir/lib%_name.so.%sover
%_libdir/lib%_name.so.%version
%doc ChangeLog README.*

%files -n %libname-devel
%_includedir/%_name/
%_libdir/lib%_name.so
%_pkgconfigdir/%_name.pc
%doc %_datadir/doc/%{_name}*/

%files -n %_name-data
%dir %_datadir/%_name/
%_datadir/%name/version_%api_ver/

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009