Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:derselbst
SILLY
SILLY.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File SILLY.spec of Package SILLY
# # spec file for package SILLY # # Copyright (c) 2012 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/ # %define SILLYso 1 Name: SILLY Version: 0.1.0 Release: 0 Summary: Simply Image Loading LibrarY License: MIT Group: Development/Libraries/C and C++ Url: http://www.cegui.org.uk/wiki/index.php/SILLY Source0: %{name}-%{version}.tar.gz Source1: %{name}-DOCS-%{version}.tar.gz # PATCH-FIX-UPSTREAM Debian patch 01_SILLYPNGImageLoader.patch Patch1: 01_SILLYPNGImageLoader.patch BuildRequires: gcc-c++ BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SILLY means Simple Image Loading LibrarY. The aim of this library is to provide a simple library for loading image in the context of CEGUI. The library supports only the most common image format. The project was initially launch in order to provide an MIT based replacement of DevIL with less image format supported and focused on loading image only. %package -n lib%{name}%{SILLYso} Summary: Simply Image Loading LibrarY Group: Development/Libraries/Other %description -n lib%{name}%{SILLYso} SILLY means Simple Image Loading LibrarY. The aim of this library is to provide a simple library for loading image in the context of CEGUI. The library supports only the most common image format. The project was initially launch in order to provide an MIT based replacement of DevIL with less image format supported and focused on loading image only. %package -n lib%{name}-devel Summary: Simply Image Loading LibrarY development package Group: Development/Libraries/Other Requires: lib%{name}%{SILLYso} = %{version} %description -n lib%{name}-devel Development files for libSILLY SILLY means Simple Image Loading LibrarY. The aim of this library is to provide a simple library for loading image in the context of CEGUI. The library supports only the most common image format. The project was initially launch in order to provide an MIT based replacement of DevIL with less image format supported and focused on loading image only. %prep %setup -b 1 -D -q %patch1 -p1 %build %configure make %{?_smp_mflags} %install make %{?_smp_mflags} DESTDIR=%{buildroot} install mkdir -p %{buildroot}%{_defaultdocdir}/libSILLY-devel cp -R doc/html/* %{buildroot}%{_defaultdocdir}/libSILLY-devel %post -n lib%{name}%{SILLYso} -p /sbin/ldconfig %postun -n lib%{name}%{SILLYso} -p /sbin/ldconfig %files -n lib%{name}%{SILLYso} %defattr(-,root,root) %doc AUTHORS %doc COPYING %doc ChangeLog %{_libdir}/libSILLY.so.%{SILLYso}* %files -n lib%{name}-devel %defattr(-,root,root) %docdir %{_defaultdocdir}/lib%{name}-devel %{_defaultdocdir}/lib%{name}-devel/ %{_includedir}/SILLY %{_libdir}/libSILLY.a %exclude %{_libdir}/libSILLY.la %{_libdir}/libSILLY.so %{_libdir}/pkgconfig/SILLY.pc %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