Browse Source

2015-04-02 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* MHonArc, ipw2200-firmware, xfce4-power-manager,
	  xfdesktop: updated
	* ipw2100-firmware: rebuilt
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9481 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
6879ab732c

+ 9 - 9
M/MHonArc/MHonArc-vl.spec

@@ -1,20 +1,20 @@
 Summary: A Perl mail-to-HTML converter
 Summary(ja): Eメールを HTML 形式に変換する Perl ツール
 Name: MHonArc
-Version: 2.6.18
+Version: 2.6.19
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/Text
 URL: http://www.mhonarc.org/
 Source0: http://www.mhonarc.org/tar/%{name}-%{version}.tar.bz2
 
-Provides: perl(readmail.pl)
-Requires: perl >= 5.6
-Requires: perl-Unicode-String perl-Unicode-MapUTF8
-BuildRequires: perl >= 5.6
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
+BuildRequires: perl >= 5.6
+Provides: perl(readmail.pl)
+Requires: perl >= 5.6
+Requires: perl-Unicode-String
+Requires: perl-Unicode-MapUTF8
 
 %description
 MHonArc provides HTML mail archiving with index, mail thread linking, etc; plus
@@ -28,8 +28,6 @@ MHonArc は,メールを HTML アーカイブに変換するツールで,
 
 
 %prep
-rm -rf %{buildroot}
-
 %setup -q
 
 %build
@@ -49,7 +47,6 @@ perl install.me -batch -libpath %{buildroot}%{_libdir}/MHonArc -nodoc \
 cd %{buildroot}
 find . -type f -exec perl -pi -e "s|%{buildroot}||g" {} \;
 
-
 %clean
 rm -rf %{buildroot}
 
@@ -64,6 +61,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Apr  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.6.19-1
+- updated to 2.6.19
+
 * Fri Apr 22 2011 IWAI, Masaharu <iwai@alib.jp> 2.6.18-1
 - new upstream release
 - drop Source1: upstream fixed

+ 24 - 33
i/ipw2100-firmware/ipw2100-firmware-vl.spec

@@ -1,62 +1,53 @@
-%define name	ipw2100-firmware
-%define version	1.3
-%define release	3%{?_dist_release}
-
-Summary:	Firmware for the Intel(R) PRO/Wireless 2100 Driver.
-Summary(ja): 	Intel(R) PRO/Wireless 2100 ドライバ用のファームウェア
-Name:		%{name}
-Version:	%{version}
-Release: 	%{release}
-Source0:	ipw2100-fw-%{version}.tgz
-License:	distributable
+Summary:	Firmware for the Intel® PRO/Wireless 2100 Driver.
+Summary(ja): 	Intel® PRO/Wireless 2100 ドライバ用ファームウェア
+Name:		ipw2100-firmware
+Version:	1.3
+Release: 	4%{?_dist_release}
+
+License:	Redistributable, no modification permitted
 Group:		System Environment/Kernel
 URL:		http://ipw1200.sourceforge.net/firmware.php
 
+Source0:	ipw2100-fw-%{version}.tgz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
+# This is so that the noarch packages only appears for these archs
+ExclusiveArch:	noarch i386 x86_64
 
 
 %description
-This package contains the firmware for the Intel(R) PRO/Wireless
-2100 driver. Usage of the firmware is subject to the terms
-contained in %{_datadir}/doc/%{name}-%{version}/LICENSE.
-Please read the license carefully.
+This package contains the firmware files required by the ipw2100 driver for
+Linux. Usage of the firmware is subject to the terms and condtions contained
+in %{_datadir}/doc/%{name}-%{version}/LICENSE. Please read it carefully.
 
 %description -l ja
