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

libva-utils pre-release tarballs and release tarball name should be hyphenated instead of underscored. #21

Closed
chivakker opened this issue Mar 13, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@chivakker
Copy link
Contributor

Current pre-release 1.8.0.pre1 tarball name is using underscores like libva_utils-1.8.0.pre1 when automated building systems require it to use hyphens to compile. To keep consistency with related projects this has to be changed to use hyphens on the package name.

Test should be:

$ ./autogen.sh --prefix= ... other config options if needed
$ make dist

The resultant tarball will be
libva-utils-1.8.0.tar.gz and libva-utils-1.8.0.tar.bz2

@chivakker chivakker self-assigned this Mar 13, 2017
@chivakker chivakker added this to the 1.8.0 Release milestone Mar 13, 2017
chivakker added a commit to chivakker/libva-utils that referenced this issue Mar 13, 2017
Compilation scripts on different distributions (i.e. arch, gentoo) rely
on the tarball name to use hyphens between words.

This patch will create tarballs with hyphenated names

TEST="make dist, should produce libva-utils.tar.*"

Fixes intel#21

Signed-off-by: Daniel Charles <daniel.charles@intel.com>
chivakker added a commit to chivakker/libva-utils that referenced this issue Mar 13, 2017
Compilation scripts on different distributions (i.e. arch, gentoo) rely
on the tarball name to use hyphens between words.

This patch will create tarballs with hyphenated names

TEST="make dist, should produce libva-utils.tar.*"

Fixes intel#21

Signed-off-by: Daniel Charles <daniel.charles@intel.com>
@seanvk seanvk closed this as completed in d80c78c Mar 14, 2017
chivakker added a commit that referenced this issue Mar 14, 2017
Compilation scripts on different distributions (i.e. arch, gentoo) rely
on the tarball name to use hyphens between words.

This patch will create tarballs with hyphenated names

TEST="make dist, should produce libva-utils.tar.*"

Fixes #21

Signed-off-by: Daniel Charles <daniel.charles@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant