From Fedora Project Wiki

No edit summary
(Redirect Package Maintainer wiki links to docs.fp.o)
 
(4 intermediate revisions by one other user not shown)
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
== Alpine Links ==


https://staff.washington.edu/joshuadf/
* git http://repo.or.cz/alpine.git
* Eduardo Chappa's site is patches.freeiz.com (WARNING: ads)


==Fedora Contributions==


Rebuilding a source RPM:
Package list is in [https://admin.fedoraproject.org/pkgdb/packager/joshuadf/ pkgdb]


By the way, you can find links to the Fedora source packages, filed bugs,
==Useful Fedora Links==
updates, etc, for any Fedora at the newish Package Database:
https://admin.fedoraproject.org/pkgdb/packages/name/alpine


Here is how to build alpine :
Packaging related:
<pre>
# standard tools
yum -y groupinstall "Development Tools"
yum -y install fedora-packager


# for alpine BuildRequires
* [https://docs.fedoraproject.org/en-US/packaging-guidelines/ Packaging Guidelines]
# http://et.redhat.com/~rjones/auto-buildrequires/
* [https://docs.fedoraproject.org/en-US/package-maintainers/ PackageMaintainers]
yum -y install aspell gettext inews krb5-devel ncurses-devel openldap-devel
* [[Packaging tricks]]
openssl-devel pam-devel
* [[How to create an RPM package]]
* [https://docs.fedoraproject.org/en-US/package-maintainers/Package_Update_Guide/ Package update HOWTO]


mkdir alpinetest
==Other Stuff==
cd alpinetest
* None
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>

Latest revision as of 17:08, 7 October 2021

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 (29)
In Search of the Bull (Tester I) Corporate Drone Like a Rock (Updates-Stable I) Embryo Froglet Egg Curious Penguin (Ask Fedora I) Tadpole with Legs Long Life to Pagure (Pagure I) Long Life to Pagure (Pagure VI) Long Life to Pagure (Pagure II) Long Life to Pagure (Pagure IV) Let Me Introduce Myself 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) Tadpole Adult Frog Mugshot
 


Alpine Links

Fedora Contributions

Package list is in pkgdb

Useful Fedora Links

Packaging related:

Other Stuff

  • None