Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:11.4
libgdiplus0
libgdiplus0.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgdiplus0.spec of Package libgdiplus0
# # spec file for package libgdiplus0 (Version 2.8) # # Copyright (c) 2010 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/ # # norootforbuild %define real_name libgdiplus # There may be strange bugs when using the system cairo %define system_cairo 0 Name: libgdiplus0 Version: 2.8 Release: 1 License: LGPLv2.1 ; MPL ; MIT License (or similar) Url: http://go-mono.org/ Source0: %{real_name}-%{version}.tar.bz2 Summary: Open Source Implementation of the GDI+ API Group: Development/Libraries/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: libgdiplus-devel < %{version} Provides: libgdiplus-devel = %{version} Obsoletes: libgdiplus < %{version} Provides: libgdiplus = %{version} %if %system_cairo BuildRequires: cairo-devel >= 1.6.4 %endif BuildRequires: fontconfig-devel BuildRequires: freetype2-devel BuildRequires: giflib-devel BuildRequires: glib2-devel BuildRequires: libexif-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-libXrender-devel %description This is part of the Mono project. It is required when using Windows.Forms. Authors: -------- Alexandre Pigolkine Duncan Mak Jordi Mas Miguel de Icaza Ravindra Kumar %files %defattr(-, root, root) %_libdir/libgdiplus.so* %doc AUTHORS COPYING ChangeLog* NEWS README %prep %setup -q -n %{real_name}-%{version} %build export CFLAGS="$RPM_OPT_FLAGS" %configure make %install make install DESTDIR=%{buildroot} # Unwanted files: rm -f %{buildroot}%{_libdir}/libgdiplus.a rm -f %{buildroot}%{_libdir}/libgdiplus.la rm -f %{buildroot}%{_libdir}/pkgconfig/libgdiplus.pc # Remove generic non-usefull INSTALL file... (appeases # suse rpmlint checks, saves 3kb) find . -name INSTALL | xargs rm -f %clean rm -rf "$RPM_BUILD_ROOT" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor