/[packages]/cauldron/profdepanne/current/SPECS/profdepanne.spec
ViewVC logotype

Contents of /cauldron/profdepanne/current/SPECS/profdepanne.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1915827 - (show annotations) (download)
Sat Dec 3 01:57:20 2022 UTC (2 years, 7 months ago) by danf
File size: 1052 byte(s)
SILENT: Switch URLs to https:
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: https://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

  ViewVC Help
Powered by ViewVC 1.1.30