Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial attempt at an RPM makefile and the required setup.py changes #36

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

imcleod
Copy link

@imcleod imcleod commented Sep 25, 2012

As the commit title suggests, this is an initial effort at making an RPM that can be included in Fedora or other RPM based distros.

This includes a scheme I originally borrowed from the Oz project that creates a version string based on the output of "git describe". This only works correctly if you have at least one annotated tag in your repo
and ideally should be used by annotating all major release tags like this:

git tag -m "0.4.2" 0.4.2

I have an annotated tag in my fork which may or may not carry forward with this pull request. If it doesn't you may need to create one using the scheme above in order for this code to work as expected.

If all is well, checkout followed by "make rpm" should produce some sensible RPM output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant