[liblouisutdml] update to version 2.0.2

Martin Gieseking mgieseki at fedoraproject.org
Mon Dec 12 21:56:32 UTC 2011


commit 1a02d5485bfcaef2ac6c0bee6966fcc8d0819bd2
Author: Martin Gieseking <martin.gieseking at uos.de>
Date:   Mon Dec 12 22:53:16 2011 +0100

    update to version 2.0.2

 .gitignore         |    1 +
 liblouisutdml.spec |   20 ++++++++------------
 sources            |    2 +-
 3 files changed, 10 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cf8be2..4b72b39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /liblouisutdml-1.7.0.tar.gz
 /liblouisutdml-1.9.0.tar.gz
+/liblouisutdml-2.0.2.tar.gz
diff --git a/liblouisutdml.spec b/liblouisutdml.spec
index 043fde4..63a142b 100644
--- a/liblouisutdml.spec
+++ b/liblouisutdml.spec
@@ -1,15 +1,12 @@
 Name:           liblouisutdml
-Version:        1.9.0
-Release:        2%{?dist}
+Version:        2.0.2
+Release:        1%{?dist}
 Summary:        Braille transcription library for UTDML documents
 Group:          System Environment/Libraries
 License:        LGPLv3+
 URL:            http://abilitiessoft.com
 Source0:        http://abilitiessoft.com/%{name}-%{version}.tar.gz
 
-# replace calls to xml2brl with file2brl
-# http://code.google.com/p/liblouisutdml/issues/detail?id=2
-Patch0:         %{name}-%{version}-xml2brl.patch
 
 BuildRequires:  ant
 BuildRequires:  help2man
@@ -92,7 +89,6 @@ provided by %{name}-utils.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -113,10 +109,6 @@ rm -f %{buildroot}/%{_infodir}/dir
 rm -f %{buildroot}/%{_libdir}/liblouisutdml.la
 rm -rf %{buildroot}/%{_defaultdocdir}/liblouisutdml
 
-# remove rtf2brl as the required dependency rtf2xml is not available in Fedora
-rm -f %{buildroot}/%{_bindir}/rtf2brl
-rm -f %{buildroot}/%{_mandir}/man1/rtf2brl.1
-
 install -d %{buildroot}%{_javadir}
 install -D -p java/j%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
 ln -s %{_javadir}/%{name}.jar %{buildroot}%{_javadir}/j%{name}.jar
@@ -152,8 +144,8 @@ fi
 %files utils
 %defattr(-,root,root,-)
 %doc COPYING
-%{_bindir}/*2brl
-%{_mandir}/man1/*2brl.1*
+%{_bindir}/file2brl
+%{_mandir}/man1/file2brl.1*
 
 
 %files java
@@ -170,6 +162,10 @@ fi
 
 
 %changelog
+* Mon Dec 12 2011 Martin Gieseking <martin.gieseking at uos.de> 2.0.2-1
+- Updated to release 2.0.2.
+- Dropped patch since the scripts have been removed from the tarball
+
 * Fri May 20 2011 Martin Gieseking <martin.gieseking at uos.de> 1.9.0-2
 - Added missing Requires: poppler-utils to -utils package.
 - Replaced xml2brl calls with file2brl in helper scripts.
diff --git a/sources b/sources
index eab02b4..0e66513 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df521ef6fbfe53e9806085545d2d8265  liblouisutdml-1.9.0.tar.gz
+0e072041e4009c5a2fe6931936ed9e6f  liblouisutdml-2.0.2.tar.gz


More information about the scm-commits mailing list