Skip to content

Commit

Permalink
get rid of autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 6, 2014
1 parent 1c4b5cd commit 284e9d4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 93 deletions.
22 changes: 0 additions & 22 deletions Makefile.cvs

This file was deleted.

12 changes: 0 additions & 12 deletions configure.in.in

This file was deleted.

10 changes: 0 additions & 10 deletions doc/Makefile.am

This file was deleted.

3 changes: 0 additions & 3 deletions doc/autodocs/Makefile.am

This file was deleted.

13 changes: 8 additions & 5 deletions package/yast2-lxc.spec
Expand Up @@ -21,16 +21,18 @@ Version: 3.1.1
Release: 0
License: GPL-2.0
Group: System/YaST
url: http://github.com/yast/yast-lxc

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2


Requires: yast2 yast2-security lxc
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite yast2-security
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-buildtools >= 3.1.10
BuildRequires: rubygem(yast-rake)

BuildArchitectures: noarch
BuildArch: noarch

Requires: yast2-ruby-bindings >= 1.0.0

Expand All @@ -42,12 +44,13 @@ Graphical management tool for Linux Containers (LXC)
%prep
%setup -n %{name}-%{version}

%check
rake test:unit

%build
%yast_build

%install
%yast_install

rake install DESTDIR="%{buildroot}"

%files
%defattr(-,root,root)
Expand Down
20 changes: 0 additions & 20 deletions src/Makefile.am

This file was deleted.

21 changes: 0 additions & 21 deletions testsuite/Makefile.am

This file was deleted.

0 comments on commit 284e9d4

Please sign in to comment.