automatic version update by autodist [release 23.08.2-1mamba;Sat Oct 14 2023]
This commit is contained in:
parent
c93b8c9ead
commit
c745634d31
@ -1,5 +1,5 @@
|
||||
Name: kopeninghours
|
||||
Version: 23.08.1
|
||||
Version: 23.08.2
|
||||
Release: 1mamba
|
||||
Summary: A library for parsing and evaluating OSM opening hours expressions
|
||||
Group: System/Libraries
|
||||
@ -15,11 +15,13 @@ BuildRequires: libboost-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkholidays-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-boost-py3
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
@ -41,14 +43,16 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
%cmake -d build \
|
||||
-DPYTHON_LIBRARY=%{_libdir}/libpython%{python3_version}.so \
|
||||
-DPYTHON_INCLUDE_DIR=%{python3_inc}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -69,10 +73,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%dir %{_libdir}/qt5/qml/org/kde/kopeninghours
|
||||
%{_libdir}/qt5/qml/org/kde/kopeninghours/*
|
||||
%{_datadir}/qlogging-categories5/org_kde_kopeninghours.categories
|
||||
%ifnarch aarch64
|
||||
%dir %{python310_sitelib}/PyKOpeningHours
|
||||
%{python310_sitelib}/PyKOpeningHours/*
|
||||
%endif
|
||||
%dir %{python3_sitelib}/PyKOpeningHours
|
||||
%{python3_sitelib}/PyKOpeningHours/*
|
||||
%doc LICENSES
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -88,6 +90,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md README.md.license
|
||||
|
||||
%changelog
|
||||
* Sat Oct 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user