1 |
Name: profdepanne |
2 |
Summary: User Help software |
3 |
Version: 2.6 |
4 |
Release: %mkrel 1 |
5 |
URL: http://codingteam.net/project/profdepanne |
6 |
Source0: http://andre-ani.fr/profdepanne-2.6.tar.gz |
7 |
Group: System/Configuration/Other |
8 |
BuildArch: noarch |
9 |
License: GPLv3 |
10 |
BuildRequires: desktop-file-utils |
11 |
Requires: java |
12 |
BuildRequires: java-devel |
13 |
|
14 |
|
15 |
%description |
16 |
profdepanne - Is an help software for new GNU/Linux Users. |
17 |
This is a software only written in French. |
18 |
|
19 |
%files |
20 |
%{_javadir}/profdepanne-2.6 |
21 |
%{_datadir}/applications/profdepanne.desktop |
22 |
|
23 |
#-------------------------------------------------------------------- |
24 |
|
25 |
%prep |
26 |
%setup -q |
27 |
|
28 |
|
29 |
%build |
30 |
pushd src |
31 |
make compile |
32 |
make jar |
33 |
popd |
34 |
|
35 |
%install |
36 |
rm -rf %{buildroot} |
37 |
mkdir -p %{buildroot}%{_javadir}/profdepanne-2.6 |
38 |
cp -r %{_builddir}/%{name}-%{version}/* %{buildroot}%{_javadir}/profdepanne-2.6 |
39 |
|
40 |
mkdir -p %{buildroot}%{_datadir}/applications |
41 |
cp %{_builddir}/%{name}-%{version}/profdepanne.desktop %{buildroot}%{_datadir}/applications/profdepanne.desktop |
42 |
|