Spec review (#225856) Updated to 1.20.6
This commit is contained in:
parent
dfd4ad670d
commit
2854bd569c
@ -1 +1 @@
|
||||
gpm-1.20.5.tar.gz
|
||||
gpm-1.20.6.tar.gz
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- gpm-1.20.5/configure.ac.ac_package_version 2008-07-17 12:19:09.000000000 +0200
|
||||
+++ gpm-1.20.5/configure.ac 2008-07-17 12:19:17.000000000 +0200
|
||||
@@ -142,7 +142,6 @@ AC_SUBST(SOLDFLAGS)
|
||||
AC_SUBST(CURSES_OBJS)
|
||||
AC_SUBST(SHARED_LIBS)
|
||||
AC_SUBST(lispdir)
|
||||
-AC_SUBST(AC_PACKAGE_VERSION)
|
||||
AC_SUBST(release)
|
||||
AC_SUBST(release_date)
|
||||
|
12
gpm-1.20.6-libtool.patch
Normal file
12
gpm-1.20.6-libtool.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up gpm-1.20.6/configure.ac.libtool gpm-1.20.6/configure.ac
|
||||
--- gpm-1.20.6/configure.ac.libtool 2009-02-11 08:12:00.000000000 +0100
|
||||
+++ gpm-1.20.6/configure.ac 2009-02-11 08:12:08.000000000 +0100
|
||||
@@ -42,7 +42,7 @@ release="`cat $srcdir/.gitversion`"
|
||||
#
|
||||
|
||||
AC_PROG_CC
|
||||
-AC_PROG_RANLIB
|
||||
+AC_PROG_LIBTOOL
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_YACC
|
||||
AC_PROG_LN_S
|
16
gpm.spec
16
gpm.spec
@ -1,7 +1,7 @@
|
||||
Summary: A mouse server for the Linux console
|
||||
Name: gpm
|
||||
Version: 1.20.5
|
||||
Release: 3%{?dist}
|
||||
Version: 1.20.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://unix.schottelius.org/gpm/
|
||||
@ -13,14 +13,14 @@ Patch2: gpm-1.20.1-lib-silent.patch
|
||||
Patch3: gpm-1.20.3-gcc4.3.patch
|
||||
Patch4: gpm-1.20.5-close-fds.patch
|
||||
Patch5: gpm-1.20.1-weak-wgetch.patch
|
||||
Patch6: gpm-1.20.5-ac_package_version.patch
|
||||
Patch6: gpm-1.20.6-libtool.patch
|
||||
Requires(post): /sbin/chkconfig /sbin/install-info /sbin/ldconfig
|
||||
Requires(preun): /sbin/chkconfig /sbin/install-info
|
||||
Requires(postun): /sbin/ldconfig
|
||||
# this defines the library version that this package builds.
|
||||
%define LIBVER 2.1.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||
BuildRequires: sed gawk texinfo bison ncurses-devel autoconf
|
||||
BuildRequires: sed gawk texinfo bison ncurses-devel autoconf automake libtool
|
||||
|
||||
%description
|
||||
Gpm provides mouse support to text-based Linux applications like the
|
||||
@ -56,15 +56,14 @@ mouse support to text-based Linux applications.
|
||||
%patch3 -p1 -b .gcc4.3
|
||||
%patch4 -p1 -b .close-fds
|
||||
%patch5 -p1 -b .weak-wgetch
|
||||
%patch6 -p1 -b .ac_package_version
|
||||
%patch6 -p1 -b .libtool
|
||||
|
||||
iconv -f iso-8859-1 -t utf-8 -o TODO.utf8 TODO
|
||||
touch -c -r TODO TODO.utf8
|
||||
mv -f TODO.utf8 TODO
|
||||
|
||||
rm -f configure
|
||||
rm -f src/prog/open_console.o
|
||||
autoconf
|
||||
autoreconf
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -145,8 +144,9 @@ fi
|
||||
%{_libdir}/libgpm.a
|
||||
|
||||
%changelog
|
||||
* Tue Feb 03 2009 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.5-3
|
||||
* Tue Feb 03 2009 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.6-1
|
||||
- Spec review (#225856)
|
||||
- Updated to 1.20.6
|
||||
|
||||
* Wed Dec 02 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.20.5-2
|
||||
- Fixed debug mode (#473422)
|
||||
|
Loading…
Reference in New Issue
Block a user