~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: 2010-01-10 10:40:21 UTC
  • mto: (1.1.2 upstream) (3.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20100110104021-ff3ukvpu7yzc36hm
ImportĀ upstreamĀ versionĀ 0.6.4

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.3
 
24
Version: 0.6.4
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}/*
75
74
%{_libdir}/*.so*
76
75
%{_bindir}/*
77
76
%{_libexecdir}/*
78
77
%{_mandir}/*
79
78
%{_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
86
85
 
87
86
%changelog
88
87