Browse Source

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

kudoh 11 years ago
parent
commit
927297d4c5
4 changed files with 30 additions and 18 deletions
  1. 7 2
      e/e16/e16-vl.spec
  2. 13 3
      o/openbox/openbox-vl.spec
  3. 4 1
      p/pngcrush/pngcrush-vl.spec
  4. 6 12
      t/transmission/transmission-vl.spec

+ 7 - 2
e/e16/e16-vl.spec

@@ -1,7 +1,7 @@
 Summary: The Enlightenment window manager, DR16.
 Summary(ja): Enlightenment ウィンドウマネージャ(DR16)
 Name: e16
-Version: 1.0.10
+Version: 1.0.10.001
 Release: 1%{?_dist_release}
 License: BSD
 Group: User Interface/Desktops
@@ -56,7 +56,8 @@ GNOME/KDE のウィンドウマネージャに Enlightment を選択した後、
            --enable-modules \
            --enable-visibility-hiding \
 	   --enable-sound-pulse \
-	   --enable-sound-esound=no
+	   --enable-sound-esound=no \
+	   --disable-rpath
 %{__make} %{?_smp_mflags}
 
 %install
@@ -120,6 +121,10 @@ fi
 %{_mandir}/*
 
 %changelog
+* Tue Jul 24 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.10.001-1
+- new upstream snapshot
+- added %%configure option --disable-rpath
+
 * Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.10-1
 - new upstream release
 - dropt BuildRequires: esound-devel

+ 13 - 3
o/openbox/openbox-vl.spec

@@ -1,6 +1,6 @@
 Name:		openbox
 Version:	3.5.0
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 Summary:	A highly configurable and standards-compliant X11 window manager
 Summary(ja):	高度に設定可能な標準準拠の X11 ウィンドウマネージャ
 
@@ -16,8 +16,12 @@ Source5:	terminals.menu
 Source6:	openbox.gnome-session
 
 #Patch0:	 openbox-3.4.10-obxpropman.patch
-Patch1:	 openbox-3.4.11.2-gnomesession.patch
-Patch2:	 07_fix_xml_load_file.patch
+Patch1: openbox-3.4.11.2-gnomesession.patch
+Patch2: 07_fix_xml_load_file.patch
+Patch3: 666676_wrong_undecorated_window_placement.patch
+Patch4: 90_fix_link_obt.patch
+Patch5: 675991_fix_crash_from_gtk3_apps.patch
+
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -83,6 +87,9 @@ The %{name}-libs package contains shared libraries used by %{name}.
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 autoreconf
 
 %build
@@ -164,6 +171,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.5.0-4
+- added Patch3,4,5 from Debian sid
+
 * Sun Apr 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.5.0-3
 - replaced Source2 to newer from Fedora rawhide
 

+ 4 - 1
p/pngcrush/pngcrush-vl.spec

@@ -1,7 +1,7 @@
 Summary: Pngcrush is an optimizer for PNG files.
 Summary(ja): pngcrush - PNG ファイルの最適化ツール
 Name: pngcrush
-Version: 1.7.31
+Version: 1.7.33
 Release: 1%{?_dist_release}
 URL: http://pmt.sourceforge.net/pngcrush/
 Source:  http://prdownloads.sourceforge.net/pmt/%{name}-%{version}.tar.xz
@@ -62,6 +62,9 @@ gcc %{optflags} $pngflags -lz -o pngcrush pngcrush.c
 %{_bindir}/pngcrush
 
 %changelog
+* Wed Jul 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.33-1
+- new upstream release
+
 * Sun Jul 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.31-1
 - new upstream release
 

+ 6 - 12
t/transmission/transmission-vl.spec

@@ -1,5 +1,5 @@
 Name:	        transmission
-Version:	2.60
+Version:	2.61
 Release:	1%{?_dist_release}
 Summary:	A lightweight BitTorrent client
 Summary(ja):	軽量な BitTorrent クライアント
@@ -18,13 +18,7 @@ BuildRequires:  curl-devel >= 7.18.0
 BuildRequires:  dbus-glib-devel
 BuildRequires:  glib2-devel >= 2.28.0
 BuildRequires:  libnotify-devel
-
-%if %{?_dist_release} == "vl6"
-BuildRequires:  gtk2-devel >= 2.22.0
-%elif
 BuildRequires:  gtk3-devel >= 3.2.0
-%endif
-
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext >= 0.14.1
 BuildRequires:  intltool >= 0.40
@@ -98,12 +92,7 @@ Transmission BitTorrent クライアントデーモンです。
 Summary: GTK Interface for Transmission BitTorrent client
 Summary(ja): Transmission BitTorrent client の GTK インターフェイス
 Group: Applications/Internet
-
-%if %{?_dist_release} == "vl6"
-BuildRequires:  gtk2-devel >= 2.22.0
-%elif
 BuildRequires:  gtk3-devel >= 3.2.0
-%endif
 
 Requires:	%{name}-common = %{version}
 Provides:	%{name} = %{version}-%{release}
@@ -278,6 +267,11 @@ fi
 %{_mandir}/man1/transmission-qt.1*
 
 %changelog
+* Wed Jul 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.61-1
+- new upstream release
+- deleted conditional branch for GTK+2
+  - because not supported GTK+2, GTK+3 only
+
 * Sat Jul 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.60-1
 - new upstream release