SPECS: evolution-data-server.spec - 1.4.1, libs subpackage
freetz
freetz at pld-linux.org
Tue Oct 4 21:31:41 CEST 2005
Author: freetz Date: Tue Oct 4 19:31:41 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.4.1, libs subpackage
---- Files affected:
SPECS:
evolution-data-server.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: SPECS/evolution-data-server.spec
diff -u SPECS/evolution-data-server.spec:1.58 SPECS/evolution-data-server.spec:1.59
--- SPECS/evolution-data-server.spec:1.58 Mon Sep 5 21:41:15 2005
+++ SPECS/evolution-data-server.spec Tue Oct 4 21:31:31 2005
@@ -12,12 +12,12 @@
Summary: Evolution data server
Summary(pl): Serwer danych Evolution
Name: evolution-data-server
-Version: 1.4.0
+Version: 1.4.1
Release: 1
License: GPL
Group: Libraries
Source0: http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.4/%{name}-%{version}.tar.bz2
-# Source0-md5: a15991d5f0112b43c18fa99dfccfec1b
+# Source0-md5: af8f53c4ea524df861a6f2eb1ea75ad9
Patch0: %{name}-system_db.patch
Patch1: %{name}-GG-IM.patch
Patch2: %{name}-workaround-cal-backend-leak.patch
@@ -42,9 +42,8 @@
BuildRequires: rpmbuild(macros) >= 1.197
%{?with_kerberos5:BuildRequires: heimdal-devel >= 0.7}
%{?with_ldap:BuildRequires: openldap-devel >= 2.0.0}
-Requires(post,postun): /sbin/ldconfig
Requires(post,postun): scrollkeeper
-Requires: libsoup >= 2.2.3
+Requires: %{name}-libs = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define schemadir /usr/share/openldap/schema
@@ -103,6 +102,18 @@
%description static -l pl
Statyczne biblioteki serwera danych Evolution.
+%package libs
+Summary: Evoltion Data Server library
+Summary(pl): Biblioteka Evolution Data Server
+Group: Libraries
+Requires: libsoup >= 2.2.3
+
+%description
+This package contains Evoltion Data Server library.
+
+%description libs -l pl
+Ten pakiet zawiera bibliotekę Evolution Data Server.
+
%prep
%setup -q
%patch0 -p1
@@ -166,13 +177,14 @@
rm -rf $RPM_BUILD_ROOT
%post
-/sbin/ldconfig
%scrollkeeper_update_post
%postun
-/sbin/ldconfig
%scrollkeeper_update_postun
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
%post -n openldap-schema-evolutionperson
if ! grep -q %{schemadir}/evolutionperson.schema /etc/openldap/slapd.conf; then
sed -i -e '
@@ -206,7 +218,6 @@
%doc AUTHORS ChangeLog NEWS* README
%attr(755,root,root) %{_libdir}/camel-index-control-%{apiver}
%attr(755,root,root) %{_libdir}/camel-lock-helper-%{apiver}
-%attr(755,root,root) %{_libdir}/*.so.*.*
%dir %{_libdir}/%{name}-%{apiver}
%dir %{_libdir}/%{name}-%{apiver}/camel-providers
%attr(755,root,root) %{_libdir}/evolution-data-server-%{basever}
@@ -243,12 +254,19 @@
%defattr(644,root,root,755)
%{_libdir}/*.a
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/*.so.*.*
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2005/10/04 19:31:31 freetz
+- 1.4.1, libs subpackage
+
Revision 1.58 2005/09/05 19:41:15 freetz
- fixed post merge copy&paste typo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/evolution-data-server.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list