SPECS: unrtf.spec - updated to 0.20.3
qboosh
qboosh at pld-linux.org
Sat Jul 14 00:02:36 CEST 2007
Author: qboosh Date: Fri Jul 13 22:02:36 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.20.3
---- Files affected:
SPECS:
unrtf.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/unrtf.spec
diff -u SPECS/unrtf.spec:1.3 SPECS/unrtf.spec:1.4
--- SPECS/unrtf.spec:1.3 Mon Feb 12 23:09:18 2007
+++ SPECS/unrtf.spec Sat Jul 14 00:02:31 2007
@@ -2,12 +2,12 @@
Summary: UnRTF - converter from RTF to other formats
Summary(pl.UTF-8): UnRTF - konwerter z RTF do innych formatów
Name: unrtf
-Version: 0.19.7
+Version: 0.20.3
Release: 1
License: GPL v2+
Group: Applications/Text
-Source0: ftp://ftp.gnu.org/gnu/unrtf/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 1cddb206f3ff5451c8d7699acba26a77
+Source0: ftp://ftp.gnu.org/gnu/unrtf/%{name}_%{version}.tar.gz
+# Source0-md5: 290280d23a0ee631125a705930345cdd
URL: http://www.gnu.org/software/unrtf/unrtf.html
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,25 +37,24 @@
oddzielnych plikach w bieżącym katalogu, albo mogą być ignorowane.
%prep
-%setup -q
+%setup -q -n %{name}_%{version}
%build
-%{__make} \
- CC="%{__cc}" \
- CFLAGS="%{rpmcflags} -Wall"
+%configure
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-install -D unrtf $RPM_BUILD_ROOT%{_bindir}/unrtf
-install -D unrtf.1 $RPM_BUILD_ROOT%{_mandir}/man1/unrtf.1
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc CHANGES README
+%doc AUTHORS NEWS PROBS README
%attr(755,root,root) %{_bindir}/unrtf
%{_mandir}/man1/unrtf.1*
@@ -65,6 +64,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2007/07/13 22:02:31 qboosh
+- updated to 0.20.3
+
Revision 1.3 2007/02/12 22:09:18 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/unrtf.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list