2020-12-16 15:16:53 +00:00
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/
|
|
|
|
|
|
|
|
Name: katie
|
2020-12-31 14:52:25 +02:00
|
|
|
Version: 4.9.2
|
|
|
|
Release: 1%{?dist}
|
2020-12-16 15:16:53 +00:00
|
|
|
Summary: C++ toolkit derived from the Qt 4.8 framework
|
2020-12-17 16:46:12 +00:00
|
|
|
License: BSD and LGPLv2+
|
2020-12-16 15:16:53 +00:00
|
|
|
URL: https://github.com/fluxer/katie
|
|
|
|
|
2020-12-17 15:17:41 +00:00
|
|
|
BuildRequires: gcc-c++ cmake libicu-devel libzstd-devel zlib-devel libsq3-devel libpng-devel freetype-devel pcre-devel openssl-devel libX11-devel libXinerama-devel libXrandr-devel libXrender-devel libXfixes-devel libXcursor-devel libSM-devel libICE-devel dbus-devel libtiff-devel libjpeg-turbo-devel fontconfig-devel cups-devel libiodbc-devel libpq-devel mariadb-embedded-devel unifdef
|
2020-12-16 15:16:53 +00:00
|
|
|
|
|
|
|
%description
|
2020-12-17 17:27:51 +00:00
|
|
|
Katie is continuation of the Qt4 C++ toolkit with the goal to keep it alive,
|
|
|
|
clean it up, fix some bugs and backport some features from Qt5. It is based
|
|
|
|
on the latest Git revision of Qt v4.8.
|
2020-12-16 15:16:53 +00:00
|
|
|
|
2020-12-21 16:49:53 +00:00
|
|
|
This package includes libraries, tools and their documentation.
|
|
|
|
|
2020-12-16 15:16:53 +00:00
|
|
|
%build
|
2020-12-21 16:49:53 +00:00
|
|
|
%cmake -DKATIE_TOOLS_SUFFIX="-katie" -DKATIE_PCH=ON
|
2020-12-16 15:16:53 +00:00
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
%install
|
2020-12-17 16:46:12 +00:00
|
|
|
%cmake_install --strip
|
2020-12-16 15:16:53 +00:00
|
|
|
rm -v %{buildroot}/%{_sysconfdir}/profile.d/katie-*.sh
|
|
|
|
|
|
|
|
%files
|
2020-12-17 16:46:12 +00:00
|
|
|
%doc README
|
2020-12-16 15:16:53 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/katie/*
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/pixmaps/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_sysconfdir}/ld.so.conf.d/katie-*.conf
|
|
|
|
|
2020-12-21 16:49:53 +00:00
|
|
|
%package devel
|
|
|
|
Summary: C++ toolkit derived from the Qt 4.8 framework (development package)
|
|
|
|
|
2020-12-21 17:10:17 +00:00
|
|
|
Requires: katie >= %{version}
|
2020-12-21 16:49:53 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Katie is continuation of the Qt4 C++ toolkit with the goal to keep it alive,
|
|
|
|
clean it up, fix some bugs and backport some features from Qt5. It is based
|
|
|
|
on the latest Git revision of Qt v4.8.
|
|
|
|
|
|
|
|
This package includes headers, pkg-config and CMake files.
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc README
|
|
|
|
%license LGPL_EXCEPTION.txt
|
|
|
|
%{_includedir}/katie/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/cmake/Katie/*
|
|
|
|
|
2020-12-31 14:52:25 +02:00
|
|
|
%changelog
|
|
|
|
* Mon Dec 21 2020 Ivailo Monev <xakepa10@gmail.com> - 4.9.2-1
|
|
|
|
- package update
|
|
|
|
|
2020-12-21 16:49:53 +00:00
|
|
|
* Mon Dec 21 2020 Ivailo Monev <xakepa10@gmail.com> - 4.9.1-2
|
|
|
|
- split package
|
|
|
|
|
2020-12-17 21:10:31 +00:00
|
|
|
* Wed Dec 17 2020 Ivailo Monev <xakepa10@gmail.com> - 4.9.1-1
|
2020-12-21 16:49:53 +00:00
|
|
|
- package update
|
2020-12-17 21:10:31 +00:00
|
|
|
|
2020-12-16 23:59:43 +00:00
|
|
|
* Wed Dec 16 2020 Ivailo Monev <xakepa10@gmail.com> - 4.9.0-1
|
2020-12-16 15:16:53 +00:00
|
|
|
- initial package
|