-このパッケージは Intel(R) PRO/Wireless 2100 ドライバ用の
-ファームウェアを含んでいます。ファームウェアの使用は
-%{_datadir}/doc/%{name}-%{version}/LICENSE に含まれる
-内容により制限されています。
-このファームウェアを使用する場合はライセンスを必ず読んで
-ください。
+このパッケージは Linux 用 Intel® PRO/Wireless 2100 ドライバに必要なファームウェアを含んでいます。ファームウェアの使用は %{_datadir}/doc/%{name}-%{version}/LICENSE に含まれる内容により制限されています。
+このファームウェアを使用する場合はライセンスを必ず読んでください。
 
 %prep
-
 %setup -q -c
 
 
 %install
-%__rm -rf ${RPM_BUILD_ROOT}
-#%__mkdir_p ${RPM_BUILD_ROOT}/%{_lib}/firmware
-#%__install -p -m644 *.fw ${RPM_BUILD_ROOT}/%{_lib}/firmware
-#%__install -p -m644 LICENSE ${RPM_BUILD_ROOT}/%{_lib}/firmware/ipw2100-LICENSE.txt
-%__mkdir_p ${RPM_BUILD_ROOT}/lib/firmware
-%__install -p -m644 *.fw ${RPM_BUILD_ROOT}/lib/firmware
-%__install -p -m644 LICENSE ${RPM_BUILD_ROOT}/lib/firmware/ipw2100-LICENSE.txt
-
+%__rm -rf $RPM_BUILD_ROOT
+%__mkdir_p $RPM_BUILD_ROOT/lib/firmware
+%__install -p -m644 *.fw $RPM_BUILD_ROOT/lib/firmware
+#__install -p -m644 LICENSE ${RPM_BUILD_ROOT}/lib/firmware/ipw2100-LICENSE.txt
 
 %clean
-%__rm -rf ${RPM_BUILD_ROOT}
-
+%__rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
 %doc LICENSE
