~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to lxc.spec

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-07-25 12:24:30 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090725122430-s2mijwddl8nwseue
* 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:
21
21
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22
22
 
23
23
Name: lxc
24
 
Version: 0.6.4
 
24
Version: 0.6.3
25
25
Release: 1
26
26
URL: http://lxc.sourceforge.net
27
27
Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
71
71
 
72
72
%files
73
73
%defattr(-,root,root)
 
74
%{_sysconfdir}/%{name}/*
74
75
%{_libdir}/*.so*
75
76
%{_bindir}/*
76
77
%{_libexecdir}/*
77
78
%{_mandir}/*
78
79
%{_datadir}/pkgconfig/*
79
 
%{_docdir}/%{name}/*
80
80
 
81
81
%files devel
82
82
%defattr(-,root,root)
83
83
%{_includedir}/%{name}/*
84
84
%{_libdir}/*.so*
 
85
%{_libdir}/*.a
85
86
 
86
87
%changelog
87
88