Differences From Artifact [3fd19fb3b9]:
- File libconfig.spec — part of check-in [4596d49a10] at 2004-11-22 02:00:13 on branch trunk — Added a .spec file Changed license to MIT libconfig 0.1.3 (user: rkeene, size: 887) [annotate] [blame] [check-ins using]
To Artifact [2326b9e6e4]:
- File libconfig.spec — part of check-in [1c4c941633] at 2004-12-03 12:19:59 on branch trunk — Merged patches from Mirko Buffoni <mirko.buffoni@synthesys.it> That fixed installation and RPM `spec file' issues. (user: rkeene, size: 912) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + | %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 |