Browse Source

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

kudoh 13 years ago
parent
commit
99eb585e90

+ 11 - 6
lib/libA/libAfterImage/libAfterImage-vl.spec

@@ -1,6 +1,6 @@
 Name:           libAfterImage
-Version:        1.18
-Release:        3%{?_dist_release}
+Version:        1.20
+Release:        1%{?_dist_release}
 Summary:        A generic image manipulation library
 Summary(ja):    一般的な画像操作ライブラリ
 
@@ -12,7 +12,7 @@ Source1:        libAfterImage-COPYING
 Patch0:         libAfterImage-Makefile-ldconfig.patch
 Patch1:         libAfterImage-afterimage-config.patch
 Patch2:         libAfterImage-multiarch.patch
-Patch3:         libAfterImage-glx.patch
+#Patch3:         libAfterImage-glx.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  freetype2-devel
@@ -65,7 +65,7 @@ The %{name}-devel package contains the files needed for development with
 %patch0
 %patch1
 %patch2 -b multiarch
-%patch3
+#%patch3
 
 %build
 %configure --enable-i18n --enable-sharedlibs \
@@ -105,10 +105,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 %{_includedir}/libAfterImage/
 %{_libdir}/*.so
-%{_datadir}/libAfterImage/
-%{_mandir}/man?/*
+#%{_datadir}/libAfterImage/
+#%{_mandir}/man?/*
 
 %changelog
+* Wed Feb 2 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.20-1
+- new upstream release
+- dropt Patch3
+- fixed %%files in -devel package
+
 * Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.18-3
 - rebuilt with rpm-4.8.1 for pkg-config
 - changed BuildRequires: libjpeg-devel to libjpeg-turbo-devel

+ 5 - 2
p/python-imaging/python-imaging-vl.spec

@@ -4,8 +4,8 @@
 Summary: The Python Imaging Library
 Summary(ja): Python イメージ処理ライブラリ
 Name: python-imaging
-Version: 1.1.6
-Release: 3%{?_dist_release}
+Version: 1.1.7
+Release: 1%{?_dist_release}
 License: Distributable
 Distribution: Vine Linux
 Vendor: Project Vine
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{pyinc}/*
 
 %changelog
+* Tue Feb 01 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.7-1
+- new upstream release
+
 * Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.6-3
 - rebuild for python-2.6