package created using the webbuild interface [release 5.38.0-1mamba;Sat Sep 23 2017]
This commit is contained in:
parent
739299cfc6
commit
e1b87eb038
@ -1,2 +1,4 @@
|
||||
# kirigami2
|
||||
|
||||
KDE Frameworks 5 interface for mobile and convergent applications.
|
||||
|
||||
|
69
kirigami2.spec
Normal file
69
kirigami2.spec
Normal file
@ -0,0 +1,69 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kirigami2
|
||||
Version: 5.38.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 interface for mobile and convergent applications
|
||||
Group: Graphical Desktop/Applications/Environment
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/5.38/kirigami2-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 interface for mobile and convergent applications.
|
||||
|
||||
%package -n %{name}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n %{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
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/qt5/qml/org/kde/kirigami.2
|
||||
%{_libdir}/qt5/qml/org/kde/kirigami.2/*
|
||||
|
||||
%files -n %{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/cmake/KF5Kirigami2/KF5Kirigami2Config.cmake
|
||||
%{_kde5_libdir}/cmake/KF5Kirigami2/KF5Kirigami2ConfigVersion.cmake
|
||||
%{_kde5_libdir}/cmake/KF5Kirigami2/KF5Kirigami2Macros.cmake
|
||||
%{_kde5_mkspecsdir}/qt_Kirigami2.pri
|
||||
|
||||
%changelog
|
||||
* Sat Sep 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.38.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user