[shigofumi] 0.2 bump

Petr Pisar ppisar at fedoraproject.org
Tue Oct 30 09:11:29 UTC 2012


commit 802be68fe1072df4db1f7e4f3f5b72ea94f136f9
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Oct 30 10:10:45 2012 +0100

    0.2 bump

 .gitignore                                         |    1 +
 .rpmlint                                           |    2 +
 shigofumi-0.1-Remove-set-but-unread-variable.patch |   35 --------------------
 shigofumi.spec                                     |   19 +++++------
 sources                                            |    2 +-
 5 files changed, 13 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c57da19..72cbcff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 shigofumi-0.1.tar.xz
+/shigofumi-0.2.tar.xz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..af70608
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (datov.ch|schr.nek|syst.m)");
diff --git a/shigofumi.spec b/shigofumi.spec
index 3f58299..c255772 100644
--- a/shigofumi.spec
+++ b/shigofumi.spec
@@ -1,18 +1,14 @@
 Name:           shigofumi
-Version:        0.1
-Release:        8%{?dist}
+Version:        0.2
+Release:        1%{?dist}
 Summary:        Command line client for accessing the Czech Data Boxes
-
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://xpisar.wz.cz/%{name}/
-Source0:        http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz
-# In upstream, needed for GCC 4.6
-Patch0:         %{name}-0.1-Remove-set-but-unread-variable.patch
-
+Source0:        %{url}dist/%{name}-%{version}.tar.xz
 BuildRequires:  file-devel
 BuildRequires:  libconfuse-devel
-BuildRequires:  libisds-devel >= 0.3
+BuildRequires:  libisds-devel >= 0.6
 BuildRequires:  libxml2-devel
 BuildRequires:  readline-devel
 
@@ -22,7 +18,6 @@ Information System) client.
 
 %prep
 %setup -q
-%patch0 -p1 -b .unused_variable
 
 %build
 %configure
@@ -33,13 +28,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc README AUTHORS NEWS TODO COPYING ChangeLog
 %{_bindir}/*
 %{_mandir}/man1/*
+%{_mandir}/*/man1/*
 %{_mandir}/man5/*
+%{_mandir}/*/man5/*
 
 %changelog
+* Tue Oct 30 2012 Petr Pisar <ppisar at redhat.com> - 0.2-1
+- 0.2 bump
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index c00202f..8690b39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c968852f39ad4eff71cccd261a80802  shigofumi-0.1.tar.xz
+51674a91b4cd1668bd9e23badf15d3f1  shigofumi-0.2.tar.xz


More information about the scm-commits mailing list