[tubo] Update to 5.0.12

Antonio Trande sagitter at fedoraproject.org
Thu Nov 14 17:52:05 UTC 2013


commit cc9fcb45f15a480b13afd773cdbcce6aa29d1c8e
Author: sagitter <sagitter at fedoraproject.org>
Date:   Thu Nov 14 19:52:05 2013 +0100

    Update to 5.0.12

 .gitignore         |    1 +
 sources            |    2 +-
 tubo-norpath.patch |   20 --------------------
 tubo.spec          |   17 ++++++++++-------
 4 files changed, 12 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41bec7b..f577b29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /tubo-5.0.7.tar.gz
 /tubo-5.0.10.tar.gz
+/libtubo0-5.0.12.tar.gz
diff --git a/sources b/sources
index 830f0b9..ef384a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c062a26d71b64977b1828e2f8c754be0  tubo-5.0.10.tar.gz
+5b7295737804ace77714bb5284d0dd6c  libtubo0-5.0.12.tar.gz
diff --git a/tubo.spec b/tubo.spec
index d6b0a7b..507b995 100644
--- a/tubo.spec
+++ b/tubo.spec
@@ -1,12 +1,11 @@
 Name:  tubo
 Summary:  Library to thread process std-in/std-err/std-out from fork() child
-Version:  5.0.10
-Release:  2%{?dist}
+Version:  5.0.12
+Release:  1%{?dist}
 License:  GPLv3+
 URL:      http://xffm.org/libtubo.html
-Source0:  http://sourceforge.net/projects/xffm/files/lib%{name}/%{name}-%{version}.tar.gz
+Source0:  http://sourceforge.net/projects/xffm/files/lib%{name}/lib%{name}0-%{version}.tar.gz
 Group:    Development/Libraries
-Patch0:   %{name}-norpath.patch
 
 BuildRequires: gtk-doc
 BuildRequires: glib2-devel
@@ -27,8 +26,7 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
-%setup -q -n tubo-%{version}
-%patch0 -p0
+%setup -q -n libtubo0-%{version}
 
 ## Fix file-not-utf8 warning
 iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv ChangeLog
@@ -48,9 +46,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
 
 %files
 %doc README ChangeLog COPYING AUTHORS
-%{_bindir}/example
 %{_bindir}/tuboexec
 %{_libdir}/lib%{name}.so.*
+%{_mandir}/man1/tuboexec*
 
 %files devel
 %{_includedir}/tubo.*
@@ -60,6 +58,11 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
 
 
 %changelog
+* Thu Nov 14 2013 Antonio Trande <sagitter at fedoraproject.org> 5.0.12-1
+- Update to 5.0.12
+- Added manpages
+- Removed norpath patch
+
 * Wed Nov 06 2013 Antonio Trande <sagitter at fedoraproject.org> 5.0.10-2
 - Added glib2-devel BR
 


More information about the scm-commits mailing list