Carlos Mogas da Silva
f34e2f6440
This is basicaly the same spec file as used in the official Fedora with just a version bump to the lastest.
6 lines
118 B
Bash
Executable file
6 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rpmbuild --define "_topdir `pwd`" -bs python-pwntools.spec
|
|
mv SRPMS/* .
|
|
rmdir BUILDROOT RPMS SRPMS BUILD
|