Пакет kf5-rpm-build: Specfile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | Name: kf5-rpm-build
Version: 5.12.0
Release: alt2
Summary: Development utilities for KDE
License: GPL
Group: Development/KDE and QT
Url: http://altlinux.org/KDE
Source1: macrosd
Source2: rpm-build-kf5-find-qtlang
BuildArch: noarch
BuildRequires(pre): rpm-build-ubt
%description
Set of KF5 RPM macros.
%package -n rpm-build-kf5
Summary: Set of RPM macros for packaging KF5-based applications
Group: Development/Other
Requires: cmake rpm-build-xdg rpm-macros-qt5 rpm-build-qml /usr/bin/rpmvercmp
%description -n rpm-build-kf5
Set of RPM macros for packaging KF5-based applications for ALT.
Install this package if you want to create RPM packages that use KF5.
%prep
%setup -cT
%install
install -pDm644 %SOURCE1 %buildroot%_rpmmacrosdir/kf5
install -pDm755 %SOURCE2 %buildroot%_bindir/rpm-build-kf5-find-qtlang
%files -n rpm-build-kf5
%_rpmmacrosdir/kf5
%_bindir/rpm-build-kf5-*
%changelog
* Mon Apr 08 2019 Michael Shigorin <mike@altlinux.org> 5.12.0-alt2
- move R: cmake to the resulting package (thx glebfm@)
- drop %%ubt macro
- fix "macros" spelling
- slightly better Url:
- minor spec cleanup
* Wed Aug 08 2018 Sergey V Turchin <zerg@altlinux.org> 5.12.0-alt1%ubt
- don't remove appdata by default
* Thu Nov 16 2017 Sergey V Turchin <zerg@altlinux.org> 5.11.0-alt1%ubt
- add new macros:
_K5if_ver_eq _K5if_ver_not_gt _K5if_ver_not_gteq _K5if_ver_not_lt _K5if_ver_not_lteq _K5if_ver_not_eq
* Wed Oct 25 2017 Sergey V Turchin <zerg@altlinux.org> 5.10.0-alt1
- require rpm-build-qml
* Wed Sep 07 2016 Sergey V Turchin <zerg@altlinux.org> 5.5.3-alt1
- fix removing metainfo appdata
* Fri Sep 02 2016 Sergey V Turchin <zerg@altlinux.org> 5.5.2-alt1
- more clean from appdata
* Wed Mar 09 2016 Sergey V Turchin <zerg@altlinux.org> 5.5.1-alt1
- use kde own dbus services dir
* Tue Jan 19 2016 Sergey V Turchin <zerg@altlinux.org> 5.5.0-alt1
- remove manpages and appdata by default
* Mon Sep 28 2015 Sergey V Turchin <zerg@altlinux.org> 5.4.0-alt1
- fix html docs install dir
* Wed Sep 09 2015 Sergey V Turchin <zerg@altlinux.org> 5.3.0-alt1
- add _K5conf_up and _K5conf_bin macros
- fix paths in cmake files during install
- move akonadi data to /usr/share/akonadi5 during install
* Fri Jul 31 2015 Sergey V Turchin <zerg@altlinux.org> 5.2.0-alt1
- move dbus *5*.service to standard place
* Tue Apr 28 2015 Sergey V Turchin <zerg@altlinux.org> 5.1.0-alt1
- move k*5 dirs to _datadir
* Wed Apr 08 2015 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt2
- update macros
* Mon Apr 06 2015 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt1
- update macros
* Thu Mar 19 2015 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt0.7
- update macroses
* Thu Mar 05 2015 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt0.5
- update macroses
* Wed Feb 18 2015 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt0.4
- update macroses
* Wed Feb 18 2015 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt0.3
- update macroses
* Tue Feb 10 2015 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt0.2
- update paths
* Wed Dec 24 2014 Sergey V Turchin <zerg@altlinux.org> 5.0.0-alt0.1
- initial build
|