SPECS: SDL_Pango.spec (NEW) - initial
shadzik
shadzik at pld-linux.org
Sat Oct 28 23:35:08 CEST 2006
Author: shadzik Date: Sat Oct 28 21:35:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
SDL_Pango.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/SDL_Pango.spec
diff -u /dev/null SPECS/SDL_Pango.spec:1.1
--- /dev/null Sat Oct 28 23:35:08 2006
+++ SPECS/SDL_Pango.spec Sat Oct 28 23:35:03 2006
@@ -0,0 +1,103 @@
+# $Revision$, $Date$
+Summary: Pango engine to SDL
+Summary(pl): Silnik Pango dla SDL
+Name: SDL_Pango
+Version: 0.1.2
+Release: 1
+License: LGPL
+Group: Libraries
+Source0: http://dl.sourceforge.net/sdlpango/%{name}-%{version}.tar.gz
+# Source0-md5: 85bbf9bb7b1cee0538154dadd045418c
+Patch0: %{name}-am.patch
+URL: http://sdlpango.sourceforge.net/
+BuildRequires: SDL-devel >= 1.2.0
+BuildRequires: autoconf >= 2.59-9
+BuildRequires: automake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pango engine to SDL.
+
+%description -l pl
+Silnik Pango dla SDL.
+
+%package devel
+Summary: Header files and more to develop SDL_Pango applications
+Summary(pl): Pliki nagłówkowe do rozwijania aplikacji używających SDL_Pango
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: SDL-devel
+
+%description devel
+Header files and more to develop SDL_Pango applications.
+
+%description devel -l pl
+Pliki nagłówkowe do rozwijania aplikacji używających SDL_Pango.
+
+%package static
+Summary: Static SDL_Pango libraries
+Summary(pl): Statyczne biblioteki SDL_Pango
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static SDL_Pango libraries.
+
+%description static -l pl
+Statyczne biblioteki SDL_Pango.
+
+%prep
+%setup -q
+%patch0 -p0
+
+%build
+rm -f acinclude.m4
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+
+%configure \
+%ifnarch %{ix86}
+ --disable-mmx
+%endif
+
+%{__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 README AUTHORS ChangeLog
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/SDL/*
+%{_pkgconfigdir}/SDL_Pango.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.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 2006/10/28 21:35:03 shadzik
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list