Author: wrobell Date: Wed Feb 23 02:02:18 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated summaries/descriptions of client library subpackages - post/postun for client library added
---- Files affected: SPECS: spread.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/spread.spec diff -u SPECS/spread.spec:1.2 SPECS/spread.spec:1.3 --- SPECS/spread.spec:1.2 Wed Feb 23 02:50:13 2005 +++ SPECS/spread.spec Wed Feb 23 03:02:13 2005 @@ -11,7 +11,6 @@ # check the license first before removing line below NoSource: 0 URL: http://www.spread.com/ -Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -27,27 +26,27 @@ on the differentiating components of their application. %package libs -Summary: Spread library +Summary: Spread client library Group: Libraries %description libs -Spread library. +Spread client library. %package devel -Summary: Header files for Spread library +Summary: Header files for Spread client library Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} %description devel -Header files for Spread library. +Header files for Spread client library. %package static -Summary: Static Spread library +Summary: Static Spread client library Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static -Static Spread library. +Static Spread client library. %prep %setup -q -n %{name}-src-%{version} @@ -65,6 +64,9 @@ %clean rm -rf $RPM_BUILD_ROOT +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig + %files %defattr(644,root,root,755) %doc TODO docs/* @@ -93,6 +95,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/02/23 02:02:13 wrobell +- updated summaries/descriptions of client library subpackages +- post/postun for client library added + Revision 1.2 2005/02/23 01:50:13 wrobell - no md5 when no source ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/spread.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
