package created using the webbuild interface [release 20.04.0-1mamba;Thu Apr 30 2020]
This commit is contained in:
parent
4a569499dc
commit
063b0f74d9
83
kdeedu-data.spec
Normal file
83
kdeedu-data.spec
Normal file
@ -0,0 +1,83 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kdeedu-data
|
||||
Version: 20.04.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 educational software data
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/kdeedu-data-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 educational software data.
|
||||
|
||||
#% debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%lang(bg) %{_datadir}/apps/kvtml/bg
|
||||
%lang(ca) %{_datadir}/apps/kvtml/ca
|
||||
%lang(cs) %{_datadir}/apps/kvtml/cs
|
||||
%lang(da) %{_datadir}/apps/kvtml/da
|
||||
%lang(de) %{_datadir}/apps/kvtml/de
|
||||
%lang(el) %{_datadir}/apps/kvtml/el
|
||||
%lang(en) %{_datadir}/apps/kvtml/en
|
||||
%lang(en_GB) %{_datadir}/apps/kvtml/en_GB
|
||||
%lang(es) %{_datadir}/apps/kvtml/es
|
||||
%lang(et) %{_datadir}/apps/kvtml/et
|
||||
%lang(fi) %{_datadir}/apps/kvtml/fi
|
||||
%lang(fr) %{_datadir}/apps/kvtml/fr
|
||||
%lang(ga) %{_datadir}/apps/kvtml/ga
|
||||
%lang(gl) %{_datadir}/apps/kvtml/gl
|
||||
%lang(hu) %{_datadir}/apps/kvtml/hu
|
||||
%lang(it) %{_datadir}/apps/kvtml/it
|
||||
%lang(nb) %{_datadir}/apps/kvtml/nb
|
||||
%lang(nds) %{_datadir}/apps/kvtml/nds
|
||||
%lang(nl) %{_datadir}/apps/kvtml/nl
|
||||
%lang(nn) %{_datadir}/apps/kvtml/nn
|
||||
%lang(pa) %{_datadir}/apps/kvtml/pa
|
||||
%lang(pl) %{_datadir}/apps/kvtml/pl
|
||||
%lang(pt) %{_datadir}/apps/kvtml/pt
|
||||
%lang(pt_BR) %{_datadir}/apps/kvtml/pt_BR
|
||||
%lang(ro) %{_datadir}/apps/kvtml/ro
|
||||
%lang(ru) %{_datadir}/apps/kvtml/ru
|
||||
%lang(sl) %{_datadir}/apps/kvtml/sl
|
||||
%lang(sr) %{_datadir}/apps/kvtml/sr
|
||||
%lang(sr@ijekavian) %{_datadir}/apps/kvtml/sr@ijekavian
|
||||
%lang(sr@ijekavianlatin) %{_datadir}/apps/kvtml/sr@ijekavianlatin
|
||||
%lang(sr@latin) %{_datadir}/apps/kvtml/sr@latin
|
||||
%lang(sv) %{_datadir}/apps/kvtml/sv
|
||||
%lang(tr) %{_datadir}/apps/kvtml/tr
|
||||
%lang(uk) %{_datadir}/apps/kvtml/uk
|
||||
%{_datadir}/icons/hicolor/*/actions/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/actions/*.svgz
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user