Browse Source

xfce4-wavelan-plugin: add Patch0
ebook-tools: fix Patch0

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

Takemikaduchi 12 years ago
parent
commit
b0c0218dd5

+ 5 - 2
e/ebook-tools/ebook-tools-vl.spec

@@ -1,7 +1,7 @@
 Name:		ebook-tools
 Summary:	Tools for accessing and converting various ebook file formats
 Version:	0.2.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 
 Group:		Applications/Publishing
 License:	MIT
@@ -87,7 +87,10 @@ rm -rf %{buildroot}
 %{_libdir}/*.so.*
 
 %changelog
-* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.1-6
+* Sun Oct 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.1-2
+- fix Patch0 for x86_64
+
+* Sun Oct 02 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.1-1
 - Initial build for Vine Linux
 
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-5

+ 7 - 1
x/xfce4-wavelan-plugin/xfce4-wavelan-plugin-vl.spec

@@ -4,7 +4,7 @@ Name:           xfce4-wavelan-plugin
 Summary:        WaveLAN plugin for the Xfce panel
 Summary(ja):    Xfce パネル用無線 LAN プラグイン
 Version:        0.5.6
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 
 Group:          User Interface/Desktops
 License:        BSD
@@ -12,6 +12,8 @@ URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
 
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
 
+Patch0:		xfce4-wavelan-plugin-0.5.6-makefile.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  libxfcegui4-devel >= 4.3.20
 BuildRequires:  libxml2-devel
@@ -25,6 +27,7 @@ displays stats for signal state, signal quality and network name (SSID).
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -45,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Sun Oct 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.6-5
+- add Patch0 (xfce4-wavelan-plugin-0.5.6-makefile.patch)
+
 * Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.6-4
 - initial build for Vine Linux