Browse Source

new upstream release and rebuilt

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8805 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
ca9df80553
2 changed files with 14 additions and 4 deletions
  1. 9 3
      t/transmission/transmission-vl.spec
  2. 5 1
      x/x-tile/x-tile-vl.spec

+ 9 - 3
t/transmission/transmission-vl.spec

@@ -1,11 +1,11 @@
 Name:	        transmission
-Version:	2.81
+Version:	2.84
 Release:	1%{?_dist_release}
 Summary:	A lightweight BitTorrent client
 Summary(ja):	軽量な BitTorrent クライアント
 
 Group:	        Applications/Internet
-License:	MIT and GPLv2
+License:	MIT and GPLv2+
 URL:	        http://www.transmissionbt.com/
 Source0:        http://download.m0k.org/transmission/files/transmission-%{version}.tar.xz
 Source1:        transmission-daemon-init
@@ -156,7 +156,8 @@ make %{?_smp_mflags} CC=%{__cc}
 
 #for QT gui build
 pushd qt
-%{_libdir}/qt4/bin/qmake qtr.pro
+#%{_libdir}/qt4/bin/qmake qtr.pro
+%{_libdir}/qt4/bin/qmake QMAKE_LFLAGS="$RPM_LD_FLAGS" QMAKE_CXXFLAGS="$CXXFLAGS -std=c++11" qtr.pro
 make %{?_smp_mflags}
 popd
 
@@ -267,6 +268,11 @@ fi
 %{_mandir}/man1/transmission-qt.1*
 
 %changelog
+* Sun Jul 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.84-1
+- new upstream release
+- fixed qmake paramater
+- fixed License a little (GPLv2 to GPLv2+)
+
 * Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.81-1
 - new upstream release
 

+ 5 - 1
x/x-tile/x-tile-vl.spec

@@ -4,7 +4,7 @@ Summary:	gnome panel applet to select and tile windows
 Summary(ja): 	ウィンドウを整列させる Gnome パネルアプレット
 Name:		x-tile
 Version:	2.5
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	http://www.giuspen.com/software/%{name}-%{version}.tar.xz
 #%if %{add_japo}
 Source1:	x-tile-2.5-ja.po
@@ -14,6 +14,7 @@ License:	GPLv2
 Group:		User Interface/Desktops
 URL:		http://www.giuspen.com/x-tile/
 
+BuildRequires:	pygtk2
 #Requires:	python, pygtk2, gnome-python-applet
 Requires:	python, pygtk2
 Requires(post):  desktop-file-utils
@@ -87,6 +88,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 
 
 %changelog
+* Sun Jul 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5-2
+- added BuildRequires: pygtk2
+
 * Sat Mar 02 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5-1
 - new upstream release
 - changed source archive bz2 to xz