automatic version update by autodist [release 2.30.7-1mamba;Tue Mar 25 2014]
This commit is contained in:
parent
9a3d80fe8f
commit
9f1188351c
@ -1,2 +1,4 @@
|
||||
# libgdk-pixbuf
|
||||
|
||||
libgdk-pixbuf is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or clutter.
|
||||
|
||||
|
339
libgdk-pixbuf.spec
Normal file
339
libgdk-pixbuf.spec
Normal file
@ -0,0 +1,339 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: libgdk-pixbuf
|
||||
Epoch: 1
|
||||
Version: 2.30.7
|
||||
Release: 1mamba
|
||||
Summary: An image loading library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://slackpacks.tchelinux.com.br/gdk-pixbuf
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/%{majversion}/gdk-pixbuf-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjasper-devel
|
||||
BuildRequires: libjbig-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libdb47-devel
|
||||
BuildRequires: libjbig-devel
|
||||
BuildRequires: vim
|
||||
%ifarch x86_64
|
||||
BuildRequires: gcc-multilib
|
||||
BuildRequires: glibc-multilib-devel
|
||||
BuildRequires: lib32-libglib-devel
|
||||
BuildRequires: lib32-libpng-devel
|
||||
BuildRequires: lib32-libjpeg-turbo-devel
|
||||
BuildRequires: lib32-libtiff-devel
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# checking for mediaLib 2.3... checking for mlib_ImageSetStruct in -lmlib... no
|
||||
# see http://docs.sun.com/app/docs/doc/816-5173/libmlib-3lib?l=en&a=view
|
||||
# Require gobject-introspection >= 0.9.5
|
||||
|
||||
%description
|
||||
%{name} is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or clutter.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{name} is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or clutter.
|
||||
This package contains libraries and header files need for development.
|
||||
|
||||
%package -n lib32-%{name}
|
||||
Summary: An image loading library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib32-%{name}
|
||||
An image loading library.
|
||||
|
||||
%package -n lib32-%{name}-devel
|
||||
Summary: Devel package for lib32-%{name}
|
||||
Group: Development/Libraries
|
||||
Requires: lib32-%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib32-%{name}-devel
|
||||
%{name} is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or clutter.
|
||||
This package contains libraries and header files need for development.
|
||||
|
||||
%package apidocs
|
||||
Summary: %{name} API documentation
|
||||
Group: Documentation
|
||||
|
||||
%description apidocs
|
||||
This package contains %{name} API documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -n gdk-pixbuf-%{version}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--with-libjasper \
|
||||
--with-x11
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall \
|
||||
RUN_QUERY_LOADER_TEST=false
|
||||
|
||||
touch %{buildroot}%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||
|
||||
%find_lang gdk-pixbuf
|
||||
|
||||
%ifarch x86_64
|
||||
# x86_64 lib64 support
|
||||
make clean
|
||||
CC=%{_target_platform}-gcc \
|
||||
CFLAGS="%{optflags} -m32" \
|
||||
CXXFLAGS="%{optflags} -m32" \
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--libdir=%{_prefix}/lib \
|
||||
--with-x11 \
|
||||
--disable-introspection
|
||||
|
||||
make
|
||||
make install DESTDIR=`pwd`/lib32 RUN_QUERY_LOADER_TEST=false
|
||||
cp -a lib32/%{_prefix}/lib %{buildroot}%{_prefix}/
|
||||
%endif
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
if [ $1 -ge 1 ]; then
|
||||
%{_bindir}/gdk-pixbuf-query-loaders --update-cache || :
|
||||
[ -e %{_sysconfdir}/gtk-3.0 ] && %{_bindir}/gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-3.0/gdk-pixbuf.loaders || :
|
||||
[ -e %{_sysconfdir}/gtk-2.0 ] && %{_bindir}/gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders || :
|
||||
fi
|
||||
:
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -gt 0 ]; then
|
||||
%{_bindir}/gdk-pixbuf-query-loaders --update-cache || :
|
||||
[ -e %{_sysconfdir}/gtk-3.0 ] && %{_bindir}/gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-3.0/gdk-pixbuf.loaders || :
|
||||
[ -e %{_sysconfdir}/gtk-2.0 ] && %{_bindir}/gdk-pixbuf-query-loaders > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders || :
|
||||
fi
|
||||
:
|
||||
|
||||
%post -n lib32-%{name} -p /sbin/ldconfig
|
||||
%postun -n lib32-%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f gdk-pixbuf.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gdk-pixbuf-query-loaders
|
||||
%{_libdir}/libgdk_pixbuf-2.0.so.*
|
||||
%{_libdir}/libgdk_pixbuf_xlib-2.0.so.*
|
||||
%dir %{_libdir}/gdk-pixbuf-2.0
|
||||
%dir %{_libdir}/gdk-pixbuf-2.0/2.10.0
|
||||
%dir %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders
|
||||
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-*.so
|
||||
%ghost %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
||||
%{_libdir}/girepository-1.0/GdkPixbuf-2.0.typelib
|
||||
%{_mandir}/man1/gdk-pixbuf-query-loaders.1.gz
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gdk-pixbuf-csource
|
||||
%{_bindir}/gdk-pixbuf-pixdata
|
||||
%dir %{_includedir}/gdk-pixbuf-2.0
|
||||
%dir %{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf
|
||||
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf/*.h
|
||||
%dir %{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf-xlib
|
||||
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf-xlib/*.h
|
||||
%{_libdir}/libgdk_pixbuf-2.0.so
|
||||
%{_libdir}/libgdk_pixbuf_xlib-2.0.so
|
||||
%{_libdir}/libgdk_pixbuf-2.0.la
|
||||
%{_libdir}/libgdk_pixbuf_xlib-2.0.la
|
||||
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-*.la
|
||||
%{_datadir}/gir-1.0/GdkPixbuf-2.0.gir
|
||||
%{_libdir}/pkgconfig/gdk-pixbuf-2.0.pc
|
||||
%{_libdir}/pkgconfig/gdk-pixbuf-xlib-2.0.pc
|
||||
%{_mandir}/man1/gdk-pixbuf-csource.1.gz
|
||||
%doc NEWS
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/gdk-pixbuf
|
||||
%{_datadir}/gtk-doc/html/gdk-pixbuf/*
|
||||
|
||||
%ifarch x86_64
|
||||
%files -n lib32-%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/libgdk_pixbuf-2.0.so.*
|
||||
%{_prefix}/lib/libgdk_pixbuf_xlib-2.0.so.*
|
||||
%dir %{_prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders
|
||||
%{_prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-*.so
|
||||
|
||||
%files -n lib32-%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/libgdk_pixbuf-2.0.so
|
||||
%{_prefix}/lib/libgdk_pixbuf_xlib-2.0.so
|
||||
%{_prefix}/lib/libgdk_pixbuf-2.0.la
|
||||
%{_prefix}/lib/libgdk_pixbuf_xlib-2.0.la
|
||||
%{_prefix}/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-*.la
|
||||
%{_prefix}/lib/pkgconfig/gdk-pixbuf-2.0.pc
|
||||
%{_prefix}/lib/pkgconfig/gdk-pixbuf-xlib-2.0.pc
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 25 2014 Automatic Build System <autodist@mambasoft.it> 2.30.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 04 2014 Automatic Build System <autodist@mambasoft.it> 2.30.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 18 2014 Automatic Build System <autodist@mambasoft.it> 2.30.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 04 2014 Automatic Build System <autodist@mambasoft.it> 2.30.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 17 2013 Automatic Build System <autodist@mambasoft.it> 2.30.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 11 2013 Automatic Build System <autodist@mambasoft.it> 2.30.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 2.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 22 2013 Automatic Build System <autodist@mambasoft.it> 2.29.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu May 02 2013 Automatic Build System <autodist@mambasoft.it> 2.29.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 2.28.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 26 2013 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 19 2013 Automatic Build System <autodist@mambasoft.it> 2.27.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 08 2013 Automatic Build System <autodist@mambasoft.it> 2.27.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 11 2013 Automatic Build System <autodist@mambasoft.it> 2.27.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.5-1mamba
|
||||
- update to 2.26.5
|
||||
- downgrade to stable release to fix
|
||||
- don't build png as included loader
|
||||
|
||||
* Sat Feb 02 2013 Automatic Build System <autodist@mambasoft.it> 2.27.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 2.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 10 2012 Automatic Build System <autodist@mambasoft.it> 2.26.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 18 2012 Automatic Build System <autodist@mambasoft.it> 2.26.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 21 2012 Automatic Build System <autodist@mambasoft.it> 2.26.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 06 2012 Automatic Build System <autodist@mambasoft.it> 2.26.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 14 2012 Automatic Build System <autodist@mambasoft.it> 2.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 2.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.1-2mamba
|
||||
- rebuilt with --with-x11
|
||||
|
||||
* Mon Mar 12 2012 Automatic Build System <autodist@mambasoft.it> 2.24.1-1mamba
|
||||
- update to 2.24.1
|
||||
|
||||
* Mon Dec 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.0-2mamba
|
||||
- move gir file from devel to main package
|
||||
|
||||
* Sat Aug 27 2011 Automatic Build System <autodist@mambasoft.it> 2.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 28 2011 Automatic Build System <autodist@mambasoft.it> 2.23.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jun 14 2011 Automatic Build System <autodist@mambasoft.it> 2.23.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Apr 05 2011 Automatic Build System <autodist@mambasoft.it> 2.23.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Nov 06 2010 Automatic Build System <autodist@mambasoft.it> 2.22.1-1mamba
|
||||
- automatic update to 2.22.1 by autodist
|
||||
|
||||
* Wed Oct 06 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-3mamba
|
||||
- remove static package containing libtool *.la files that are needed in devel
|
||||
|
||||
* Mon Oct 04 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-2mamba
|
||||
- imported in openmamba devel
|
||||
|
||||
* Wed Sep 29 2010 gil <puntogil@libero.it> 2.22.0-1mamba
|
||||
- update to 2.22.0
|
||||
- renamed libgdk-pixbuf2
|
||||
|
||||
* Fri Jul 02 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.0-8mamba
|
||||
- rebuilt with libpng 1.4
|
||||
|
||||
* Mon Jun 08 2009 Automatic Build System <autodist@mambasoft.it> 0.22.0-7mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Sun Jun 22 2008 Fabio Giani <fabio.giani@gmail.com> 0.22.0-6mamba
|
||||
- update Vendor, Distribution, Packager, buildrequirements list
|
||||
|
||||
* Thu Apr 27 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.22.0-5qilnx
|
||||
- p4
|
||||
|
||||
* Tue Apr 12 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.22.0-4qilnx
|
||||
- fixed security issue QSA-2005-040 (CAN-2005-0891)
|
||||
|
||||
* Thu Nov 25 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.0-3qilnx
|
||||
- rebuilt removing wrong buildconflict libgnome1-devel (??)
|
||||
|
||||
* Tue Oct 19 2004 Davide Madrisan <davide.madrisan@qilinux.it> 0.22.0-2qilnx
|
||||
- security fixes: QSA-2004-048 (CAN-2004-0753, CAN-2004-[0782,0783,0788])
|
||||
- add post/postun
|
||||
- own /usr/lib/gdk-pixbuf, /usr/lib/gdk-pixbuf/loaders
|
||||
- fixed underquoted m4 definition
|
||||
- HTML documentation moved to devel package
|
||||
|
||||
* Mon Oct 07 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.0-1qilnx
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user