~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to lxc.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-07-25 12:24:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090725122430-dxv1wb7ds07fc0sk
Tags: 0.6.3-1
* New Upstream Version
* Remove duplicate build-dependency on autotools-dev
* Build depend on linux-libc-dev
* Disable checking of netlink headers from configure
  (currently fails under sid)
* Upgrade standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
rm -rf %{buildroot}
69
69
 
70
70
%post
71
 
mkdir -p /var/lxc
72
 
chmod ugo+w /var/lxc
73
71
 
74
72
%files
75
73
%defattr(-,root,root)
78
76
%{_bindir}/*
79
77
%{_libexecdir}/*
80
78
%{_mandir}/*
 
79
%{_datadir}/pkgconfig/*
81
80
 
82
81
%files devel
83
82
%defattr(-,root,root)