Skip to content

Commit

Permalink
drop autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 14, 2016
1 parent 2994402 commit d7cb019
Show file tree
Hide file tree
Showing 27 changed files with 11 additions and 517 deletions.
55 changes: 0 additions & 55 deletions Makefile.cvs

This file was deleted.

5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -3,6 +3,11 @@ require "yast/rake"
Yast::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/

conf.install_locations["autoyast_desktop/*.desktop"] = Packaging::Configuration::DESTDIR + "/usr/share/autoinstall/modules"
# TODO: move to src/client and verify if needed
conf.install_locations["control/*.rb"] = Packaging::Configuration::YAST_DIR + "/clients"
conf.install_locations["startup"] = Packaging::Configuration::YAST_LIB_DIR
end

# safety check - make sure the RNG file is up to date
Expand Down
9 changes: 0 additions & 9 deletions autoyast_desktop/Makefile.am

This file was deleted.

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

This file was deleted.

9 changes: 6 additions & 3 deletions package/yast2-installation.spec
Expand Up @@ -37,6 +37,7 @@ BuildRequires: update-desktop-files
BuildRequires: yast2-packager >= 3.1.113
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake)

# Moved proc_modules.scr
BuildRequires: yast2 >= 3.1.180
Expand Down Expand Up @@ -140,15 +141,17 @@ System installation code as present on installation media.
%prep
%setup -n %{name}-%{version}

%check
rake test:unit

%build
%yast_build

%install
%yast_install
rake install DESTDIR="%{buildroot}"

for f in `find %{buildroot}%{_datadir}/autoinstall/modules -name "*.desktop"`; do
%suse_update_desktop_file $f
done
done

mkdir -p %{buildroot}%{yast_vardir}/hooks/installation

Expand Down
207 changes: 0 additions & 207 deletions src/Makefile.am

This file was deleted.

16 changes: 0 additions & 16 deletions startup/First-Stage/Makefile.am

This file was deleted.

14 changes: 0 additions & 14 deletions startup/Makefile.am

This file was deleted.

16 changes: 0 additions & 16 deletions startup/Second-Stage/Makefile.am

This file was deleted.

9 changes: 0 additions & 9 deletions startup/arch/Makefile.am

This file was deleted.

11 changes: 0 additions & 11 deletions startup/arch/i386/Makefile.am

This file was deleted.

0 comments on commit d7cb019

Please sign in to comment.