]> git.pld-linux.org Git - packages/z88dk.git/commitdiff
- official 1.10 release
authorwitekfl <witekfl@poczta.onet.pl>
Tue, 6 Nov 2012 19:00:25 +0000 (20:00 +0100)
committerwitekfl <witekfl@poczta.onet.pl>
Tue, 6 Nov 2012 19:00:25 +0000 (20:00 +0100)
- Werror_cflags redefined, because it is hard to prepare a patch

z88dk.spec

index d3b380915b0a69e081bc80581e02474170eaa3db..5d10b360f4132dbb943147230ad3ba5f363a1f66 100644 (file)
@@ -1,24 +1,26 @@
 # TODO
 # - package like other cross compilers: /usr/<platform> ?
 # - rename conflicting manpages?
-%define                subver  20101107
-%define                rel     1
+##%define              subver  20101107
+##%define              rel     1
 Summary:       Z88 Development Kit
 Summary(pl.UTF-8):     Zestaw programistyczny Z88
 Name:          z88dk
 Version:       1.10
-Release:       0.%{subver}.%{rel}
+Release:       1
 Epoch:         1
 License:       Artistic
 Group:         Development/Tools
-Source0:       http://nightly.z88dk.org/%{name}-%{subver}.tgz
-# Source0-md5: 17725bbb3e7f945fe17627578ace6062
+Source0:       http://downloads.sourceforge.net/z88dk/%{name}-src-%{version}.tgz
+# Source0-md5: b7cfa9b441be8ed7e9f35972c99c3153
 Patch0:                %{name}-setup.patch
 URL:           http://z88dk.sourceforge.net/
 BuildRequires: rpmbuild(macros) >= 1.213
 ExcludeArch:   %{x8664} alpha ia64 ppc64 s390x sparc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define Werror_cflags -Wformat
+
 %description
 z88dk contains C compiler (zcc) for Z80, assembler (z80asm) and
 libraries for various Z80 based machines (such as ZX Spectrum, Z88,
This page took 0.076288 seconds and 4 git commands to generate.