Check-in [a3f979b75d]
Overview
Comment:Added an AUTHORS file.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a3f979b75d68b28ecf82a4d391b9d2883aa7d0a2
User & Date: rkeene on 2004-12-03 12:22:17
Other Links: manifest | tags
Context
2004-12-18
10:05
Win32 support fixed. Added a new man page (lc_cleanup) check-in: 80d18a8d82 user: rkeene tags: trunk
2004-12-03
12:22
Added an AUTHORS file. check-in: a3f979b75d user: rkeene tags: trunk
12:19
Merged patches from Mirko Buffoni <mirko.buffoni@synthesys.it> That fixed installation and RPM `spec file' issues. check-in: 1c4c941633 user: rkeene tags: trunk
Changes

Added AUTHORS version [8675c4e384].















>
>
>
>
>
>
>
1
2
3
4
5
6
7
Primary Authors:
  * Roy Keene <libconfig@rkeene.org>
    Primary maintainer.

People who have submitted patches:
  * Mirko Buffoni <mirko.buffoni@synthesys.it>
    Fixed installation issues and corrected mistakes in RPM spec file.

Modified libconfig.spec from [2326b9e6e4] to [2a99584cbf].

22
23
24
25
26
27
28

29
30
31
32
33
34
35
36
37
38
39

%install
make install

%files
%defattr(-,root,root)
%doc README

/usr/lib/libconfig.a
/usr/lib/libconfig.so
/usr/lib/libconfig.so.@@VERS@@
/usr/lib/libconfig.so.0
/usr/include/libconfig.h
/usr/man/man3/lc_geterrno.3
/usr/man/man3/lc_geterrstr.3
/usr/man/man3/lc_process.3
/usr/man/man3/lc_register_callback.3
/usr/man/man3/lc_register_var.3
/usr/man/man3/libconfig.3







>











22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

%install
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
/usr/man/man3/lc_geterrno.3
/usr/man/man3/lc_geterrstr.3
/usr/man/man3/lc_process.3
/usr/man/man3/lc_register_callback.3
/usr/man/man3/lc_register_var.3
/usr/man/man3/libconfig.3

Modified makearch.info from [22eab4d5e3] to [bfafb4e152].

16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

# Space sperated list of documents, if they exist, they will be
# 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"
DOC_HDR="HEADER"

# These files follow the same convention as DOCS, but don't have the header
# tacked onto them.
UPDATE_VARS="libconfig.spec"

# This script is executed immediately after copying the files







|







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

# Space sperated list of documents, if they exist, they will be
# 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 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"

# This script is executed immediately after copying the files