Author: qboosh Date: Sun Sep 2 12:44:39 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, more BRs, drop *.la
---- Files affected: SPECS: libopensync-plugin-ldap.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libopensync-plugin-ldap.spec diff -u SPECS/libopensync-plugin-ldap.spec:1.1 SPECS/libopensync-plugin-ldap.spec:1.2 --- SPECS/libopensync-plugin-ldap.spec:1.1 Fri Aug 31 22:33:48 2007 +++ SPECS/libopensync-plugin-ldap.spec Sun Sep 2 14:44:33 2007 @@ -1,22 +1,29 @@ # $Revision$, $Date$ Summary: OpenSync Plugin for LDAP +Summary(pl.UTF-8): Wtyczka LDAP do OpenSync Name: libopensync-plugin-ldap Version: 0.22 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Libraries Source0: http://www.opensync.org/attachment/wiki/download/%{name}-%{version}.tar.bz2?format=raw # Source0-md5: 9a37bd9ae84fcba2f72be802d278cdfc URL: http://www.opensync.org/ BuildRequires: cyrus-sasl-devel -BuildRequires: libgcrypt-devel +BuildRequires: glib2-devel >= 2.0 +BuildRequires: libgcrypt-devel >= 1.1.91 BuildRequires: libopensync-devel >= %{version} +BuildRequires: libxml2-devel BuildRequires: openldap-devel +BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description OpenSync Plugin for LDAP. +%description -l pl.UTF-8 +Wtyczka LDAP do OpenSync. + %prep %setup -q @@ -30,15 +37,16 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/opensync/plugins/*.la + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog README -%attr(755,root,root) %{_libdir}/opensync/plugins/*.so -%{_libdir}/opensync/plugins/*.la -%{_datadir}/opensync/defaults/* +%attr(755,root,root) %{_libdir}/opensync/plugins/ldap_plugin.so +%{_datadir}/opensync/defaults/ldap-sync %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -46,6 +54,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/09/02 12:44:33 qboosh +- pl, more BRs, drop *.la + Revision 1.1 2007/08/31 20:33:48 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libopensync-plugin-ldap.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
