SPECS: aavga.spec - added the mouse_setscale.patch - previously de...
witekfl
witekfl at pld-linux.org
Wed Jul 4 19:14:45 CEST 2007
Author: witekfl Date: Wed Jul 4 17:14:45 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added the mouse_setscale.patch
- previously debug info was included in the main package
- rel 4
---- Files affected:
SPECS:
aavga.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/aavga.spec
diff -u SPECS/aavga.spec:1.17 SPECS/aavga.spec:1.18
--- SPECS/aavga.spec:1.17 Mon Feb 12 22:23:46 2007
+++ SPECS/aavga.spec Wed Jul 4 19:14:40 2007
@@ -3,12 +3,13 @@
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)
@@ -26,6 +27,7 @@
%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 \
@@ -35,7 +37,7 @@
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
@@ -46,7 +48,7 @@
%files
%defattr(644,root,root,755)
%doc README
-%attr(755,root,root) %{_libdir}/*
+%attr(755,root,root) %{_libdir}/lib*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -54,6 +56,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2007/07/04 17:14:40 witekfl
+- added the mouse_setscale.patch
+- previously debug info was included in the main package
+- rel 4
+
Revision 1.17 2007/02/12 21:23:46 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/aavga.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list