From Fedora Project Wiki

Line 70: Line 70:


<pre>
<pre>
# check a spec file
rpmlint ray.spec
rpmlint ray.spec


# check a source RPM file
rpmlint ray*.src.rpm
rpmlint ray*.src.rpm


# check a binary RPM file
rpmlint ray*.rpm
rpmlint ray*.rpm


# check a installed package
rpmlint ray-common
rpmlint ray-common


# build binary RPMS and SRPM
rpmbuild -ba ray.spec
rpmbuild -ba ray.spec


# list files in package
rpm -ql ray-common
# list files in RPM file
rpm -qpl
# build package in a sandbox
mock -r fedora-17-x86_64 rebuild ray-2.1.0-2.fc17.src.rpm &> ray-2.1.0-2.fc17.src.rpm.mock
mock -r fedora-17-x86_64 rebuild ray-2.1.0-2.fc17.src.rpm &> ray-2.1.0-2.fc17.src.rpm.mock


rpm -ql ray-common
 
</pre>
</pre>

Revision as of 08:23, 4 November 2012

Sébastien Boisvert
Sébastien Boisvert
Personal Information
Birthday: {{{birthday}}}
Home: Québec City, Québec, Canada
Fedora-specific Information
FAS-Name: sebhtml
Fedora-Mail: sebhtml@fedoraproject.org
Miscellaneous Information
Private Mail: {{{pmail}}}
GPG-Key: {{{gpg}}}
IRC: {{{irc-nick}}} on Libera.chat in
{{{irc-channels}}}
Badges (20)
If you build it... (Koji Success I) You can call me "Patches" (SCM I) Involvement Egg Bona Fide If you build it... (Koji Success II) What goes up... (Koji Failure I) What goes up... (Koji Failure II) Is this thing on? (Updates-Testing I) Froglet Embryo Helping Hand Tadpole You can call me "Patches" (SCM II) Junior Badger (Badger I) Like a Rock (Updates-Stable I) Let Me Introduce Myself Origin Adult Frog Tadpole with Legs
 


General information

I'm a Canadian Institutes of Health Research -funded doctoral student. I utilize the message passing interface to solve computational problems in genomics.

I started using Linux in 2003 with Red Hat 9. I am currently using Fedora 17 on a Thinkpad x230.

Finding a sponsor



Readings

My packages


My package reviews

  • Full list of packages waiting for a reviewer here.

Useful commands

# check a spec file
rpmlint ray.spec

# check a source RPM file
rpmlint ray*.src.rpm

# check a binary RPM file
rpmlint ray*.rpm

# check a installed package
rpmlint ray-common

# build binary RPMS and SRPM 
rpmbuild -ba ray.spec

# list files in package
rpm -ql ray-common

# list files in RPM file
rpm -qpl

# build package in a sandbox
mock -r fedora-17-x86_64 rebuild ray-2.1.0-2.fc17.src.rpm &> ray-2.1.0-2.fc17.src.rpm.mock