Browse Source

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

kudoh 12 years ago
parent
commit
f7a67c5d2b

+ 4 - 1
d/deluge/deluge-vl.spec

@@ -2,7 +2,7 @@
 
 Name:		deluge
 Version:	1.3.3
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Summary(ja):	DHT・UPnP・PEX をサポートした GTK+ BitTorrent クライアント
 Group:		Applications/Internet
@@ -292,6 +292,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Feb 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.3-2
+- rebuilt with python-2.7
+
 * Wed Sep 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.3-1
 - new upstream release
 - splitted -common, -gtk, -images, -console, -web, -daemon packages

+ 4 - 1
f/fwbackups/fwbackups-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:              fwbackups
 Version:           1.43.4
-Release:           1%{?_dist_release}
+Release:           2%{?_dist_release}
 Summary:           A feature-rich user backup program
 Summary(ja):       機能豊富なユーザバックアッププログラム
 Group:             Applications/Archiving
@@ -86,6 +86,9 @@ scrollkeeper-update -q || :
 %doc AUTHORS ChangeLog COPYING README TODO
 
 %changelog
+* Wed Feb 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.43.4-2
+- rebuilt with python-2.7
+
 * Tue Dec 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.43.4-1
 - new upstream release
 

+ 6 - 2
lib/libt/libtorrent-rasterbar/libtorrent-rasterbar-vl.spec

@@ -2,8 +2,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		libtorrent-rasterbar
-Version:	0.15.4
-Release:	3%{?_dist_release}
+Version:	0.15.10
+Release:	1%{?_dist_release}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 Summary(ja):	最良の代替手段となることを目指す C++ BitTorrent ライブラリ
 
@@ -186,6 +186,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Feb 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.15.10-1
+- new upstream release
+- changed BuildRequires: util-linux-ng to util-linux
+
 * Tue Jan 18 2011 Shu KONNO <owa@bg.wakwak.com> - 0.15.4-3
 - rebuilt with libboost-1.45.0
 

+ 4 - 1
o/obmenu/obmenu-vl.spec

@@ -2,7 +2,7 @@
 
 Name:		obmenu
 Version:	1.0
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 Summary:	A graphical menu editor for Openbox
 Summary(ja):	Openbox のグラフィカルメニューエディタ
 Group:		User Interface/Desktops
@@ -74,6 +74,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Feb 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-4
+- rebuilt with new environment
+
 * Mon May 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0-3
 - rebuilt with new environment
 

+ 12 - 10
v/viewnior/viewnior-vl.spec

@@ -3,10 +3,10 @@
 # the srpm with:
 #   rpmbuild --rebuild viewnior-*-src.rpm --with gnome 
 # or use bcond_without to change the default
-%bcond_with gnome
+#%bcond_with gnome
 
 Name:           viewnior
-Version:        1.2
+Version:        1.3
 Release:        1%{?_dist_release}
 Summary:        Elegant image viewer
 Summary(ja):    エレガントな画像ビューア
@@ -16,7 +16,6 @@ License:        GPLv3+
 URL:            http://xsisqox.github.com/Viewnior
 Source0:        http://cloud.github.com/downloads/xsisqox/Viewnior/%{name}-%{version}.tar.gz
 Patch0:         viewnior-0.7-dsofix.patch
-Patch1:         viewnior-1.2-fix_typo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  gdk-pixbuf2-devel >= 2.4.0
@@ -27,9 +26,9 @@ BuildRequires:  gettext
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  perl-XML-Parser
 BuildRequires:  shared-mime-info >= 0.20
-%if %{with gnome}
-BuildRequires:  GConf2-devel
-%endif
+#%if %{with gnome}
+#BuildRequires:  GConf2-devel
+#%endif
 
 
 %description 
@@ -49,16 +48,15 @@ its features are:
 %prep
 %setup -q
 %patch0 -p1 -b .dsofix
-%patch1 -p1 -b .orig
 # fix spurious executable perms
 chmod 0644 AUTHORS ChangeLog COPYING NEWS README TODO src/*
 
 
 %build
 %configure --enable-static=no \
-%if %{with gnome}
-   --enable-wallpaper
-%endif
+#%if %{with gnome}
+#   --enable-wallpaper
+#%endif
 
 make %{?_smp_mflags} V=1
 
@@ -102,6 +100,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Feb 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3-1
+- new upstream release
+- dropt patch1
+
 * Sat Feb 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2-1
 - new upstream release
 - added patch1 to fix typo