Last active
January 14, 2024 09:12
-
-
Save fuzzmz/5582806 to your computer and use it in GitHub Desktop.
Revisions
-
fuzzmz revised this gist
May 15, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,4 +14,4 @@ First create a package_name.spec file with the following content: Package description here %files After this file is created simply run `# rpmbuild -bb package_name.spec` to create the package. -
fuzzmz created this gist
May 15, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ How to create an empty .rpm file ================================ First create a package_name.spec file with the following content: Summary: Summary here Name: package_name Version: 0 Release: 0 License: Public Group: Applications/System Requires: libXrandr.i686,gtk2.i686,libXtst.i686 %description Package description here %files After this file is created simply run `# rpmbuild -bb php.spec` to create the package.