SPECS: mozldap.spec - subpackage static
zbyniu
zbyniu at pld-linux.org
Sun Apr 30 03:04:29 CEST 2006
Author: zbyniu Date: Sun Apr 30 01:04:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- subpackage static
---- Files affected:
SPECS:
mozldap.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/mozldap.spec
diff -u SPECS/mozldap.spec:1.7 SPECS/mozldap.spec:1.8
--- SPECS/mozldap.spec:1.7 Sun Apr 30 02:48:21 2006
+++ SPECS/mozldap.spec Sun Apr 30 03:04:24 2006
@@ -49,7 +49,19 @@
%description devel
Header and Library files for doing development with the Mozilla LDAP C
-SDK
+SDK.
+
+%package static
+Summary: Static Mozilla LDAP C SDK libraries
+Summary(pl): Statyczne biblioteki Mozilla LDAP C SDK
+Group: Development/Libraries
+Requires: mozldap-devel = %{version}-%{release}
+
+%description static
+Static Mozilla LDAP C SDK libraries.
+
+%description static -l pl
+Statyczne biblioteki Mozilla LDAP C SDK.
%prep
%setup -q -n mozilla
@@ -96,7 +108,7 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir}}/mozldap
-install dist/lib/lib*ldap*.so* $RPM_BUILD_ROOT%{_libdir}
+install dist/lib/lib*ldap* $RPM_BUILD_ROOT%{_libdir}
install dist/bin/ldap* $RPM_BUILD_ROOT%{_libdir}/mozldap
install dist/public/ldap/*.h $RPM_BUILD_ROOT%{_includedir}/mozldap
@@ -148,6 +160,10 @@
%{_datadir}/mozldap
%{_libdir}/lib*.so
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -155,6 +171,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/04/30 01:04:24 zbyniu
+- subpackage static
+
Revision 1.7 2006/04/30 00:48:21 zbyniu
- MANY cleanups; I can't see svrcore in pld, build included
- what is version? 5.17 5.1.7?
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mozldap.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list