G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

Update auto-generated spec file so it actually works #761

Closed gicmo closed 5 years ago

gicmo commented 5 years ago

The gcc/gcc-c++ compilers are not in the buildroot anymore therefore we need to explicitly require them while building. Additionally fix the download URL to something that would work.

If one uses Makefiles, then in the <builddir> a rpm can be build with (given build-dependencies are installed and the current release is F29):

make package_source
fedpkg --release F29 local
jgrewe commented 5 years ago

so we can kill the nixio.spec file from the repo?

gicmo commented 5 years ago

@jgrewe could do. We can keep the nixio.spec in 1.4 branch from where we can build stable release on copr for 1.4. Once we have 1.5.0 out we should try to get it into fedora so we don't need the non-generated one anymore for 1.5. What do you think?

jgrewe commented 5 years ago

@gicmo, Yes, that is what I had in mind. Removing it only from the master branch. In the 1.4 we might still use it for further reference