Browse Source

Vine Linux 6 向けに更新

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4168 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 12 years ago
parent
commit
75e456f6b8

+ 17 - 4
S/SDL_mixer/SDL_mixer-vl.spec

@@ -1,7 +1,7 @@
 Summary: Simple DirectMedia Layer - Sample Mixer Library
 Name:    SDL_mixer
 Version: 1.2.11
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Source0: http://www.libsdl.org/projects/%{name}/%{name}-%{version}.tar.gz
 License: LGPL
 Group: System Environment/Libraries
@@ -9,10 +9,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: SDL-devel >= 1.2.10
 BuildRequires: flac-devel
 BuildRequires: sane
-BuildRequires: libtool automake autoconf
+BuildRequires: libtool
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRequires: libvorbis-devel
 BuildRequires: libogg-devel
-Requires: libmikmod
+BuildRequires: smpeg-devel
+BuildRequires: mikmod-devel
+BuildRequires: audiofile-devel
+Requires: mikmod
 Requires: libvorbis
 Requires: libogg
 Requires: smpeg
@@ -50,7 +55,9 @@ Timidity MIDI や SMPEG MP3 ライブラリによって
 %setup -q
 
 %build
-%configure --disable-dependency-tracking --disable-static --enable-music-libmikmod
+%configure --disable-dependency-tracking \
+           --disable-static \
+           --enable-music-mod
 make %{?_smp_mflags} LDFLAGS=-lm
 
 %install
@@ -87,6 +94,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/SDL
 
 %changelog
+* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.2.11-3
+- rebuild for Vine Linux
+- add BuildRequires: smpeg-devel, mikmod-devel and audiofile-devel
+- change configure option to --enable-music-mod
+  (--enable-music-libmikmod is obsoleted)
+
 * Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.11-2
 - rebuild with rpm-4.8.1
 

+ 6 - 7
S/SDL_perl/SDL_perl-vl.spec

@@ -1,12 +1,8 @@
-%define name	SDL_perl
-%define version	2.2.6
-%define release	1%{?_dist_release}
-
 Summary:	SDL_perl - Simple Direct Media Layer for Perl
 Summary(ja): 	SDL_perl - Perl 用 SDL(Simple DirectMedia Layer) モジュール
-Name:		%{name}
-Version:	%{version}
-Release: 	%{release}
+Name:		SDL_perl
+Version:	2.2.6
+Release: 	2%{?_dist_release}
 Source0:	http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/SDL_Perl-v%{version}.tar.gz
 License:	Artistic and GPL
 Group:		Development/Libraries
@@ -64,6 +60,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 
 
 %changelog
+* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 2.2.6-2
+- rebuild with perl-5.12.3
+
 * Thu Dec 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-1
 - new upstream release
 - remove Patch0

+ 4 - 1
f/frozen-bubble/frozen-bubble-vl.spec

@@ -1,6 +1,6 @@
 %define name	frozen-bubble
 %define version	2.1.0
-%define release	1%{?_dist_release}
+%define release	2%{?_dist_release}
 
 Summary:	Game that arranges and erases the same color bubble
 Summary(ja): 	同じ色の泡を揃えて消していくゲーム
@@ -93,6 +93,9 @@ Frozen-bubble はパズルボブルに似たパズルゲームです。
 %{_mandir}/man6/frozen-bubble*
 
 %changelog
+* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 2.1.0-2
+- rebuild for Vine Linux 6
+
 * Sun Sep 07 2008 Shu KONNO <owa@bg.wakwak.com> 2.1.0-1vl5
 - applied new versioning policy, spec in utf-8
 

+ 23 - 12
i/isomaster/isomaster-vl.spec

@@ -1,14 +1,10 @@
-%define name	isomaster
-%define version	1.3.5
-%define release	1%{?_dist_release}
-
 Summary:	An easy to use graphical CD image editor
 Summary(ja): 	使いやすい GUI の CD イメージエディタ 
-Name:		%{name}
-Version:	%{version}
-Release: 	%{release}
+Name:		isomaster
+Version:	1.3.8
+Release: 	1%{?_dist_release}
 Source0:	%{name}-%{version}.tar.bz2
-Source1:	isomaster-ja.po
+#Source1:	isomaster-ja.po
 #Source2:	isomaster-ja.mo
 Source3:	isomaster.desktop.vine
 Patch1:		isomaster-1.3.5-optflags.patch
@@ -19,6 +15,9 @@ URL:		http://littlesvr.ca/isomaster/
 BuildRequires:	gtk2-devel, gettext
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
+Vendor:	Project Vine
+Distribution:	Vine Linux
+
 Packager:	kazutaka
 
 %description
@@ -43,12 +42,19 @@ make PREFIX=%{_prefix} OPTFLAGS="%{optflags}"
 
 %install
 %{__rm} -rf ${RPM_BUILD_ROOT}
-make install DESTDIR=${RPM_BUILD_ROOT} PREFIX=%{_prefix}
+make install DESTDIR=${RPM_BUILD_ROOT} \
+             PREFIX=%{_prefix}
+
+# install ja.po
+#%{__mkdir} -p ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES
+#msgfmt %{SOURCE1} -o ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES/isomaster.mo
 
-%{__mkdir} -p ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES
-msgfmt %{SOURCE1} -o ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES/isomaster.mo
+# install .desktop
 %{__cp} -f %{SOURCE3} ${RPM_BUILD_ROOT}/%{_datadir}/applications/isomaster.desktop
 
+# change install path of bkisofs manual pages 
+%{__mv} $RPM_BUILD_ROOT/%{_docdir}/bkisofs .
+
 %find_lang %{name}
 
 
@@ -58,13 +64,18 @@ msgfmt %{SOURCE1} -o ${RPM_BUILD_ROOT}/%{_localedir}/ja/LC_MESSAGES/isomaster.mo
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc CHANGELOG.TXT CREDITS.TXT LICENCE.TXT README.TXT TODO.TXT
+%doc CHANGELOG.TXT CREDITS.TXT LICENCE.TXT README.TXT TODO.TXT bkisofs/
 %{_bindir}/isomaster
 %{_datadir}/isomaster
 %{_datadir}/applications/isomaster.desktop
 %{_mandir}/man1/isomaster.1*
 
 %changelog
+* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.3.8-1
+- new upstream release
+- add Vendor & Distribution tag
+- drop Source1 (japanese translation)
+
 * Sun May 24 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.5-1
 - new upstream release
 - update Patch1 (isomaster-1.3.5-optflags.patch)

+ 18 - 15
n/nautilus-image-converter/nautilus-image-converter-vl.spec

@@ -1,16 +1,12 @@
-%define name	nautilus-image-converter
-%define version	0.3.0
-%define release	2%{?_dist_release}
-
 Summary:	Nautilus extension to mass resize and rotate images
 Summary(ja): 	複数の画像をリサイズ・回転できる Nautilus用 の拡張
-Name:		%{name}
-Version:	%{version}
-Release: 	%{release}
-Source0:	%{name}-%{version}.tar.gz
+Name:		nautilus-image-converter
+Version:	0.3.0
+Release: 	3%{?_dist_release}
+Source0:	http://www.bitron.ch/downloads/%{name}-%{version}.tar.gz
 License:	GPL
 Group:		User Interface/Desktops
-URL:		http://www.bitron.ch/downloads/%{name}-%{version}.tar.bz2
+URL:		http://www.bitron.ch/software/nautilus-image-converter.php
 
 Requires:	nautilus >= 2.6.0, ImageMagick
 BuildRequires:	gtk2-devel >= 2.4.0, libglade2-devel >= 2.4.0
@@ -22,6 +18,10 @@ BuildRequires:	perl(XML::Parser)
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
+Packager:	kazutaka
 
 %description
 Adds a "Resize Images" and "Rotate Images" menu item to the context
@@ -30,16 +30,17 @@ A click on "Resize" or "Rotate" finally convert the image(s) using
 ImageMagick's convert tool.
 
 %description -l ja
-全ての画像ファイルの右クリックメニューに、"画像のリサイズ" と "画像の回転" 
-のメニューアイテムを追加します。このメニューアイテムを選んで表示されたダイ
-アログ画面で好きなオプションを設定します。"リサイズ" または "回転" ボタンを
-押すと、ImageMagick の変換ツールを使って画像を変換します。
+全ての画像ファイルの右クリックメニューに、"画像のリサイズ" と 
+"画像の回転" のメニューアイテムを追加します。このメニューアイテムを
+選んで表示されたダイアログ画面から好きなオプションを設定します。
+"リサイズ" または "回転" ボタンを押すと、ImageMagick の変換ツールを
+使って画像を変換します。
 
 
 %prep
-
 %setup -q
 
+
 %build
 %configure --disable-static
 make %{?_smp_mflags}
@@ -61,12 +62,14 @@ find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
 %{_libdir}/nautilus/extensions-2.0/libnautilus-image-converter.so
-#%{_libdir}/nautilus/extensions-2.0/libnautilus-image-converter.la
 %{_datadir}/nautilus-image-converter/nautilus-image-resize.glade
 %{_datadir}/nautilus-image-converter/nautilus-image-rotate.glade
 
 
 %changelog
+* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.3.0-3
+- rebuild for Vine Linux 6
+
 * Sat Apr 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.0-2
 - added BuildRequires:	glib2-devel >= 2.15.0, nautilus-devel, gettext, perl(XML::Parser)
 - changed configure option (-disable static)

+ 18 - 20
s/supertux/supertux-vl.spec

@@ -1,33 +1,27 @@
-%define name	supertux
-%define version	0.1.3
-%define release	1%{?_dist_release}
-
 Summary:	Super Mario Bros like 2D jump 'n run sidescroller game.
 Summary(ja): 	スーパーマリオブラザース風の 2D 横スクロールゲーム
-Name:		%{name}
-Version:	%{version}
-Release: 	%{release}
+Name:		supertux
+Version:	0.1.3
+Release: 	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.bz2
 Patch0:		supertux-0.1.3-gcc4.patch
 License:	GPL
 Group:		Applications/Games
 URL:		http://super-tux.sf.net/
 
-BuildRequires:	SDL-devel >= 1.2.4, SDL_image-devel, SDL_mixer-devel >= 1.2.7
-BuildRequires:	zlib-devel
-%if %{?_dist_release} == "vl5"
 Requires:	mesa-libGL
+BuildRequires:	SDL-devel >= 1.2.4
+BuildRequires:	SDL_image-devel
+BuildRequires:	SDL_mixer-devel >= 1.2.7
+BuildRequires:	zlib-devel
 BuildRequires:	xorg-x11-devel 
 BuildRequires:	mesa-libGL-devel
-%endif
-%if %{?_dist_release} == "vl4"
-Requires:	XOrg-gl
-BuildRequires:	XOrg-devel 
-BuildRequires:	XOrg-gl-devel
-%endif
+BuildRequires:	mesa-libGLU-devel
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
+Vendor:		Project Vine
+Distribution:	Vine Linux
 
 %description
 SuperTux is a 2D jump 'n run sidescroller game, with strong inspiration
@@ -48,9 +42,7 @@ SuperTux は 任天堂のスーパーマリオブラザースから強い影響
 
 %prep
 %setup -q
-%if %{?_dist_release} == "vl5"
-%patch -p0 -b .gcc4
-%endif
+%patch0 -p0 -b .gcc4
 
 %build
 %configure \
@@ -78,6 +70,12 @@ SuperTux は 任天堂のスーパーマリオブラザースから強い影響
 %{_datadir}/pixmaps/supertux.png
 
 %changelog
+* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.1.3-2
+- rebuild for Vine Linux 6
+- remove dependency information for Vine Linux 4
+- add Vendor and Distribution tag
+- add BuildRequires: mesa-libGLU-devel
+
 * Sun Jan 25 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.1.3-1
 - apply new versioning policy 
 - spec in utf-8
@@ -92,4 +90,4 @@ SuperTux は 任天堂のスーパーマリオブラザースから強い影響
   - XOrg-gl-devel (for vl4)
 
 * Sat Mar 10 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1.3-0vl1
-- initial build for Vine Linux
+- initial build for Vine Linux