User Tools

Site Tools


linux_og_unix:rpm

Differences

This shows you the differences between two versions of the page.


linux_og_unix:rpm [2023/10/21 19:19] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +==== RPM ====
  
 +Bygge egne rpm-pakke udfra source:
 +<code>
 +  mkdir $HOME/rpm
 +  mkdir $HOME/rpm/SOURCES
 +  mkdir $HOME/rpm/SPECS
 +  mkdir $HOME/rpm/BUILD
 +  mkdir $HOME/rpm/SRPMS
 +  mkdir $HOME/rpm/RPMS
 +  mkdir $HOME/rpm/RPMS/{i686,x86_64}
 +  echo "%_topdir    $HOME/rpm" >> $HOME/.rpmmacros
 +  rpmbuild -ta courier-0.40.tar.bz2
 +</code>

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki