|
@@ -1,5 +1,5 @@
|
|
%define name physfs
|
|
%define name physfs
|
|
-%define version 1.1.1
|
|
|
|
|
|
+%define version 2.0.2
|
|
%define release 1%{?_dist_release}
|
|
%define release 1%{?_dist_release}
|
|
|
|
|
|
Summary: Library to provide abstract access to various archives
|
|
Summary: Library to provide abstract access to various archives
|
|
@@ -7,12 +7,17 @@ Name: %{name}
|
|
Version: %{version}
|
|
Version: %{version}
|
|
Release: %{release}
|
|
Release: %{release}
|
|
Source0: http://icculus.org/physfs/downloads/%{name}-%{version}.tar.gz
|
|
Source0: http://icculus.org/physfs/downloads/%{name}-%{version}.tar.gz
|
|
|
|
+Patch0: do_not_link_against_curses.diff
|
|
|
|
+Patch1: remove_unused_variable.diff
|
|
|
|
+
|
|
|
|
+
|
|
License: BSD
|
|
License: BSD
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://icculus.org/physfs/
|
|
URL: http://icculus.org/physfs/
|
|
|
|
|
|
BuildRequires: zlib-devel, readline-devel, doxygen
|
|
BuildRequires: zlib-devel, readline-devel, doxygen
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
|
|
+BuildRequires: wxGTK-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -50,6 +55,8 @@ packages with physfs functionality.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
+%patch1 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%ifarch x86_64
|
|
%ifarch x86_64
|
|
@@ -110,6 +117,11 @@ mv $RPM_BUILD_ROOT%{_mandir}/man3/url.3 \
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added Patch0,1 from Debian sid
|
|
|
|
+- added BuildRequires: wxGTK-devel
|
|
|
|
+
|
|
* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.1.1-1vl5
|
|
* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.1.1-1vl5
|
|
- applied new versioning policy
|
|
- applied new versioning policy
|
|
|
|
|