SPECS: readpst.spec (NEW) - new

glen glen at pld-linux.org
Wed Jan 4 13:53:57 CET 2006


Author: glen                         Date: Wed Jan  4 12:53:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   readpst.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/readpst.spec
diff -u /dev/null SPECS/readpst.spec:1.1
--- /dev/null	Wed Jan  4 13:53:57 2006
+++ SPECS/readpst.spec	Wed Jan  4 13:53:51 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Utility for converting Microsoft Outlook mail files
+Name:		readpst
+Version:	0.5.1
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://alioth.debian.org/download.php/844/libpst-%{version}.tar.gz
+# Source0-md5:	0a80562bf7c503f9d3fdd96e0de10408
+Patch0:		%{name}-install.patch
+URL:		http://alioth.debian.org/projects/libpst/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+readpst is a utility for converting Microsoft Outlook mail files
+(personal folders) to standard UNIX mbox format.
+
+This is a fork of the libpst project at sourceforge.
+
+%prep
+%setup -q -n libpst-%{version}
+%patch0 -p1
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	PREFIX=%{_prefix} \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog FILE-FORMAT TODO
+%attr(755,root,root) %{_bindir}/readpst
+%attr(755,root,root) %{_bindir}/readpstlog
+%{_mandir}/man1/readpst.1*
+%{_mandir}/man1/readpstlog.1*
+
+%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.1  2006/01/04 12:53:51  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list