Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6550 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 11 years ago
parent
commit
e656e71efc
2 changed files with 18 additions and 3 deletions
  1. 5 2
      f/filezilla/filezilla-vl.spec
  2. 13 1
      p/physfs/physfs-vl.spec

+ 5 - 2
f/filezilla/filezilla-vl.spec

@@ -1,6 +1,6 @@
 Name:           filezilla
 Version:        3.5.3
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
 Summary(ja):    FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
 
@@ -22,7 +22,7 @@ BuildRequires:  gettext
 BuildRequires:  gnutls-devel >= 2.8.3
 BuildRequires:  libidn-devel
 BuildRequires:  tinyxml-devel >= 2.5.3
-BuildRequires:  wx-gtk2-devel >= 2.8.9
+BuildRequires:  wxGTK-devel >= 2.8.9
 BuildRequires:  gtk2-devel
 BuildRequires:  xdg-utils
 BuildRequires:  sqlite3-devel >= 3.7
@@ -135,6 +135,9 @@ fi || :
 
 
 %changelog
+* Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.5.3-2
+- changed BuildRequires: wx-gtk2-devel >= 2.8.12 to wxGTK-devel >= 2.8.12
+
 * Wed Jan 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.5.3-1
 - Update to 3.5.3
 - changed BuildRequires: wx-gtk2-devel >= 2.8.9 to wx-gtk2-devel >= 2.8.12

+ 13 - 1
p/physfs/physfs-vl.spec

@@ -1,5 +1,5 @@
 %define name physfs
-%define version 1.1.1
+%define version 2.0.2
 %define release 1%{?_dist_release}
 
 Summary: Library to provide abstract access to various archives
@@ -7,12 +7,17 @@ Name: %{name}
 Version: %{version}
 Release: %{release}
 Source0: http://icculus.org/physfs/downloads/%{name}-%{version}.tar.gz
+Patch0: do_not_link_against_curses.diff
+Patch1: remove_unused_variable.diff
+
+
 License: BSD
 Group: System Environment/Libraries
 URL: http://icculus.org/physfs/
 
 BuildRequires: zlib-devel, readline-devel, doxygen
 BuildRequires: cmake
+BuildRequires: wxGTK-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 %description
@@ -50,6 +55,8 @@ packages with physfs functionality.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %ifarch x86_64
@@ -110,6 +117,11 @@ mv $RPM_BUILD_ROOT%{_mandir}/man3/url.3 \
 %{_mandir}/man3/*
 
 %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
 - applied new versioning policy