ADDED AUTHORS Index: AUTHORS ================================================================== --- AUTHORS +++ AUTHORS @@ -0,0 +1,7 @@ +Primary Authors: + * Roy Keene + Primary maintainer. + +People who have submitted patches: + * Mirko Buffoni + Fixed installation issues and corrected mistakes in RPM spec file. Index: libconfig.spec ================================================================== --- libconfig.spec +++ libconfig.spec @@ -24,10 +24,11 @@ make install %files %defattr(-,root,root) %doc README +%doc AUTHORS /usr/lib/libconfig.a /usr/lib/libconfig.so /usr/lib/libconfig.so.@@VERS@@ /usr/lib/libconfig.so.0 /usr/include/libconfig.h Index: makearch.info ================================================================== --- makearch.info +++ makearch.info @@ -18,11 +18,11 @@ # prefixed with the contents of the DOC_HDR file and substitution # will occur: # @@UTIL@@ becomes the utility name ${UTIL} # @@VERS@@ becomes the utility version # @@DATE@@ becomes the current date -DOCS="README INSTALL Docs/USAGE TODO" +DOCS="README INSTALL Docs/USAGE TODO AUTHORS" DOC_HDR="HEADER" # These files follow the same convention as DOCS, but don't have the header # tacked onto them. UPDATE_VARS="libconfig.spec"