From Fedora Project Wiki

No edit summary
mNo edit summary
Line 1: Line 1:
Here's some stuff about me:
{{User:Cassmodiah/Infobox2
|image=Joshuadf.jpg
|REAL-NAME= Joshua Daniel Franklin
|FAS-NAME= joshuadf
|irc-nick=joshuadf
|HOME=[https://github.com/joshuadfranklin github.com/joshuadfranklin]
}}


http://koji.fedoraproject.org/koji/userinfo?userID=499
==Fedora Contributions==


https://staff.washington.edu/joshuadf/
Package list is in [https://admin.fedoraproject.org/pkgdb/packager/joshuadf/ pkgdb]


==Useful Links==


Rebuilding a source RPM:
Packaging related:


By the way, you can find links to the Fedora source packages, filed bugs,
* [[Packaging:Guidelines]]
updates, etc, for any Fedora at the newish Package Database:
* [[PackageMaintainers]]
https://admin.fedoraproject.org/pkgdb/packages/name/alpine
* [[Packaging tricks]]
 
* [[How to create an RPM package]]
Here is how to build alpine :
* [[Package update HOWTO]]
<pre>
# standard tools
yum -y groupinstall "Development Tools"
yum -y install fedora-packager
 
# for alpine BuildRequires
# http://et.redhat.com/~rjones/auto-buildrequires/
yum -y install aspell gettext inews krb5-devel ncurses-devel openldap-devel
openssl-devel pam-devel
 
mkdir alpinetest
cd alpinetest
svn checkout https://svn.cac.washington.edu/public/alpine/snapshots/
cd snapshots
_sysconfdir=/etc/
touch imap/ip6
./configure \ 
  --enable-debug=no \
  --without-tcl \
  --with-c-client-target=lfd \
  --with-passfile=.alpine.passfile \
  --with-spellcheck-prog=aspell \
  --with-system-pinerc=%{_sysconfdir}/pine.conf \
  --with-system-fixed-pinerc=%{_sysconfdir}/pine.conf.fixed
 
make
alpine/alpine
</pre>

Revision as of 10:34, 26 September 2015

Joshua Daniel Franklin
Joshua Daniel Franklin
Personal Information
Birthday: {{{birthday}}}
Home: github.com/joshuadfranklin
Fedora-specific Information
FAS-Name: joshuadf
Fedora-Mail: joshuadf@fedoraproject.org
Miscellaneous Information
Private Mail: {{{pmail}}}
GPG-Key: {{{gpg}}}
IRC: joshuadf on Libera.chat in
{{{irc-channels}}}
Badges (28)
In Search of the Bull (Tester I) Corporate Drone Like a Rock (Updates-Stable I) Froglet Let Me Introduce Myself Tadpole with Legs Adult Frog Long Life to Pagure (Pagure V) Associate Badger (Badger 1.5) Paranoid Panda Bona Fide Don't Call it a Comeback Involvement What goes up... (Koji Failure I) If you build it... (Koji Success I) Is this thing on? (Updates-Testing I) Take this and call me in the morning What goes up... (Koji Failure II) You can call me "Patches" (SCM I) Junior Badger (Badger I) Embryo Tadpole Egg Curious Penguin (Ask Fedora I) Long Life to Pagure (Pagure I) Long Life to Pagure (Pagure VI) Long Life to Pagure (Pagure II) Long Life to Pagure (Pagure IV)
 


Fedora Contributions

Package list is in pkgdb

Useful Links

Packaging related: