]> git.pld-linux.org Git - packages/SDL_Pango.git/commitdiff
- initial
authorshadzik <shadzik@pld-linux.org>
Sat, 28 Oct 2006 21:35:03 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_Pango.spec -> 1.1

SDL_Pango.spec [new file with mode: 0644]

diff --git a/SDL_Pango.spec b/SDL_Pango.spec
new file mode 100644 (file)
index 0000000..4ffd20e
--- /dev/null
@@ -0,0 +1,92 @@
+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
This page took 0.094575 seconds and 4 git commands to generate.