-#/%{_lib}/firmware/*
 /lib/firmware/*
 
 
 %changelog
+* Wed Apr  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.3-4
+- rebuilt on current VineSeed
+
 * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.3-3
 - rebuilt with rpm-4.8.1-3
 

+ 30 - 36
i/ipw2200-firmware/ipw2200-firmware-vl.spec

@@ -1,48 +1,39 @@
-%define name	ipw2200-firmware
-%define version	3.0
-%define release	3%{?_dist_release}
-
-Summary:	Firmware for the Intel(R) PRO/Wireless 2200 Driver.
-Summary(ja): 	Intel(R) PRO/Wireless 2200 ドライバ用のファームウェア
-Name:		%{name}
-Version:	%{version}
-Release: 	%{release}
-Source0:	ipw2200-fw-%{version}.tgz
-License:	distributable
-Group:		System Environment/Kernel
-URL:		http://ipw2200.sourceforge.net/firmware.php
+Summary: 	Firmware for Intel® PRO/Wireless 2200 network adaptors
+Summary(ja): 	Intel® PRO/Wireless 2200 ドライバ用ファームウェア
+Name:		ipw2200-firmware
+Version:	3.1
+Release: 	1%{?_dist_release}
+
+License: 	Redistributable, no modification permitted
+Group: 		System Environment/Kernel
+URL: 		http://ipw2200.sourceforge.net/firmware.php
+
+# License agreement must be displayed before download (referer protection)
+Source0: 	ipw2200-fw-%{version}.tgz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
-
+# This is so that the noarch packages only appears for these archs
+ExclusiveArch:	noarch i386 x86_64
 
 %description
-This package contains the firmware for the Intel(R) PRO/Wireless
-2200 driver. Usage of the firmware is subject to the terms
-contained in %{_datadir}/doc/%{name}-%{version}/LICENSE.ipw2200-fw.
-Please read the license carefully.
+This package contains the firmware files required by the ipw2200 driver for
+Linux. Usage of the firmware is subject to the terms and conditions contained
+in %{_datadir}/doc/%{name}-%{version}/LICENSE.ipw2200-fw. Please read it
+carefully.
 
 %description -l ja
-このパッケージは Intel(R) PRO/Wireless 2200 ドライバ用の
-ファームウェアを含んでいます。ファームウェアの使用は
-%{_datadir}/doc/%{name}-%{version}/LICENSE.ipw2200-fw に含まれる
-内容により制限されています。
-このファームウェアを使用する場合はライセンスを必ず読んで
-ください。
+このパッケージは Linux 用 Intel® PRO/Wireless 2200 ドライバに必要なファームウェアを含んでいます。ファームウェアの使用は %{_datadir}/doc/%{name}-%{version}/LICENSE.ipw2200-fw に含まれる内容により制限されています。
+このファームウェアを使用する場合はライセンスを必ず読んでください。
 
 %prep
-
-%setup -q -c
-
+%setup -q -n ipw2200-fw-%{version}
 
 %install
-%__rm -rf ${RPM_BUILD_ROOT}
-#%__mkdir_p ${RPM_BUILD_ROOT}/%{_lib}/firmware
-#%__install -p -m644 ipw2200-fw-%{version}/*.fw ${RPM_BUILD_ROOT}/%{_lib}/firmware
-#%__install -p -m644 ipw2200-fw-%{version}/LICENSE.ipw2200-fw ${RPM_BUILD_ROOT}/%{_lib}/firmware/ipw2200-LICENSE.txt
-%__mkdir_p ${RPM_BUILD_ROOT}/lib/firmware
-%__install -p -m644 ipw2200-fw-%{version}/*.fw ${RPM_BUILD_ROOT}/lib/firmware
-%__install -p -m644 ipw2200-fw-%{version}/LICENSE.ipw2200-fw ${RPM_BUILD_ROOT}/lib/firmware/ipw2200-LICENSE.txt
+%__rm -rf $RPM_BUILD_ROOT
+%__mkdir_p $RPM_BUILD_ROOT/lib/firmware
+%__install -p -m644 *.fw $RPM_BUILD_ROOT/lib/firmware
+#__install -p -m644 LICENSE.ipw2200-fw $RPM_BUILD_ROOT/lib/firmware/ipw2200-LICENSE.txt
 
 
 %clean
@@ -51,12 +42,15 @@ Please read the license carefully.
 
 %files
 %defattr(-,root,root)
-%doc ipw2200-fw-3.0/LICENSE.ipw2200-fw
-#/%{_lib}/firmware/*
+%doc LICENSE.ipw2200-fw
 /lib/firmware/*
 
 
 %changelog
+* Wed Apr  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.1-1
+- updated to 3.1
+- built on current VineSeed
+
 * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 3.0-3
 - rebuilt with rpm-4.8.1-3
 

+ 4 - 1
x/xfce4-power-manager/xfce4-power-manager-vl.spec

@@ -4,7 +4,7 @@
 Name:           xfce4-power-manager
 Summary:        Power management for the Xfce desktop environment
 Summary(ja):    Xfce デスクトップ環境用の電源管理ツール
-Version:        1.4.3
+Version:        1.4.4
 Release:        1%{?_dist_release}
 
 Group:          User Interface/Desktops
@@ -92,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Wed Apr  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.4-1
+- new upstream release
+
 * Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.3-1
 - new upstream release
 

+ 6 - 3
x/xfdesktop/xfdesktop-vl.spec

@@ -1,8 +1,8 @@
 Name: 		xfdesktop
+Version: 	4.12.1
+Release: 	1%{?_dist_release}
 Summary: 	Desktop manager for the Xfce
 Summary(ja): 	Xfce デスクトップマネージャ
-Version: 	4.12.0
-Release: 	1%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -68,7 +68,7 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc README TODO ChangeLog NEWS INSTALL COPYING AUTHORS
+%doc AUTHORS ChangeLog COPYING NEWS README TODO    
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/backgrounds/xfce/xfce-blue.jpg
@@ -78,6 +78,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Wed Apr  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.1-1
+- new upstream release
+
 * Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.0-1
 - new upstream release