OSDN Git Service

start release 2.0
[fulcon/Fulcon.git] / src / fulcon.spec
1 # spec file for fulcon
2
3 Summary:               Generate the full container and management it
4 License:               Apache 2.0
5 Name:                  fulcon
6 Version:               0.2
7 Release:               1%{?dist}
8 Source:                fulcon-%{?version}.tar.gz
9 URL:                   https://github.com/NIWA-Hideyuki/Fulcon
10 Requires:              python-IPy
11
12 %description
13
14 `Fulcon` is the CLI tool for Full Container System
15
16 In Fulcon, the container can be handled like VM.
17 Fulcon constructs the system by generating the container, logging in
18 from the console, and installing the package with yum and apt, and stops
19 the system with shutdown command.The container can be connected directly with
20 the Internet by adding virtual NIC.
21 Fulcon can handle CentOS 7 and Ubuntu 15.04
22
23 %prep
24 %setup -q
25
26 %build
27 make %{?_smp_mflags} libdir=%{_prefix}/lib
28
29 %install
30 make install libdir=%{_prefix}/lib DESTDIR=$RPM_BUILD_ROOT
31
32 %files
33 %{_sbindir}/fulcon
34 %{_prefix}/lib/fulcon
35 %{_localstatedir}/lib/fulcon
36
37 %changelog
38 * Thu Jan 14 2016 NIWA Hideyuki <niwa.niwa@nifty.ne.jp>
39 - New Build. First release 0.1