Skip to content

Commit

Permalink
Switch from Autotools to the Rake build system
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 19, 2020
1 parent 6f9de94 commit dd05942
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 93 deletions.
23 changes: 0 additions & 23 deletions Makefile.cvs

This file was deleted.

2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ require "yast/rake"
Yast::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/

conf.install_locations["control/*.xml"] = Packaging::Configuration::YAST_DIR + "/control/"
end
12 changes: 0 additions & 12 deletions configure.in.in

This file was deleted.

8 changes: 0 additions & 8 deletions control/Makefile.am

This file was deleted.

4 changes: 3 additions & 1 deletion package/yast2-update.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ BuildRequires: libxml2-tools
BuildRequires: yast2-installation-control
# Needed for tests
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
# Y2Storage::Crypttab.save_encryption_names
BuildRequires: yast2-storage-ng >= 4.2.42

Expand Down Expand Up @@ -87,7 +88,6 @@ Use this component if you wish to update your system.
%setup -q

%build
%yast_build

%install
%yast_install
Expand Down Expand Up @@ -115,5 +115,7 @@ Use this component if you wish to update your system.
%{yast_clientdir}/update.rb
%{yast_clientdir}/run_update.rb
%license COPYING
%doc %{yast_docdir}/README.md
%doc %{yast_docdir}/CONTRIBUTING.md

%changelog
37 changes: 0 additions & 37 deletions src/Makefile.am

This file was deleted.

12 changes: 0 additions & 12 deletions test/Makefile.am

This file was deleted.

0 comments on commit dd05942

Please sign in to comment.