lxc-aurora

Форк
0
/
lxc-templates-desktop.spec 
86 строк · 2.3 Кб
1
Name:           lxc-templates-desktop
2
Version:        1.4
3
Release:        1
4
Summary:        LXC templates adapted to SailfishOS
5
Packager:       sailfish containers
6
Group:          Application/Other
7
License:        GPLv2+
8
URL:            https://github.com/sailfish-containers/lxc-templates-desltop
9
Source0:        %{name}-%{version}.tar.gz
10
BuildRequires:	pkgconfig(Qt5Core)
11
BuildArch:      noarch
12
Requires:       lxc, lxc-templates
13

14
%description
15
LXC templates adapted to SailfishOS
16
# This description section includes metadata for SailfishOS:Chum, see
17
# https://github.com/sailfishos-chum/main/blob/main/Metadata.md
18
%if "%{?vendor}" == "chum"
19
PackageName: lxc-templates-desktop
20
Type: console-application
21
DeveloperName: sailfish-containerrs
22
Categories:
23
 - Development
24
 - Utilities
25
 - Other
26
Custom:
27
  Repo: https://github.com/sailfish-containers/lxc-templates-desktop
28
Url:
29
  Homepage: https://github.com/sailfish-containers/lxc-templates-desktop
30
  Help: https://github.com/sailfish-containers/lxc-templates-desktop/wiki
31
  Bugtracker: https://github.com/sailfish-containers/harbour-containers/issues
32
%endif
33

34
%prep
35
%setup -q -n %{name}-%{version}
36

37
%build
38
%qmake5
39

40
%install
41
# clean build root
42
rm -rf $RPM_BUILD_ROOT
43
%qmake5_install
44

45
%clean
46
rm -rf $RPM_BUILD_ROOT
47

48
%files
49
%defattr(-,root,root,-)
50
%dir /usr/share/lxc/templates
51
%attr(4755, root, root) /usr/share/lxc/templates/lxc-sfos-download
52
%doc
53

54
%changelog
55
* Sun Aug 28 2022 kabouik
56
- Add defaults for mounting sound card in LXC (tested on Pro1x only)
57

58
* Thu Aug 19 2022 kabouik
59
- Updated description and license for Chum repository
60
- Bumped version to avoid dep resolution issues
61

62
* Fri Apr 3 2020 sailfish containers
63
- moved guest scripts from lxc-templates-desktop to harbour-containers
64
- removed default guest mountpoint
65

66
* Mon Feb 24 2020 sailfish containers
67
- multiarch support
68
- QT scaling fix
69
- improved setup_desktop.sh
70
- moved lxc cache to /home/.lxc
71

72
* Fri Feb 21 2020 sailfish containers
73
- fixed missing dependency thanks to mosen and kabouik
74
- first public pre-release build available
75

76
* Tue Feb 18 2020 sailfish containers
77
- containers rootfs moved to /home/.lxc
78
- rewrote config part
79
- various bugfixes
80

81
* Fri Feb 14 2020 sailfish containers
82
- fixed wget check, thanks to Craig
83
- fixed download steps
84

85
* Tue Feb 11 2020 sailfish containers
86
- release 1.0 - initial release
87

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.