SPECS: mcs.spec - better summary & description - ghost so.X symlin...

megabajt megabajt at pld-linux.org
Sat Mar 17 11:43:14 CET 2007


Author: megabajt                     Date: Sat Mar 17 10:43:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better summary & description
- ghost so.X symlink
- more TODO

---- Files affected:
SPECS:
   mcs.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/mcs.spec
diff -u SPECS/mcs.spec:1.4 SPECS/mcs.spec:1.5
--- SPECS/mcs.spec:1.4	Fri Mar 16 23:24:43 2007
+++ SPECS/mcs.spec	Sat Mar 17 11:43:08 2007
@@ -1,6 +1,9 @@
 # $Revision$, $Date$
-# TODO: build GConf and Kconfig backends (?)
-Summary:	mcs abstract the storage of configuration settings away from userland applications
+# TODO:
+# - pl description and summary
+# - build GConf and Kconfig backends (?)
+#
+Summary:	mcs - simple, abstractable configuration library
 Name:		mcs
 Version:	0.4.1
 Release:	1
@@ -13,8 +16,14 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-mcs abstract the storage of configuration settings away from userland
-applications.
+mcs is a library and set of userland tools which abstract the storage
+of configuration settings away from userland applications. It is hoped
+that by using mcs, that the applications which use it will generally
+have a more congruent feeling in regards to settings. There have been
+other projects like this before (such as GConf), but unlike those
+projects, mcs strictly handles abstraction. It doesn't impose any
+specific data storage requirement, nor is it tied to any desktop
+environment or software suite.
 
 %package libs
 Summary:	mcs library
@@ -43,7 +52,8 @@
 %setup -q
 
 %build
-%configure
+%configure \
+	--enable-static
 
 %{__make}
 
@@ -69,7 +79,8 @@
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libmcs.so.*
+%attr(755,root,root) %{_libdir}/libmcs.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmcs.so.[0-9]
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/libkeyfile.so
 
@@ -85,6 +96,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/03/17 10:43:08  megabajt
+- better summary & description
+- ghost so.X symlink
+- more TODO
+
 Revision 1.4  2007/03/16 22:24:43  sls
 - added TODO
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mcs.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list