forked from m0r1k/LinguaLeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlingualeo.spec
44 lines (31 loc) · 895 Bytes
/
lingualeo.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%define name lingualeo
%define version %{package_version}
%define release %{package_release}
Name: %{name}
Summary: LinguaLeo, Eng-Rus translator
Version: %{version}
Release: %{release}
URL: https://github.com/m0r1k/LinguaLeo
Group: Applications/Multimedia
BuildRoot: %{_tmppath}/lingualeo
License: Copyright Roman. E. Chechnev
%description
LinguaLeo is a simple, Qt based, Eng-Rus online translator for Linux.
%build
mkdir -p %buildroot
make -C %{package_path}
%install
cd %{package_path}
make install DESTDIR=%buildroot
./bin/ipnoise-devel-rpms-find_files --buildroot "%buildroot" --out .files.list
%files -f %{package_path}/.files.list
%clean
rm -rf $RPM_BUILD_ROOT
%pre
%post
%preun
%changelog
* Thu Aug 22 2019 - morik@
- New version 1.0.2
* Mon Mar 25 2019 - morik@
- New version 0.9.1