G-Node / nix

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

Some tweaks for packaging #746

Closed gicmo closed 6 years ago

gicmo commented 6 years ago

Since we now are able to generate source tarballs and have a generated nixio.spec in the build directory the following should work:

cd build
make package_source
sudo dnf build-dep nixio.spec
fedpkg --release f28 local

which should result in something like:

x86_64/nixio-1.5.0-0.20180828git5dc563f9.fc28.x86_64.rpm
x86_64/nixio-debuginfo-1.5.0-0.20180828git5dc563f9.fc28.x86_64.rpm
x86_64/nixio-debugsource-1.5.0-0.20180828git5dc563f9.fc28.x86_64.rpm
x86_64/nixio-devel-1.5.0-0.20180828git5dc563f9.fc28.x86_64.rpm
gicmo commented 6 years ago

Maybe I should address the nixio-1.0.pc change here too.