Author: piotrek                      Date: Sun Dec  3 09:30:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial 0.1

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

---- Diffs:

================================================================
Index: SPECS/odt2txt.spec
diff -u /dev/null SPECS/odt2txt.spec:1.1
--- /dev/null   Sun Dec  3 10:30:34 2006
+++ SPECS/odt2txt.spec  Sun Dec  3 10:30:28 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:       A simple converter from OpenDocument Text to plain text
+Summary(pl):   Prosty konwerter z formatu OpenDocument Text do zwykłego tekstu
+Name:          odt2txt
+Version:       0.1
+Release:       1
+License:       GPL v2
+Group:         Applications/Publishing
+Source0:       http://stosberg.net/odt2txt/%{name}-%{version}.tar.gz
+# Source0-md5: 5b9e27a50f86c733172cdc456d33e3ed
+URL:           http://stosberg.net/odt2txt/
+Requires:      libiconv
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+odt2txt extracts the text out of OpenDocument Texts. It is small, fast
+and portable, can output the document in your console encoding, and
+has very few external dependencies.
+
+%description -l pl
+odt2txt wydobywa tekst z fotmatu OpenDocument Text. Jest mały, szybki
+i przenośny. Obsługuje różne kodowania wyjściowe i ma niewiele
+zewnętrznych zależności.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/03 09:30:28  piotrek
+- initial 0.1
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to