Check-in [a3f979b75d]
Overview
Comment:Added an AUTHORS file.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a3f979b75d68b28ecf82a4d391b9d2883aa7d0a2
User & Date: rkeene on 2004-12-03 12:22:17.000
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].
22
23
24
25
26
27
28

29
30
31
32
33
34
35

%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







>







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

%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
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