2024-01-06 02:42:06 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: kpublictransport
|
2024-01-06 02:42:07 +01:00
|
|
|
Version: 21.04.2
|
2024-01-06 02:42:06 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A library for accessing realtime public transport data and for performing public transport journey queries
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 02:42:07 +01:00
|
|
|
URL: https://kde.org/
|
2024-01-06 02:42:06 +01:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/kpublictransport-%{version}.tar.xz
|
|
|
|
License: LGPL, BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libprotobuf-devel
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: rpm-macros-kde5
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
A library for accessing realtime public transport data and for performing public transport journey queries.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: A library for accessing realtime public transport data and for performing public transport journey queries
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
A library for accessing realtime public transport data and for performing public transport journey queries.
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
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_kde5 -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun -n lib%{name}
|
|
|
|
/sbin/ldconfig
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libKPublicTransport.so.*
|
|
|
|
%dir %{_libdir}/qt5/qml/org/kde/kpublictransport
|
|
|
|
%{_libdir}/qt5/qml/org/kde/kpublictransport/*
|
|
|
|
%{_datadir}/qlogging-categories5/org_kde_kpublictransport.categories
|
|
|
|
%doc LICENSES/*
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/kpublictransport_version.h
|
|
|
|
%dir %{_includedir}/KPublicTransport
|
|
|
|
%{_includedir}/KPublicTransport/*
|
|
|
|
%dir %{_includedir}/kpublictransport
|
|
|
|
%{_includedir}/kpublictransport/*
|
|
|
|
%dir %{_libdir}/cmake/KPublicTransport
|
|
|
|
%{_libdir}/cmake/KPublicTransport/KPublicTransport*.cmake
|
|
|
|
%{_libdir}/libKPublicTransport.so
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 02:42:07 +01:00
|
|
|
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:42:07 +01:00
|
|
|
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:42:07 +01:00
|
|
|
* Thu Apr 22 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:42:07 +01:00
|
|
|
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:42:07 +01:00
|
|
|
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 02:42:06 +01:00
|
|
|
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20.12.1-1mamba
|
|
|
|
- package created using the webbuild interface
|