packages: libpst/libpst.spec - updated to 0.6.45 (new soname) - added -m4.p...
megabajt
megabajt at pld-linux.org
Thu Feb 25 21:53:03 CET 2010
Author: megabajt Date: Thu Feb 25 20:53:03 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.6.45 (new soname)
- added -m4.patch and -asneeded.patch
- added python-libpst package
---- Files affected:
packages/libpst:
libpst.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: packages/libpst/libpst.spec
diff -u packages/libpst/libpst.spec:1.8 packages/libpst/libpst.spec:1.9
--- packages/libpst/libpst.spec:1.8 Sat Mar 21 18:27:28 2009
+++ packages/libpst/libpst.spec Thu Feb 25 21:52:58 2010
@@ -2,16 +2,19 @@
Summary: Library for reading .pst files
Summary(pl.UTF-8): Biblioteka do czytania plików .pst
Name: libpst
-Version: 0.6.34
+Version: 0.6.45
Release: 1
License: GPL v2
Group: Libraries
Source0: http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
-# Source0-md5: 092067121a7f8c5f8bea8b3cdc31f5e6
+# Source0-md5: c77174cd4566f4701a12948cbc7777a3
+Patch0: %{name}-m4.patch
+Patch1: %{name}-asneeded.patch
URL: http://www.five-ten-sg.com/libpst/
BuildRequires: ImageMagick
BuildRequires: autoconf >= 2.59
BuildRequires: automake
+BuildRequires: boost-python-devel
BuildRequires: gd-devel
BuildRequires: libstdc++-devel
BuildRequires: libtool
@@ -61,8 +64,21 @@
%description tools -l pl.UTF-8
Narzędzia do konwertowania plików .pst Microsoft Outlooka.
+%package -n python-libpst
+Summary: libpst Python bindings
+Summary(pl.UTF-8): Wiązania libpst dla Pythona
+Group: Development/Languages/Python
+
+%description -n python-libpst
+libpst Python bindings.
+
+%description -n python-libpst -l pl.UTF-8
+Wiązania libpst dla Pythona.
+
%prep
%setup -q
+%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -82,6 +98,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{a,la}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -92,13 +110,13 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README TODO
%attr(755,root,root) %{_libdir}/libpst.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpst.so.1
+%attr(755,root,root) %ghost %{_libdir}/libpst.so.4
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libpst.so
%{_libdir}/libpst.la
-%{_includedir}/libpst
+%{_includedir}/libpst-4
%{_pkgconfigdir}/libpst.pc
%files static
@@ -111,20 +129,27 @@
%attr(755,root,root) %{_bindir}/pst2dii
%attr(755,root,root) %{_bindir}/pst2ldif
%attr(755,root,root) %{_bindir}/readpst
-%attr(755,root,root) %{_bindir}/readpstlog
%{_mandir}/man1/lspst.1*
%{_mandir}/man1/pst2dii.1*
%{_mandir}/man1/pst2ldif.1*
%{_mandir}/man1/readpst.1*
-%{_mandir}/man1/readpstlog.1*
%{_mandir}/man5/outlook.pst.5*
+%files -n python-libpst
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py_sitedir}/_libpst.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.9 2010/02/25 20:52:58 megabajt
+- updated to 0.6.45 (new soname)
+- added -m4.patch and -asneeded.patch
+- added python-libpst package
+
Revision 1.8 2009/03/21 17:27:28 megabajt
- updated to 0.6.34
- removed obsolete readpst-install.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libpst/libpst.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list