[unrtf] upstream release 0.21.2

Rahul Sundaram sundaram at fedoraproject.org
Fri Jan 25 16:27:19 UTC 2013


commit c3030838906f4ac5fb8267d8c6c6025fc2d85047
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Fri Jan 25 11:27:02 2013 -0500

    upstream release 0.21.2

 .gitignore |    1 +
 sources    |    2 +-
 unrtf.spec |   14 ++++++++------
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9c172f..3eba662 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 unrtf-0.21.1.tar.gz
+/unrtf-0.21.2.tar.gz
diff --git a/sources b/sources
index 1bfe618..87be941 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce069646837d0a2c15b439a5529afde8  unrtf-0.21.1.tar.gz
+e0b38d8786f00704ec479a7d261808b8  unrtf-0.21.2.tar.gz
diff --git a/unrtf.spec b/unrtf.spec
index a7f2e43..234de64 100644
--- a/unrtf.spec
+++ b/unrtf.spec
@@ -1,12 +1,12 @@
 Name:		unrtf
 Summary:	RTF (Rich Text Format) to other formats converter
-Version:	0.21.1
-Release:	4%{?dist}
+Version:	0.21.2
+Release:	1%{?dist}
 
 Group:		Applications/Text
 License:	GPLv3+
-URL:		http://www.gnu.org/software/unrtf/unrtf.html
-Source0:	http://www.gnu.org/software/unrtf/unrtf-%{version}.tar.gz
+URL:		http://gnu.org/software/unrtf/unrtf.html
+Source0:	ftp://ftp.gnu.org/gnu/unrtf/unrtf-%{version}.tar.gz
 
 %description
 UnRTF is a command-line program written in C which converts documents in 
@@ -32,12 +32,11 @@ sed -i -e 's#/usr/local/lib/unrtf/#%{_sysconfdir}/unrtf/#' src/path.h
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 mkdir -p %{buildroot}%{_sysconfdir}/unrtf/
 mv %{buildroot}%{_libdir}/unrtf/*.conf %{buildroot}%{_sysconfdir}/unrtf/
 
 %files
-%defattr(-, root, root,-)
 %doc README ChangeLog COPYING AUTHORS NEWS
 %{_bindir}/%{name}
 %{_mandir}/man1/*
@@ -45,6 +44,9 @@ mv %{buildroot}%{_libdir}/unrtf/*.conf %{buildroot}%{_sysconfdir}/unrtf/
 %config(noreplace) %{_sysconfdir}/%{name}/
 
 %changelog
+* Thu Jan 24 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.21.2-1
+- upstream release 0.21.2
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.21.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list