SPECS: xls2txt.spec (NEW) - new

mis mis at pld-linux.org
Fri Mar 14 14:51:35 CET 2008


Author: mis                          Date: Fri Mar 14 13:51:35 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/xls2txt.spec
diff -u /dev/null SPECS/xls2txt.spec:1.1
--- /dev/null	Fri Mar 14 14:51:35 2008
+++ SPECS/xls2txt.spec	Fri Mar 14 14:51:30 2008
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+%define no_install_post_compress_docs 1
+
+Summary:	Prints Excel spreadsheet (XLS, XLW) as a plain text
+Name:		xls2txt
+Version:	0.11
+Release:	1
+License:	GPL
+Group:		Applications/System
+Source0:	http://wizard.ae.krakow.pl/~jb/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:	ef749cf035b361510bad0dab33ed8266
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This utility prints Excel spreadsheet (XLS, XLW) as a plain text in tab separated form.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -fomit-frame-pointer" \
+	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+
+%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  2008-03-14 13:51:30  mis
+- new
+
================================================================


More information about the pld-cvs-commit mailing list