SPECS: SILLY.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Mon May 28 00:12:02 CEST 2007
Author: qboosh Date: Sun May 27 22:12:02 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
SILLY.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/SILLY.spec
diff -u /dev/null SPECS/SILLY.spec:1.1
--- /dev/null Mon May 28 00:12:02 2007
+++ SPECS/SILLY.spec Mon May 28 00:11:57 2007
@@ -0,0 +1,106 @@
+# $Revision$, $Date$
+Summary: Simple Image Loading LibrarY
+Summary(pl.UTF-8): Simple Image Loading LibrarY - prosta biblioteka do wczytywania obrazów
+Name: SILLY
+Version: 0.1.0
+Release: 1
+License: MIT-like
+Group: Libraries
+Source0: http://dl.sourceforge.net/crayzedsgui/%{name}-%{version}.tar.gz
+# Source0-md5: c3721547fced7792a36ffc9ce6ec23fd
+Source1: http://dl.sourceforge.net/crayzedsgui/%{name}-DOCS-%{version}.tar.gz
+# Source1-md5: e52e9043b21a9d35a6da66ce9e84d3e1
+URL: http://www.cegui.org.uk/wiki/index.php/SILLY
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel >= 2:1.2.10
+BuildRequires: libstdc++-devel
+Requires: libpng >= 2:1.2.10
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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 initialy launch in order to provide an MIT based replacement of
+DevIL with less image format supported and focused on loading image
+only.
+
+%description -l pl.UTF-8
+SILLY oznacza Simple Image Loading LibrarY (prostą bibliotekę do
+wczytywania obrazów). Celem projektu jest udostępnienie prostej
+biblioteki do wczytywania obrazów w kontekście CEGUI. Obsługuje tylko
+najpopularniejsze formaty obrazów. Projekt został zapoczątkowany w
+celu zapewnienia zamiennika MIT biblioteki DevIL z mniejszą liczbą
+obsługiwanych formaów i skupiającego się tylko na wczytywaniu obrazów.
+
+%package devel
+Summary: Header files for SILLY library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki SILLY
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: libjpeg-devel
+Requires: libpng-devel >= 2:1.2.10
+Requires: libstdc++-devel
+
+%description devel
+Header files for SILLY library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki SILLY.
+
+%package static
+Summary: Static SILLY library
+Summary(pl.UTF-8): Statyczna biblioteka SILLY
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static SILLY library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka SILLY.
+
+%prep
+%setup -q -b 1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog
+%attr(755,root,root) %{_libdir}/libSILLY.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/html/*
+%attr(755,root,root) %{_libdir}/libSILLY.so
+%{_libdir}/libSILLY.la
+%{_includedir}/SILLY
+%{_pkgconfigdir}/SILLY.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libSILLY.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/05/27 22:11:57 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list