Пакет kernel-src-vboxguest: Specfile
Загрузка kernel-src-vboxguest.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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | %define mname vboxguest
%{!?x86_64:%define x86_64 x86_64}
Name: kernel-src-%mname
Version: 4.3.12
Release: alt1
Summary: Linux VirtualBox guest modules sources
License: GPLv2
Group: Development/Kernel
URL: http://www.virtualbox.org
BuildArch: noarch
Source: %mname-%version.tar
Patch: %mname-%version-%release.patch
ExclusiveArch: %ix86 %x86_64
BuildRequires: rpm-build-kernel
%description
VirtualBox guest modules sources for Linux kernel.
%prep
%setup -n %mname-%version
%patch -p1
%install
install -d -m 0755 %buildroot%_usrsrc/kernel/sources
tar -C .. -cJf %kernel_srcdir/%mname-%version.tar.xz %mname-%version
%files
%_usrsrc/kernel
%changelog
* Sat May 17 2014 Led <led@altlinux.ru> 4.3.12-alt1
- 4.3.12
* Fri Mar 28 2014 Led <led@altlinux.ru> 4.3.10-alt1
- 4.3.10
* Thu Feb 27 2014 Led <led@altlinux.ru> 4.3.8-alt1
- 4.3.8
* Thu Dec 19 2013 Led <led@altlinux.ru> 4.3.6-alt1
- 4.3.6
* Sat Nov 30 2013 Led <led@altlinux.ru> 4.2.20-alt1
- 4.2.20
* Mon Sep 09 2013 Led <led@altlinux.ru> 4.2.18-alt1
- 4.2.18
* Sat Jul 06 2013 Led <led@altlinux.ru> 4.2.16-alt1
- 4.2.16
* Sat Jun 22 2013 Led <led@altlinux.ru> 4.2.14-alt1
- 4.2.14
* Sat May 25 2013 Led <led@altlinux.ru> 4.2.12-alt1
- 4.2.12
- rename package: kernel-source-* -> kernel-src-*
* Sun Mar 17 2013 Led <led@altlinux.ru> 4.2.10-alt1
- 4.2.10
* Mon Mar 11 2013 Led <led@altlinux.ru> 4.2.8-alt1
- 4.2.8
* Mon Feb 18 2013 Led <led@altlinux.ru> 4.2.6-alt1
- 4.2.6
* Wed Nov 14 2012 Led <led@altlinux.ru> 4.1.22-alt1
- 4.1.22
* Tue Aug 21 2012 Led <led@massivesolutions.co.uk> 4.1.20-cx1
- 4.1.20
* Tue Jun 26 2012 Led <led@massivesolutions.co.uk> 4.1.18-cx1
- 4.1.18
* Thu May 24 2012 Led <led@massivesolutions.co.uk> 4.1.16-cx1
- 4.1.16
* Sat May 12 2012 Led <led@massivesolutions.co.uk> 4.1.14-cx1
- 4.1.14
* Fri Jan 20 2012 Led <led@massivesolutions.co.uk> 4.0.16-cx1
- 4.0.16
* Mon Oct 31 2011 Led <led@massivesolutions.co.uk> 4.0.14-cx1
- 4.0.14
* Tue Jul 19 2011 Led <led@massivesolutions.co.uk> 4.0.12-cx1
- 4.0.12
* Fri Jul 01 2011 Led <led@massivesolutions.co.uk> 4.0.10-cx1
- 4.0.10
* Sat May 28 2011 Led <led@massivesolutions.co.uk> 4.0.8-cx1
- cleaned up spec
* Sat May 28 2011 Led <led@massivesolutions.co.uk> 4.0.8-cx0
- initial build
|