Last active
April 6, 2019 05:46
-
-
Save 100daysofdevops/5e63f35299dd162c8a98551bd0f58cbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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