|
@@ -4,17 +4,18 @@
|
|
|
|
|
|
Summary: A perl module for Tk.
|
|
Summary: A perl module for Tk.
|
|
Name: perl-%{pkgname}
|
|
Name: perl-%{pkgname}
|
|
-Version: 804.032
|
|
+Version: 804.033
|
|
Release: 1%{_dist_release}
|
|
Release: 1%{_dist_release}
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
License: GPL or Artistic
|
|
License: GPL or Artistic
|
|
URL: http://perltk.org/
|
|
URL: http://perltk.org/
|
|
Source0: %{pkgname}-%{version}.tar.gz
|
|
Source0: %{pkgname}-%{version}.tar.gz
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: libX11-devel
|
|
+BuildRequires: libX11-devel
|
|
-BuildRequires: libpng-devel
|
|
+BuildRequires: libpng-devel
|
|
-BuildRequires: libjpeg-turbo-devel
|
|
+BuildRequires: libjpeg-turbo-devel
|
|
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
Patch0: perl-Tk-widget.patch
|
|
Patch0: perl-Tk-widget.patch
|
|
# modified version of http://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.027-8.diff.gz
|
|
# modified version of http://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.027-8.diff.gz
|
|
@@ -24,11 +25,11 @@ Patch2: perl-Tk-seg.patch
|
|
# Fix freetype detection with 2.5
|
|
# Fix freetype detection with 2.5
|
|
Patch4: perl-Tk-freetype25.patch
|
|
Patch4: perl-Tk-freetype25.patch
|
|
|
|
|
|
-Provides: perl(Tk::LabRadio) = 4.004
|
|
+Provides: perl(Tk::LabRadio) = 4.004
|
|
-Provides: perl(Tk::TextReindex) = 4.004
|
|
+Provides: perl(Tk::TextReindex) = 4.004
|
|
|
|
|
|
-Vendor: Project Vine
|
|
+Vendor: Project Vine
|
|
-Distribution: Vine Linux
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
Perl bindings to the Tk Graphical User Interface ToolKit.
|
|
Perl bindings to the Tk Graphical User Interface ToolKit.
|
|
@@ -92,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 804.033-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Thu Jul 3 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 804.032-1
|
|
* Thu Jul 3 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 804.032-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- replaced patches.
|
|
- replaced patches.
|