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

Create RPMs? #4

Open
HokieGeek opened this issue May 10, 2016 · 0 comments
Open

Create RPMs? #4

HokieGeek opened this issue May 10, 2016 · 0 comments

Comments

@HokieGeek
Copy link
Owner

Summary: Bins
Name: hg-bin
Version: 0
Release: 1
Vendor: Me
Group: Application/Blah
Distribution: Linux
License: MIT
Source: %{_source}
Prefix: %{_prefix}
Buildroot: %{_buildroot}

Requires: blah
Provides: blah

%description
blah

%prep
%setup

%install
cp -rPp %{_builddir}/%{_package} %{_buildroot}

%files
/%{_prefix}/*
rpmbuild --target=x86_64 \
                --define "_prefix /usr/local"
                --define "buildroot /tmp/blah'
                <spec>
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

No branches or pull requests

1 participant