Mageia Bugzilla – Attachment 12855 Details for
Bug 29227
kuickshow, A fast and convenient KDE image viewer NEW RPM REQUEST
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Proposal spec file for imlib-nogdk
imlib-nogdk.spec (text/plain), 3.79 KB, created by
Kristoffer Grundström
on 2021-07-10 23:04:26 CEST
(
hide
)
Description:
Proposal spec file for imlib-nogdk
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2021-07-10 23:04:26 CEST
Size:
3.79 KB
patch
obsolete
># ># spec file for package imlib (Version 1.9.15) ># ># Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. ># ># All modifications and additions to the file contributed by third parties ># remain the property of their copyright owners, unless otherwise agreed ># upon. The license for this file, and modifications and additions to the ># file, is the same license as for the pristine package itself (unless the ># license for the pristine package is not an Open Source License, in which ># case the license is the MIT License). An "Open Source License" is a ># license that conforms to the Open Source Definition (Version 1.9) ># published by the Open Source Initiative. > ># Please submit bugfixes or comments via http://bugs.opensuse.org/ ># > >Name: imlib-nogdk >BuildRequires: giflib-devel >BuildRequires: libjpeg62 >BuildRequires: libjpeg-devel >BuildRequires: libnetpbm11 >BuildRequires: libpng-devel >BuildRequires: libtiff-devel >BuildRequires: libx11-devel >License: LGPL-2.0+ >Group: System/Libraries >AutoReqProv: on ># bug437293 >%ifarch ppc64 >Obsoletes: imlib-64bit >%endif ># >Summary: A Shared Library for Loading and Rendering 3D Images >Version: 1.9.15 >Release: %mkrel 1 >Source: ftp://ftp.gnome.org/pub/gnome/sources/imlib/1.9/imlib-%{version}.tar.bz2 >Source1: imlib-rpmlintrc >Url: http://www.labs.redhat.com/imlib/ >Patch1: imlib-1.9.8.1-image_from_drawable.patch >Patch2: imlib-config.diff >Patch3: imlib-pnm-detect.diff >Patch4: imlib-tiff_output.diff >Patch5: imlib-1.9.10-load.diff >Patch6: imlib-ac.diff >Patch7: imlib-1.9.15-utils.patch >Patch8: imlib_libpng15.diff >Patch9: imlib-more-xpm-fixes.patch >Patch10: imlib-codecleanup.diff >Patch11: imlib-CVE-2007-3568.patch >Patch12: imlib-no_shared_pixmaps.patch >Patch13: imlib-1.9.14-gif_suse42.patch > >%description >This is a general, all-purpose image loading and rendering (image data >to screen data) library. Imlib is currently capable of loading 25 >different image formats. > >See the file /usr/include/X11/imlib.h or directory >/usr/share/doc/packages/imlib for more details. > >This shared library is needed for kuickshow image viewer. >Not suitable for GNOME users (misses gdk part) > >Authors: >-------- > Carsten Haitzler <s2154962@cse.unsw.edu.au> > >%package devel >License: LGPL-2.0+ >Summary: Imlib Development Environment >Group: Development/Libraries/C and C++ >Obsoletes: imlibdev < 1.9.15 >Provides: imlibdev = 1.9.15 >Provides: imlib-config ># bug437293 >%ifarch ppc64 >Obsoletes: imlib-devel-64bit >%endif ># >Requires: %{name} = %{version} libpng-devel >Requires: libjpeg-devel >Requires: libtiff-devel > >%description devel >This package is required for developing programs linked against Imlib > >Authors: >-------- > Carsten Haitzler <s2154962@cse.unsw.edu.au> > >%prep >%setup -q -n imlib-nogdk-%{version} >%autosetup > >%build >#rm -f acinclude.m4 acconfig.h >#autoreconf -fiv >%configure --disable-static --with-pic --disable-gdk --disable-gtk --without-gtk --without-gdk >%{__make} %{?jobs:-j%jobs} > >%install >make DESTDIR=$RPM_BUILD_ROOT install >chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so.* >%{__rm} -f %{buildroot}%{_libdir}/*.la > >%clean >rm -rf $RPM_BUILD_ROOT > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%files >%defattr(-, root, root) >%doc README AUTHORS NEWS >%config /etc/im_palette-small.pal >%config /etc/im_palette-tiny.pal >%config /etc/im_palette.pal >%config /etc/imrc >%{_libdir}/libImlib.so.1 >%{_libdir}/libImlib.so.1.9.15 > >%files devel >%defattr(-, root, root) >/usr/bin/imlib-config >/usr/include/Imlib.h >/usr/include/Imlib_private.h >/usr/include/Imlib_types.h >%{_libdir}/libImlib.so >%{_libdir}/pkgconfig/imlib.pc >%{_libdir}/pkgconfig/imlibgdk.pc >%doc /usr/share/man/man1/imlib-config.1.gz >/usr/share/aclocal/imlib.m4
# # spec file for package imlib (Version 1.9.15) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: imlib-nogdk BuildRequires: giflib-devel BuildRequires: libjpeg62 BuildRequires: libjpeg-devel BuildRequires: libnetpbm11 BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libx11-devel License: LGPL-2.0+ Group: System/Libraries AutoReqProv: on # bug437293 %ifarch ppc64 Obsoletes: imlib-64bit %endif # Summary: A Shared Library for Loading and Rendering 3D Images Version: 1.9.15 Release: %mkrel 1 Source: ftp://ftp.gnome.org/pub/gnome/sources/imlib/1.9/imlib-%{version}.tar.bz2 Source1: imlib-rpmlintrc Url: http://www.labs.redhat.com/imlib/ Patch1: imlib-1.9.8.1-image_from_drawable.patch Patch2: imlib-config.diff Patch3: imlib-pnm-detect.diff Patch4: imlib-tiff_output.diff Patch5: imlib-1.9.10-load.diff Patch6: imlib-ac.diff Patch7: imlib-1.9.15-utils.patch Patch8: imlib_libpng15.diff Patch9: imlib-more-xpm-fixes.patch Patch10: imlib-codecleanup.diff Patch11: imlib-CVE-2007-3568.patch Patch12: imlib-no_shared_pixmaps.patch Patch13: imlib-1.9.14-gif_suse42.patch %description This is a general, all-purpose image loading and rendering (image data to screen data) library. Imlib is currently capable of loading 25 different image formats. See the file /usr/include/X11/imlib.h or directory /usr/share/doc/packages/imlib for more details. This shared library is needed for kuickshow image viewer. Not suitable for GNOME users (misses gdk part) Authors: -------- Carsten Haitzler <s2154962@cse.unsw.edu.au> %package devel License: LGPL-2.0+ Summary: Imlib Development Environment Group: Development/Libraries/C and C++ Obsoletes: imlibdev < 1.9.15 Provides: imlibdev = 1.9.15 Provides: imlib-config # bug437293 %ifarch ppc64 Obsoletes: imlib-devel-64bit %endif # Requires: %{name} = %{version} libpng-devel Requires: libjpeg-devel Requires: libtiff-devel %description devel This package is required for developing programs linked against Imlib Authors: -------- Carsten Haitzler <s2154962@cse.unsw.edu.au> %prep %setup -q -n imlib-nogdk-%{version} %autosetup %build #rm -f acinclude.m4 acconfig.h #autoreconf -fiv %configure --disable-static --with-pic --disable-gdk --disable-gtk --without-gtk --without-gdk %{__make} %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT install chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so.* %{__rm} -f %{buildroot}%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc README AUTHORS NEWS %config /etc/im_palette-small.pal %config /etc/im_palette-tiny.pal %config /etc/im_palette.pal %config /etc/imrc %{_libdir}/libImlib.so.1 %{_libdir}/libImlib.so.1.9.15 %files devel %defattr(-, root, root) /usr/bin/imlib-config /usr/include/Imlib.h /usr/include/Imlib_private.h /usr/include/Imlib_types.h %{_libdir}/libImlib.so %{_libdir}/pkgconfig/imlib.pc %{_libdir}/pkgconfig/imlibgdk.pc %doc /usr/share/man/man1/imlib-config.1.gz /usr/share/aclocal/imlib.m4
View Attachment As Raw
Actions:
View
Attachments on
bug 29227
:
12853
|
12854
| 12855