|
@@ -1,23 +1,22 @@
|
|
|
|
+%global nmu +nmu2
|
|
|
|
+
|
|
Name: libpaper
|
|
Name: libpaper
|
|
Version: 1.1.24
|
|
Version: 1.1.24
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Library and tools for handling papersize
|
|
Summary: Library and tools for handling papersize
|
|
Summary(ja): 用紙サイズを扱うライブラリとツール
|
|
Summary(ja): 用紙サイズを扱うライブラリとツール
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: GPLv2
|
|
License: GPLv2
|
|
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}%{nmu}.tar.gz
|
|
# Filed upstream as:
|
|
# Filed upstream as:
|
|
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496126
|
|
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496126
|
|
Patch0: libpaper-1.1.20-automake_1.10.patch
|
|
Patch0: libpaper-1.1.20-automake_1.10.patch
|
|
-# Upstream bug:
|
|
|
|
-# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475683
|
|
|
|
-Patch1: libpaper-1.1.23-debianbug475683.patch
|
|
|
|
# Filed upstream as:
|
|
# Filed upstream as:
|
|
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481213
|
|
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481213
|
|
-Patch2: libpaper-useglibcfallback.patch
|
|
|
|
|
|
+Patch2: libpaper-1.1.24+nmu2-useglibcfallback.patch
|
|
# supported paper sizes of JIS B series
|
|
# supported paper sizes of JIS B series
|
|
-Patch10: libpaper-1.1.24-paperspecs-jis-b-series.patch
|
|
|
|
|
|
+Patch10: libpaper-1.1.24+nmu2-jis-b-series.patch
|
|
|
|
|
|
BuildRequires: libtool, gettext, gawk
|
|
BuildRequires: libtool, gettext, gawk
|
|
|
|
|
|
@@ -45,9 +44,8 @@ This package contains headers and libraries that programmers will need
|
|
to develop applications which use libpaper.
|
|
to develop applications which use libpaper.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n %{name}-%{version}
|
|
|
|
|
|
+%setup -q -n %{name}-%{version}%{nmu}
|
|
%patch0 -p1 -b .automake110
|
|
%patch0 -p1 -b .automake110
|
|
-%patch1 -p1 -b .dlfix
|
|
|
|
%patch2 -p1 -b .useglibcfallback
|
|
%patch2 -p1 -b .useglibcfallback
|
|
%patch10 -p1 -b .paperspecs
|
|
%patch10 -p1 -b .paperspecs
|
|
libtoolize
|
|
libtoolize
|
|
@@ -102,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Nov 1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.24-2
|
|
|
|
+- update to 1.1.24+nmu2
|
|
|
|
+- applied libpaper-1.1.24+nmu2-jis-b-series.patch:
|
|
|
|
+ - synced to libs/paper in TeX Live 2014/dev (r31986)
|
|
|
|
+
|
|
* Sat Jan 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.24-1
|
|
* Sat Jan 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.24-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|