Class: Qrpm::RpmBuilder
- Inherits:
-
Object
- Object
- Qrpm::RpmBuilder
- Defined in:
- lib/qrpm/render.rb
Instance Method Summary collapse
- #build ⇒ Object
-
#initialize ⇒ RpmBuilder
constructor
A new instance of RpmBuilder.
Constructor Details
#initialize ⇒ RpmBuilder
Returns a new instance of RpmBuilder.
3 4 |
# File 'lib/qrpm/render.rb', line 3 def initialize end |
Instance Method Details
#build ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/qrpm/render.rb', line 6 def build # Create directories # Collect sources # Copy sources # Create spec file end |