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