Add contributors file. This gets installed along side the LICENSE and README files in the doc dir for each rpm package.
--
John Dennis <[email protected]>

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
>From 7e14f978f41f9d575511af469bdb5b7ca3509681 Mon Sep 17 00:00:00 2001
From: John Dennis <[email protected]>
Date: Tue, 23 Feb 2010 17:12:06 -0500
Subject: [PATCH] Add contributors file
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

---
 Contributors.txt |   65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ipa.spec.in      |   12 +++++-----
 2 files changed, 71 insertions(+), 6 deletions(-)
 create mode 100644 Contributors.txt

diff --git a/Contributors.txt b/Contributors.txt
new file mode 100644
index 0000000..1d40c6d
--- /dev/null
+++ b/Contributors.txt
@@ -0,0 +1,65 @@
+# -*- coding: utf-8 -*-
+
+The following people have contributed to the FreeIPA project.
+(Listed in alphabetical order within category)
+
+Developers:
+	Rob Crittenden 
+	Frank Cusac
+	Nalin Dahyabhai 
+	Don Davis
+	John Dennis 
+	Jason DeRose
+	Gunther Deschner
+	Endi Dewata
+	Steven Gallagher
+	Jakub Hrozek
+	Nathan Kinder
+	Karl MacMillan
+	Jon McCann
+	Kevin McCarthy
+	Rich Megginson 
+	Jim Meyering
+	Martin Nagy
+	Pete Rowley
+	Andreas Schneider
+	Simo Sorce 
+	Andrew Wnuk
+	Pavel Zůna 
+
+Documentation:
+	David O'Brien
+ 
+Testing:
+	Jenny Galipeau
+	Michael Gregg
+	Suzanne Hillman
+	Chandrasekar Kannan
+	Gowrishankar Rayaiyan
+	Yi Zhang
+
+Translators:
+    Héctor Daniel Cabrera
+    Teguh DC
+    Piotr Drąg
+    Gundachandru
+    Andrew Martynov
+    Sankarshan Mukhopadhyay
+
+Wiki, Solution and Idea Contributors:
+      Viji V Nair
+      Ryan Thompson
+      David Zeuthen
+
+Graphic Design and User Interaction Design:
+	Máirín Duffy
+
+Managment:
+	Scott Haines
+	Bob Lord
+	Dmitri Pal 
+	Kevin Unthank
+	Karl Wirth
+
+
+
diff --git a/ipa.spec.in b/ipa.spec.in
index 0607dd7..f053bab 100644
--- a/ipa.spec.in
+++ b/ipa.spec.in
@@ -368,7 +368,7 @@ fi
 
 %if ! %{ONLY_CLIENT}
 %files server
-%doc LICENSE README
+%doc LICENSE README Contributors.txt
 %defattr(-,root,root,-)
 %{_sbindir}/ipa-dns-install
 %{_sbindir}/ipa-server-install
@@ -435,7 +435,7 @@ fi
 %endif
 
 %files client
-%doc LICENSE README
+%doc LICENSE README Contributors.txt
 %{_sbindir}/ipa-client-install
 %{_sbindir}/ipa-getkeytab
 %{_sbindir}/ipa-rmkeytab
@@ -455,7 +455,7 @@ fi
 
 %if ! %{ONLY_CLIENT}
 %files admintools
-%doc LICENSE README
+%doc LICENSE README Contributors.txt
 %defattr(-,root,root,-)
 %{_bindir}/ipa
 %{_sbindir}/ipa-fix-CVE-2008-3274
@@ -466,7 +466,7 @@ fi
 %endif
 
 %files python -f %{gettext_domain}.lang
-%doc LICENSE README
+%doc LICENSE README Contributors.txt
 %defattr(-,root,root,-)
 %dir %{python_sitelib}/ipapython
 %{python_sitelib}/ipapython/*.py*
@@ -479,13 +479,13 @@ fi
 
 %if %{WITH_RADIUS}
 %files radius-server
-%doc LICENSE README
+%doc LICENSE README Contributors.txt
 %{_usr}/share/ipa/ipaserver/plugins/*
 %dir %{_usr}/share/ipa/plugins
 %{_usr}/share/ipa/plugins/radius.radiusd.conf.template
 
 %files radius-admintools
-%doc LICENSE README
+%doc LICENSE README Contributors.txt
 %{_sbindir}/ipa-addradiusclient
 %{_sbindir}/ipa-addradiusprofile
 %{_sbindir}/ipa-delradiusclient
-- 
1.6.6

_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to