Changes between Initial Version and Version 1 of Ticket #3541, comment 13


Ignore:
Timestamp:
Aug 7, 2013, 3:01:54 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3541, comment 13

    initial v1  
    99
    1010
    11 {{{
     11{{{#!sh
    1212   $ cd
    1313   $ mkdir -p rpms/{BUILD,SOURCES,SPECS,SRPMS,RPMS/{i386,x86_64,noarch}}
     
    1616   $ wget -N -c "http://trac-hacks.org/changeset/latest/detailedrssfeedplugin?old_path=/&filename=detailedrssfeedplugin&format=zip"
    1717   $ cd ../SPECS
    18    $ wget -N -c "http://trac-hacks.org/attachment/ticket/3541/trac-detailedrssfeed-plugin.spec?format=raw"
     18   $ wget -N -c "http://trac-hacks.org/raw-attachment/ticket/3541/trac-detailedrssfeed-plugin.spec"
    1919   $ rpmbuild -ba trac-detailedrssfeed-plugin.spec
    2020}}}