Author: qboosh Date: Sun Oct 29 13:11:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.54.1 (1.54 from ASMA, Linux port by Dominik Mierzejewski) - updated shared patch, added linux,warnings,c patches - -devel R: libstdc++-devel
---- Files affected: SPECS: libsap.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/libsap.spec diff -u SPECS/libsap.spec:1.15 SPECS/libsap.spec:1.16 --- SPECS/libsap.spec:1.15 Tue Aug 8 16:38:10 2006 +++ SPECS/libsap.spec Sun Oct 29 14:10:54 2006 @@ -2,16 +2,21 @@ Summary: Emulation library of CPU 6502 and Pokey chip used in Atari XL/XE Summary(pl): Biblioteka emulacji procesora 6502 i układu Pokey z Atari XL/XE Name: libsap -Version: 1.51.1 -Release: 6 +Version: 1.54.1 +Release: 1 License: Freeware Group: Libraries -Source0: http://kunik.republika.pl/sap/dl/%{name}-%{version}.tar.gz -# Source0-md5: d3fd5419ec9665ef9d420b12890458d4 -Patch0: %{name}-shared.patch +#Source0: http://kunik.republika.pl/sap/dl/%{name}-%{version}.tar.gz +Source0: http://asma.atari.org/bin/sapsrc.zip +# Source0-md5: 11a365228b2a88f6c47174c1c693e04e +Patch0: %{name}-linux.patch +Patch1: %{name}-shared.patch +Patch2: %{name}-warnings.patch +Patch3: %{name}-c.patch URL: http://kunik.republika.pl/sap/ BuildRequires: libstdc++-devel BuildRequires: libtool +BuildRequires: unzip BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -32,6 +37,7 @@ Summary(pl): Pliki nagłówkowe libsap Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: libstdc++-devel %description devel Header files for libsap. @@ -52,8 +58,14 @@ Statyczna biblioteka libsap. %prep -%setup -q +%setup -q -n sap.src %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 + +mv -f sapLib.h libsap.h +ln -sf libsap.h sapLib.h %build %{__make} libsap.la \ @@ -76,8 +88,8 @@ %files %defattr(644,root,root,755) -%doc README LICENSE pokey.png -%attr(755,root,root) %{_libdir}/libsap.so.*.* +%doc README legal.txt pokey.png +%attr(755,root,root) %{_libdir}/libsap.so.*.*.* %files devel %defattr(644,root,root,755) @@ -95,6 +107,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2006/10/29 13:10:54 qboosh +- updated to 1.54.1 (1.54 from ASMA, Linux port by Dominik Mierzejewski) +- updated shared patch, added linux,warnings,c patches +- -devel R: libstdc++-devel + Revision 1.15 2006/08/08 14:38:10 sparky - mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libsap.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
