Browse Source

new upstream and rebuilt

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8934 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
064b6855a8

+ 14 - 15
f/filezilla/filezilla-vl.spec

@@ -1,5 +1,5 @@
 Name:           filezilla
-Version:        3.8.1
+Version:        3.9.0.3
 Release:        1%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
 Summary(ja):    FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
@@ -22,12 +22,7 @@ BuildRequires:  gettext
 BuildRequires:  gnutls-devel >= 2.8.3
 BuildRequires:  libidn-devel
 BuildRequires:  tinyxml-devel >= 2.5.3
-
-%if %{?_dist_release} == "vl6"
-BuildRequires:  wx-gtk2-devel >= 2.8.9
-%else
-BuildRequires:  wxGTK-devel >= 2.8.9
-%endif
+BuildRequires:  wxGTK3-devel
 
 BuildRequires:  gtk2-devel
 BuildRequires:  xdg-utils
@@ -64,27 +59,24 @@ FileZilla は多くの機能を備えた Linux のための FTP/FTPS/SFTP クラ
 %prep
 %setup -q -n %{name}-%{version}
 
-#sed -i -e 's/2.0.4/1.6.3/' configure.in
-
 # Run autotools if needed
 # sh autoconf
 
 
 %build
+WXRC=%{_bindir}/wxrc-3.0; export WXRC
 %configure \
+  --with-wx-config=%{_bindir}/wx-config-3.0 \
+  --with-tinyxml=system \
   --disable-static \
   --enable-locales \
   --disable-manualupdatecheck \
-  --with-tinyxml=system \
   --disable-autoupdatecheck
 
 ## Do not use --enable-buildtype=official 
 ## that option enables the "check for updates" dialog to download
 ## new binaries from the official website.
 
-# Remove the timyxml internal static lib to configure will not fails
-#rm -rf src/tinyxml/
-
 make %{?_smp_mflags}
 
 
@@ -108,7 +100,7 @@ desktop-file-install --vendor "vine" \
 
 %find_lang %{name}
 
-#%check
+%check
 make check
 
 %clean
@@ -131,7 +123,6 @@ fi || :
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
-#%doc %{_datadir}/%{name}/docs/*
 %{_bindir}/*
 %{_datadir}/filezilla/*
 %{_datadir}/applications/*%{name}.desktop
@@ -142,6 +133,14 @@ fi || :
 
 
 %changelog
+* Sat Sep 06 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.9.0.3-1
+- new upstream release
+- unset conditional branch for Vine 6
+- changed BuildRequires: wxGTK-devel to wxGTK3-devel
+- modified configure
+  - added --with-wx-config=%%{_bindir}/wx-config-3.0
+  - exported WXRC path
+
 * Tue Jul 01 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.8.1-1
 - new upstream release
 

+ 4 - 1
i/iso-codes/iso-codes-vl.spec

@@ -1,7 +1,7 @@
 Name:		iso-codes
 Summary:	ISO code lists and translations
 Summary(ja):	ISO コード一覧および翻訳
-Version:	3.55
+Version:	3.56
 Release:        1%{?_dist_release}
 License:	LGPLv2+
 Group:		System Environment/Base
@@ -47,6 +47,9 @@ make
 %{_datadir}/pkgconfig/iso-codes.pc
 
 %changelog
+* Sat Sep 06 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.56-1
+- new upstream release
+
 * Fri Jul 04 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.55-1
 - new upstream release
 

+ 4 - 1
l/lxdm/lxdm-vl.spec

@@ -4,7 +4,7 @@
 
 Name:           lxdm
 Version:        0.4.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Lightweight X11 Display Manager
 Summary(ja):    軽量な X11 ディスプレイマネージャ
 
@@ -100,6 +100,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Sep 06 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.1-3
+- rebuilt with current environment
+
 * Mon May 13 2013 Munehiro Yamamoto <munepi@vinelinux.org> 0.4.1
 - applied lxdm-0.4.1-fix-event-check-bug.patch from upstream
   - fix event check bug caused cpu 100%

+ 5 - 2
l/lxinput/lxinput-vl.spec

@@ -1,6 +1,6 @@
 Name:           lxinput
 Version:        0.3.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Keyboard and mouse configuration utility for LXDE
 Summary(ja):    LXDE のキーボードとマウスの設定ユーティリティ
 
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Sep 06 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.2-2
+- rebuilt with current environment
+
 * Sun May 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.2-1
 - new upstream release
 
@@ -66,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
 - new upstream release
 - added BuildRequires: libX11-devel
 
-* Tue Aug 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0-1
+* Mon Aug 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0-1
 - new upstream release
 - added BuildRequires: glib2-devel
 - changed Requires: lxde-settings-daemon to lxsession >= 0.4.0

+ 4 - 1
l/lxpolkit/lxpolkit-vl.spec

@@ -1,6 +1,6 @@
 Name:           lxpolkit
 Version:        0.1.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Simple PolicyKit authentication agent
 Summary(ja):     シンプルな PolicyKit 認証エージェント
 
@@ -61,6 +61,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Sep 06 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.2-2
+- rebuilt with current environment
+
 * Sun Sep 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
s/shared-mime-info/shared-mime-info-vl.spec

@@ -1,8 +1,8 @@
 Summary: Shared MIME information database
 Summary(ja): 共有 MIME 情報データベース
 Name: shared-mime-info
-Version: 1.2
-Release: 2%{?_dist_release}
+Version: 1.3
+Release: 1%{?_dist_release}
 License: GPL
 Group: User Interface/Desktops
 URL: http://freedesktop.org/wiki/Software/shared-mime-info
@@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man*/*
 
 %changelog
+* Sat Sep 06 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3-1
+- new upstream release
+
 * Wed Jan 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2-2
 - rebuild with VineSeed environment