rpms/unrtf/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 unrtf.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Fri Sep 8 14:15:15 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/unrtf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17701

Modified Files:
	.cvsignore sources unrtf.spec 
Removed Files:
	needs.rebuild 
Log Message:
version 0.20.2, remove needs.rebuild


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/unrtf/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	21 Feb 2006 19:13:34 -0000	1.3
+++ .cvsignore	8 Sep 2006 14:15:15 -0000	1.4
@@ -1 +1 @@
-unrtf_0.19.9.tar.gz
+unrtf_0.20.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/unrtf/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Feb 2006 19:13:35 -0000	1.3
+++ sources	8 Sep 2006 14:15:15 -0000	1.4
@@ -1 +1 @@
-ed7ba813526677cfa45b93215f43d1de  unrtf_0.19.9.tar.gz
+6f2cfe9c94ab61f698c08ca8c07cac67  unrtf_0.20.2.tar.gz


Index: unrtf.spec
===================================================================
RCS file: /cvs/extras/rpms/unrtf/devel/unrtf.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unrtf.spec	21 Feb 2006 19:13:35 -0000	1.8
+++ unrtf.spec	8 Sep 2006 14:15:15 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		unrtf
 Summary:	RTF to other formats converter
-Version:	0.19.9
+Version:	0.20.2
 Release:	1%{?dist}
 
 Group:		Applications/Text
@@ -20,16 +20,16 @@
 %setup -q -n %{name}_%{version}
 
 %build
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
+%configure
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
-install -D %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root)
-%doc README CHANGES
+%doc README ChangeLog COPYING AUTHORS NEWS
 %{_bindir}/%{name}
 %{_mandir}/man1/*
 
@@ -37,6 +37,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri Sep 08 2006 Aurelien Bompard <abompard at fedoraproject.org> 0.20.2-1
+- version 0.20.2
+
 * Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 0.19.9-1
 - version 0.19.9
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list