Update to 1.1.21, fix bz 247458
This commit is contained in:
parent
b85da01f38
commit
cd98ed6817
@ -1 +1,2 @@
|
|||||||
libpaper_1.1.20.tar.gz
|
libpaper_1.1.20.tar.gz
|
||||||
|
libpaper_1.1.21.tar.gz
|
||||||
|
11
libpaper-1.1.20-automake_1.10.patch
Normal file
11
libpaper-1.1.20-automake_1.10.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- libpaper-1.1.20/aclocal.m4.orig 2006-01-07 16:10:33.000000000 -0500
|
||||||
|
+++ libpaper-1.1.20/aclocal.m4 2007-07-09 09:09:07.000000000 -0400
|
||||||
|
@@ -6433,7 +6433,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api
|
||||||
|
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
||||||
|
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
||||||
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||||
|
- [AM_AUTOMAKE_VERSION([1.9.6])])
|
||||||
|
+ [AM_AUTOMAKE_VERSION([1.10])])
|
||||||
|
|
||||||
|
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
||||||
|
|
@ -1,11 +1,12 @@
|
|||||||
Name: libpaper
|
Name: libpaper
|
||||||
Version: 1.1.20
|
Version: 1.1.21
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library and tools for handling papersize
|
Summary: Library and tools for handling papersize
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://packages.qa.debian.org/libp/libpaper.html
|
URL: http://packages.qa.debian.org/libp/libpaper.html
|
||||||
Source0: http://ftp.debian.org/debian/pool/main/libp/libpaper/%{name}_%{version}.tar.gz
|
Source0: http://ftp.debian.org/debian/pool/main/libp/libpaper/%{name}_%{version}.tar.gz
|
||||||
|
Patch0: libpaper-1.1.20-automake_1.10.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: automake, gettext
|
BuildRequires: automake, gettext
|
||||||
|
|
||||||
@ -28,10 +29,13 @@ to develop applications which use libpaper.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
cp debian/NEWS NEWS
|
cp debian/NEWS NEWS
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch AUTHORS
|
touch AUTHORS
|
||||||
|
aclocal
|
||||||
|
autoconf
|
||||||
automake -a
|
automake -a
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -75,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 09 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.1.21-1
|
||||||
|
- bump to 1.1.21
|
||||||
|
- fix automake bug (bz 247458)
|
||||||
|
|
||||||
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 1.1.20-5
|
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 1.1.20-5
|
||||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user