update to 0.6.10
This commit is contained in:
parent
3cae3b6fe5
commit
a44f67e60e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
pinfo-0.6.9.tar.bz2
|
||||
pinfo-0.6.10.tar.bz2
|
||||
|
11
pinfo.spec
11
pinfo.spec
@ -1,11 +1,11 @@
|
||||
Summary: An info file viewer
|
||||
Name: pinfo
|
||||
Version: 0.6.9
|
||||
Release: 12%{?dist}
|
||||
Version: 0.6.10
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
URL: http://pinfo.alioth.debian.org
|
||||
Source: http://alioth.debian.org/frs/download.php/1498/pinfo-%{version}.tar.bz2
|
||||
Source: http://alioth.debian.org/frs/download.php/3351/pinfo-0.6.10.tar.bz2
|
||||
Patch1: pinfo-0.6.9-xdg.patch
|
||||
Patch2: pinfo-0.6.9-infosuff.patch
|
||||
Patch3: pinfo-0.6.9-nogroup.patch
|
||||
@ -14,6 +14,7 @@ Patch5: pinfo-0.6.9-infopath.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: automake gettext-devel libtool texinfo
|
||||
Requires: xdg-utils
|
||||
# for /sbin/install-info
|
||||
Requires(post): info
|
||||
@ -33,6 +34,7 @@ using regular expressions, and is based on the ncurses library.
|
||||
%patch5 -p1 -b .infopath
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --without-readline
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -73,6 +75,9 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Sep 21 2010 Miroslav Lichvar <mlichvar@redhat.com> 0.6.10-1
|
||||
- update to 0.6.10
|
||||
|
||||
* Thu Jan 07 2010 Miroslav Lichvar <mlichvar@redhat.com> 0.6.9-12
|
||||
- fix source URL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user