SPECS: odt2txt.spec - 0.4 - added man page
piotrek
piotrek at pld-linux.org
Sun Aug 3 13:12:07 CEST 2008
Author: piotrek Date: Sun Aug 3 11:12:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.4
- added man page
---- Files affected:
SPECS:
odt2txt.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/odt2txt.spec
diff -u SPECS/odt2txt.spec:1.8 SPECS/odt2txt.spec:1.9
--- SPECS/odt2txt.spec:1.8 Sat May 26 01:22:31 2007
+++ SPECS/odt2txt.spec Sun Aug 3 13:12:01 2008
@@ -2,12 +2,12 @@
Summary: A simple converter from OpenDocument Text to plain text
Summary(pl.UTF-8): Prosty konwerter z formatu OpenDocument Text do zwykłego tekstu
Name: odt2txt
-Version: 0.3
+Version: 0.4
Release: 1
License: GPL v2
Group: Applications/Publishing
Source0: http://stosberg.net/odt2txt/%{name}-%{version}.tar.gz
-# Source0-md5: 7aaecded00c4a5053ec5fdb893707a46
+# Source0-md5: 6fe3bd261ce2dde2810244bbe969bbc5
URL: http://stosberg.net/odt2txt/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,7 +31,9 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ PREFIX=%{_prefix}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -39,6 +41,8 @@
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -46,6 +50,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2008/08/03 11:12:01 piotrek
+- 0.4
+- added man page
+
Revision 1.8 2007/05/25 23:22:31 qboosh
- updated to 0.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/odt2txt.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list