Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Last active April 6, 2019 05:46
Show Gist options
  • Select an option

  • Save 100daysofdevops/5e63f35299dd162c8a98551bd0f58cbe to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/5e63f35299dd162c8a98551bd0f58cbe to your computer and use it in GitHub Desktop.
Name: myhomepage
Version: 1
Release: 0
Summary: This is myhomepage rpm
Group: mygroup
License: GPL
URL: http://www.example.com
Source0: myhomepage-1.tar
%description
%prep
%setup -q
%build
%install
mkdir -p "$RPM_BUILD_ROOT"
cp -R * "$RPM_BUILD_ROOT"
%files
/tmp/user/index.html
%doc
%changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment