Procházet zdrojové kódy

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

kudoh před 13 roky
rodič
revize
189673ca73

+ 4 - 1
T/TrueType-liberation/TrueType-liberation-vl.spec

@@ -10,7 +10,7 @@ New.
 Name:             TrueType-%{fontname}
 Summary:          Fonts to replace commonly used Microsoft Windows fonts
 Summary(ja):      一般に使用されている Microsoft Windows のフォントを置換するためのフォント
-Version:          1.07.1
+Version:          1.07.2
 Release:          1%{?_dist_release}
 # The license of the Liberation Fonts is a EULA that contains GPLv2 and two 
 # exceptions:
@@ -145,6 +145,9 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
 %doc AUTHORS COPYING ChangeLog License.txt README TODO
 
 %changelog
+* Wed Mar 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.07.2-1
+- new upstream release
+
 * Wed Sep 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.07.1-1
 - new upstream release
 

+ 5 - 2
d/deluge/deluge-vl.spec

@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		deluge
-Version:	1.3.3
-Release:	2%{?_dist_release}
+Version:	1.3.4
+Release:	1%{?_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 Mar 06 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.4-1
+- new upstream release
+
 * Tue Feb 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.3-2
 - rebuilt with python-2.7
 

+ 12 - 13
o/optipng/optipng-vl.spec

@@ -1,5 +1,5 @@
 Name:          optipng
-Version:       0.6.5
+Version:       0.7
 Release:       1%{?_dist_release}
 Summary:       PNG optimizer and converter
 Summary(ja):   PNG オプティマイザ と コンバータ
@@ -8,7 +8,7 @@ Group:         Applications/Graphics
 License:       zlib
 URL:           http://optipng.sourceforge.net/
 Source0:       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:        fix_builderror.patch
+#Patch0:        fix_builderror.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
@@ -28,27 +28,22 @@ OptiPNG は、PNG 形式の画像ファイルを何ら情報を失うことな
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 # Ensure system libs and headers are used; as of 0.6.1 pngxtern will use
 # the bundled headers if present even with -with-system-*, causing failures.
 rm -rf lib/libpng lib/zlib
 
-%define makefile gcc.mak
+#%define makefile gcc.mak
 
 %build
-./configure -with-system-zlib -with-system-libpng
-cd src/
-make -f scripts/%{makefile} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"\
-                                            LDFLAGS="$RPM_OPT_FLAGS"
-
+./configure -with-system-zlib -with-system-libpng --prefix=/usr
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 cd src/
-make -f scripts/%{makefile} install DESTDIR="$RPM_BUILD_ROOT"\
-                                    prefix="%{_prefix}" \
-                                    man1dir="%{_mandir}/man1"
+make install DESTDIR="$RPM_BUILD_ROOT" prefix="%{_prefix}" man1dir="%{_mandir}/man1"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,10 +53,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README.txt LICENSE.txt doc/*
 %{_bindir}/optipng
-%{_mandir}/man1/optipng.1*
+%{_mandir}/man1/optipng.1.gz
 
 
 %changelog
+* Tue Mar 06 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7-1
+- new upstream release
+- dropt patch0
+
 * Sun Feb 6 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.5-1
 - new upstream release
 - added Patch0 to fix build error

+ 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.24
+Version: 1.7.25
 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
+* Tue Mar 06 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.25-1
+- new upstream release
+
 * Fri Jan 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.24-1
 - new upstream release
 - changed source archive type bzip2 to xz