~serge-hallyn/ubuntu/natty/lxc/lxc-clone

« back to all changes in this revision

Viewing changes to lxc.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2010-06-28 10:15:48 UTC
  • mfrom: (1.2.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100628101548-mtmloxk8n4ro2wvw
* New upstream version
* Convert to quilt format
* Use pristine-tar option in git-buildpackage
* lxc-$distro scripts (debian, fedora, sshd, ubuntu, busybox) are now
  shipped under /usr/lib/lxc/lxc/templates/
* Bump up standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
%files
73
73
%defattr(-,root,root)
74
74
%{_libdir}/*.so*
 
75
%{_libdir}/%{name}
75
76
%{_bindir}/*
76
 
%{_libexecdir}/*
77
77
%{_mandir}/*
78
78
%{_datadir}/pkgconfig/*
79
 
%{_docdir}/%{name}/*
 
79
%{_datadir}/doc/*
80
80
 
81
81
%files devel
82
82
%defattr(-,root,root)