[unrtf] upstream release 0.21.4

Rahul Sundaram sundaram at fedoraproject.org
Thu Jun 20 15:08:34 UTC 2013


commit 61d0c74111a5d467a257674627aca66d0e62519c
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu Jun 20 11:08:14 2013 -0400

    upstream release 0.21.4

 .gitignore |    1 +
 sources    |    2 +-
 unrtf.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3eba662..0eb12cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 unrtf-0.21.1.tar.gz
 /unrtf-0.21.2.tar.gz
+/unrtf-0.21.4.tar.gz
diff --git a/sources b/sources
index 87be941..1c5ccce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0b38d8786f00704ec479a7d261808b8  unrtf-0.21.2.tar.gz
+41f5385f290f13e04002cfb0af248eb6  unrtf-0.21.4.tar.gz
diff --git a/unrtf.spec b/unrtf.spec
index 234de64..85a2fd3 100644
--- a/unrtf.spec
+++ b/unrtf.spec
@@ -1,6 +1,6 @@
 Name:		unrtf
 Summary:	RTF (Rich Text Format) to other formats converter
-Version:	0.21.2
+Version:	0.21.4
 Release:	1%{?dist}
 
 Group:		Applications/Text
@@ -34,16 +34,19 @@ make %{?_smp_mflags}
 %install
 %make_install
 mkdir -p %{buildroot}%{_sysconfdir}/unrtf/
-mv %{buildroot}%{_libdir}/unrtf/*.conf %{buildroot}%{_sysconfdir}/unrtf/
+mv %{buildroot}%{_datadir}/unrtf/*.conf %{buildroot}%{_sysconfdir}/unrtf/
 
 %files
 %doc README ChangeLog COPYING AUTHORS NEWS
 %{_bindir}/%{name}
 %{_mandir}/man1/*
-%{_libdir}/%{name}/
+%{_datadir}/%{name}/
 %config(noreplace) %{_sysconfdir}/%{name}/
 
 %changelog
+* Thu Jun 20 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.21.4-1
+- upstream release 0.21.4
+
 * Thu Jan 24 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.21.2-1
 - upstream release 0.21.2
 


More information about the scm-commits mailing list