From b3dbbb0fa9e24a1ac34cd617f552cb402a8a9d1a Mon Sep 17 00:00:00 2001 From: witekfl Date: Wed, 4 Jul 2007 17:14:40 +0000 Subject: [PATCH] - added the mouse_setscale.patch - previously debug info was included in the main package - rel 4 Changed files: aavga.spec -> 1.18 --- aavga.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/aavga.spec b/aavga.spec index 7837c21..6360140 100644 --- a/aavga.spec +++ b/aavga.spec @@ -2,12 +2,13 @@ Summary: Simple svgalib dropin replacement that utilizes aalib Summary(pl.UTF-8): Prosta biblioteka zastępująca svgalib, oparta o aalib Name: aavga Version: 1.0rc1 -Release: 3 +Release: 4 License: GPL Group: Libraries Source0: http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz # Source0-md5: 75c7c0be6d22ef52768568d5ec5c5c05 Patch0: %{name}-update.patch +Patch1: %{name}-mouse_setscale.patch URL: http://aa-project.sourceforge.net/aavga/ BuildRequires: aalib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -25,6 +26,7 @@ uruchamiać programy korzystające z svgalib w trybie tekstowym. %prep %setup -q -n %{name}-1.0 %patch0 -p1 +%patch1 -p1 %build %{__cc} aavga.c -Wl,-soname,libvga.so.1 -o libvga.so.1.99.1 \ @@ -34,7 +36,7 @@ uruchamiać programy korzystające z svgalib w trybie tekstowym. rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_libdir} -install libvga.so.* $RPM_BUILD_ROOT%{_libdir} +install libvga.so.1.99.1 $RPM_BUILD_ROOT%{_libdir} %clean rm -rf $RPM_BUILD_ROOT @@ -45,4 +47,4 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README -%attr(755,root,root) %{_libdir}/* +%attr(755,root,root) %{_libdir}/lib* -- 2.43.0