GitXplorerGitXplorer
j

rpm-mathematica

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
13df40c59cd8fc688616b20fa9723082d7e362a1

Fix up mime types properly

jjonathanunderwood committed 9 years ago
Unverified
a56b6758dba83f12faf07e9f4f3adf49d1c7dc86

Attempt to fix up broken mime types

jjonathanunderwood committed 9 years ago
Unverified
344f6c4b25a3bdd75106716fe620135fba07b7e7

Fixup some markdown in README.md

jjonathanunderwood committed 9 years ago
Unverified
707f93948163c67917134c09f6e92ce1e13a1f03

Add notes for building nosrc rpm to README.md

jjonathanunderwood committed 9 years ago
Unverified
eb811c1454a048f4e0aa709c4fc2081bce53a65c

Update to 10.3.0

jjonathanunderwood committed 9 years ago
Unverified
a8d3c198342351d14c546549e814cdafa564d982

Merge branch 'master' of https://github.com/jonathanunderwood/rpm-mathematica

jjonathanunderwood committed 9 years ago

README

The README file for this repository.

rpm-mathematica

RPM for Mathematica

Building the nosrc rpm using mock on Fedora

  1. Build a src rpm as usual

    rpmbuild -bs Mathematica.spec 
  2. Initialize a mock chroot

    mock -r fedora-23-x86_64 init
  3. Copy the Mathematica installer bundle into the chroot

    mock -r fedora-23-x86_64 --copyin Mathematica_10.3.0_LINUX.sh /builddir/build/SOURCES/
  4. Kick off the build without cleaning the chroot

    mock -v --dnf -r fedora-23-x86_64 --no-clean --rebuild Mathematica-10.3.0-1.fc23.nosrc.rpm