~ubuntu-branches/ubuntu/quantal/lxc/quantal-201205292108

« back to all changes in this revision

Viewing changes to lxc.spec

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-03-09 13:05:03 UTC
  • mto: (3.1.38 sid)
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: package-import@ubuntu.com-20120309130503-j0prgw9tsp967bbv
Tags: upstream-0.8.0~rc1
ImportĀ upstreamĀ versionĀ 0.8.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22
22
 
23
23
Name: lxc
24
 
Version: 0.7.5
 
24
Version: 0.8.0-rc1
25
25
Release: 1
26
26
URL: http://lxc.sourceforge.net
27
27
Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
44
44
Virtual Private Server, or to run isolated applications like bash or
45
45
sshd.
46
46
 
 
47
%package        libs
 
48
Summary:        runtime library files for %{name}
 
49
Group:          System Environment/Libraries
 
50
 
 
51
%description    libs
 
52
The %{name}-libs package contains libraries for running %{name} applications.
 
53
 
47
54
%package devel
48
55
Release: 1
49
56
Summary: development library for %{name}
57
64
%setup
58
65
%build
59
66
test "%{ksrc}" != "none" && args="--with-linuxdir=%{ksrc}"
60
 
PATH=$PATH:/usr/sbin:/sbin %configure $args
 
67
PATH=$PATH:/usr/sbin:/sbin %configure $args --disable-rpath
61
68
make %{?_smp_mflags}
62
69
 
63
70
%install
72
79
 
73
80
%files
74
81
%defattr(-,root,root)
75
 
%{_libdir}/*.so*
76
 
%{_libdir}/%{name}
77
 
%attr(4555,root,root) %{_libdir}/%{name}/lxc-init
78
82
%{_bindir}/*
79
83
%attr(4111,root,root) %{_bindir}/lxc-attach
80
84
%attr(4111,root,root) %{_bindir}/lxc-create
86
90
%attr(4111,root,root) %{_bindir}/lxc-checkpoint
87
91
%attr(4111,root,root) %{_bindir}/lxc-restart
88
92
%{_mandir}/*
89
 
%{_datadir}/pkgconfig/*
90
93
%{_datadir}/doc/*
91
94
 
 
95
%files libs
 
96
%defattr(-,root,root)
 
97
%{_libdir}/*.so.*
 
98
%{_libdir}/%{name}
 
99
%attr(4555,root,root) %{_libdir}/%{name}/lxc-init
 
100
 
92
101
%files devel
93
102
%defattr(-,root,root)
94
103
%{_includedir}/%{name}/*
95
 
%{_libdir}/*.so.*
 
104
%{_libdir}/*.so
 
105
%{_datadir}/pkgconfig/*
96
106
 
97
107
%changelog
 
108
* Thu Sep  8 2011 Greg Kurz <gkurz@fr.ibm.com> - Version 0.7.5.1
 
109
- fix installed files for rpmbuild
 
110
- introduce lxc-libs package
98
111
 
99
112
* Fri Jul 23 2010 Daniel Lezcano <dlezcano@fr.ibm.com> - Version 0.7.2
100
113
- set attribute for installed files
101
114
- fix libraries installation
102
 
-
103
115
 
104
116
* Mon Mar 24 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.1
105
117
- Removed capability setting, let the user to do that through "lxc-setcap"