Name: profdepanne Summary: User Help software Version: 2.6 Release: %mkrel 1 URL: http://codingteam.net/project/profdepanne Source0: https://andre-ani.fr/profdepanne-2.6.tar.gz Group: System/Configuration/Other BuildArch: noarch License: GPLv3 BuildRequires: desktop-file-utils Requires: java BuildRequires: java-devel %description profdepanne - Is an help software for new GNU/Linux Users. This is a software only written in French. %files %{_javadir}/profdepanne-2.6 %{_datadir}/applications/profdepanne.desktop #-------------------------------------------------------------------- %prep %setup -q %build pushd src make compile make jar popd %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_javadir}/profdepanne-2.6 cp -r %{_builddir}/%{name}-%{version}/* %{buildroot}%{_javadir}/profdepanne-2.6 mkdir -p %{buildroot}%{_datadir}/applications cp %{_builddir}/%{name}-%{version}/profdepanne.desktop %{buildroot}%{_datadir}/applications/profdepanne.desktop