]> git.pld-linux.org Git - packages/aavga.git/commitdiff
- added the mouse_setscale.patch master auto/ti/aavga-1_0rc1-4
authorwitekfl <witekfl@pld-linux.org>
Wed, 4 Jul 2007 17:14:40 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- previously debug info was included in the main package
- rel 4

Changed files:
    aavga.spec -> 1.18

aavga.spec

index 7837c2173eac3a5e4f00ce192262e27e8e36c841..6360140a16d09c5594d7ee66bce291a1b00c6cd3 100644 (file)
@@ -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*
This page took 0.072124 seconds and 4 git commands to generate.