-
Notifications
You must be signed in to change notification settings - Fork 11
/
mintlib.spec.in
675 lines (587 loc) · 24.5 KB
/
mintlib.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
# mintlib.spec.in -- MiNTLib.
# Copyright (C) 2000, 2001 Guido Flohr <[email protected]>
# Copyright (C) 2001, 2002, 2003 Frank Naumann <[email protected]>
#
# This file is part of the MiNTLib project, and may only be used
# modified and distributed under the terms of the MiNTLib project
# license, COPYMINT. By continuing to use, modify, or distribute
# this file you indicate that you have read the license and
# understand and accept it fully.
#
# If the name of this file is mintlib.spec don't edit it, edit
# mintlib.spec.in instead. You can then generate the actual spec
# file mintlib.spec by typing `make mintlib.spec' in the top-level
# directory of the MiNTLib source tree.
#
# There is some crude (and untested!) support for building the library
# on another platform for cross-compiling MiNT applications. Since the
# package name mintlib will not conflict with other packages on the
# cross platform (like gcc or binutils would) we abuse the cross-rpm
# feature here and simply presume that you want to build a cross-lib
# if not building on a MiNT machine.
Summary : Necessary files from the MiNTLib
Summary(de) : Unbedingt benötigte Dateien aus der MiNTLib
%ifarch m68kmint
Name : mintlib
%else
Name : cross-mint-libc
%endif
Version : @VERSION@
Release : 1
Group : Base
Copyright : distributable
Packager : Frank Naumann <[email protected]>
Vendor : Sparemint
URL : http://sparemint.org/sparemint/misc/code/mintlib/
%ifarch m68kmint
BuildRequires : pdksh gawk
%endif
Prefix : %{_prefix}
%ifarch m68kmint
Docdir : %{_prefix}/doc
%endif
Buildroot : %{_tmppath}/%{name}-root
Source: mintlib-%{version}.tar.bz2
%ifnarch m68kmint
%define crossprefix /m68k-atari-mint
%else
%define crossprefix /
%endif
%package devel
Summary : Headers and static libraries for developping MiNT applications.
Summary(de) : Header und statische Bibliotheken zur Entwicklung von MiNT-Software.
Group : Development/Libraries/Libc
Requires : %{name} >= %{PACKAGE_VERSION}
%ifarch m68kmint
Requires : binutils >= 2.9.1
Requires : gcc >= 2.95.2
Obsoletes : mintnet-devel
#Conflicts : mintlib-mshort
Conflicts : audiofile-devel < 0.1.9-3
Conflicts : bind <= 4.9.7
Conflicts : bind-utils <= 4.9.7
#Conflicts : binutils < 2.9.1-6 Overkill and not really used
Conflicts : bzip2 < 0.9.5d-2
Conflicts : cflib < 11m-3
Conflicts : cracklib < 2.7-3
Conflicts : e2fsprogs-devel < 1.14-6
Conflicts : flex < 2.5.4a-5
Conflicts : freetype-devel < 1.2-5
#Conflicts : gemlib < 38-3 not neccessary
Conflicts : gdbm < 1.7.3-4
Conflicts : gettext < 0.10.35-4
Conflicts : libjpeg-devel < 6b-3
Conflicts : libmikmod-devel < 3.1.6-5
Conflicts : libpng < 1.0.1-4
Conflicts : libtermcap-devel < 2.0.8-4
Conflicts : libtiff-devel < 3.4-3
Conflicts : libxml-devel < 1.7.3-3
Conflicts : mintbin < 0.3-4
Conflicts : mintdb < 1.85-5
Conflicts : mintnet < 1.04-4
Conflicts : ncurses-devel < 4.2-9
Conflicts : newt-devel < 0.50-4
Conflicts : pml < 2.03-3
Conflicts : popt < 1.3-4
Conflicts : readline-devel < 2.2.1-5
#Conflicts : rpm-devel < 3.0.2-8 not possible at the moment
Conflicts : slang < 1.2.2-3
Conflicts : tcp_wrappers < 7.6-2 not really useful
#Conflicts : tetex < 1.0.6-2 Overkill and not really used
Conflicts : w3c-libwww-devel < 5.2.8-3
Conflicts : zlib-devel < 1.1.3-5
%endif
%package debug
Summary : MiNTLib libs with debugging information
Summary(de) : MiNTLib-Bibliotheken mit Debug-Informationen.
Group : Development/Libraries/Libc
Requires : %{name}-devel >= %{PACKAGE_VERSION}
%package profile
Summary : MiNTLib libs with profiling information
Summary(de) : MiNTLib-Bibliotheken mit Profiling-Informationen.
Group : Development/Libraries/Libc
Requires : %{name}-devel >= %{PACKAGE_VERSION}
%ifarch m68kmint
%description
These are basic files from the MiNTLib distribution, needed by everybody,
not only programmers. It contains the timezone database and tools to
manipulate it, tzinit, a program that sets kernel time-keeping information
and the documentation for the MiNTLib.
Not installing this package is probably a bad idea. Many programs won't
work correctly without it.
Maintainer/Bug reports:
=======================
Guido Flohr <[email protected]>
Authors:
========
Allison Warwick ([email protected])
Andreas Schwab ([email protected])
Arthur David Olson ([email protected])
Bjarne Pohlers ([email protected])
Bradley White ([email protected])
Christian Felsch ([email protected])
Cristof Stadler ([email protected])
Dirk Haun ([email protected])
Eric R. Smith ([email protected])
Frank Bartels ([email protected])
Frank Baumgart ([email protected])
Frank Naumann ([email protected])
Frank Rossien ([email protected])
Grant Sullivan ([email protected])
Guido Flohr ([email protected])
Guy Harris ([email protected])
Hildo Biersma ([email protected])
Howard Chu ([email protected])
Jan-Hinrich "Oskar" Fessel ([email protected])
Jörg Westheide ([email protected])
Jürgen Lock ([email protected])
Jwahar Bammi ([email protected])
Kay Roemer ([email protected])
Konrad "Draco" Koskoszkiewicz ([email protected])
Leif ([email protected])
Markus Kilbinger ([email protected])
Martin Koehling ([email protected])
Michael Hohmuth ([email protected])
Michal Jaegermann ([email protected])
Nick Castellano ([email protected])
Ole Arndt ([email protected])
Paul Eggert ([email protected])
Robert Wilhelm ([email protected])
Scott Bigham ([email protected])
Simon Gornall ([email protected])
Stefan Steyer ([email protected])
Stephen Henson ([email protected])
Timothy Gallivan ([email protected])
Ulf ??? ([email protected])
Ulf Moeller ([email protected])
Ulrich Drepper ([email protected])
Ulrich Kuehn ([email protected])
Uwe Ohse ([email protected])
Wolfgang Lux (LUX%[email protected])
%description -l de
Dies sind die grundlegenden Dateien aus der MiNTLib-Distribution, die
von allen benötigt werden. Enthalten ist z. B. die Zeitzonen-Datenbank
und Werkzeuge, die diese manipulieren. Außerdem auch tzinit, ein
Progrämmchen, das die Kernel-Zeitfunktionen manipuliert, ferner die
Dokumentation für die MiNTLib.
Verantwortlicher/Fehlerberichte:
================================
Guido Flohr <[email protected]>
Autoren:
========
Allison Warwick ([email protected])
Andreas Schwab ([email protected])
Arthur David Olson ([email protected])
Bjarne Pohlers ([email protected])
Bradley White ([email protected])
Christian Felsch ([email protected])
Cristof Stadler ([email protected])
Dirk Haun ([email protected])
Eric R. Smith ([email protected])
Frank Bartels ([email protected])
Frank Baumgart ([email protected])
Frank Naumann ([email protected])
Frank Rossien ([email protected])
Grant Sullivan ([email protected])
Guido Flohr ([email protected])
Guy Harris ([email protected])
Hildo Biersma ([email protected])
Howard Chu ([email protected])
Jan-Hinrich "Oskar" Fessel ([email protected])
Jörg Westheide ([email protected])
Jürgen Lock ([email protected])
Jwahar Bammi ([email protected])
Kay Roemer ([email protected])
Konrad "Draco" Koskoszkiewicz ([email protected])
Leif ([email protected])
Markus Kilbinger ([email protected])
Martin Koehling ([email protected])
Michael Hohmuth ([email protected])
Michal Jaegermann ([email protected])
Nick Castellano ([email protected])
Ole Arndt ([email protected])
Paul Eggert ([email protected])
Robert Wilhelm ([email protected])
Scott Bigham ([email protected])
Simon Gornall ([email protected])
Stefan Steyer ([email protected])
Stephen Henson ([email protected])
Timothy Gallivan ([email protected])
Ulf ??? ([email protected])
Ulf Moeller ([email protected])
Ulrich Drepper ([email protected])
Ulrich Kuehn ([email protected])
Uwe Ohse ([email protected])
Wolfgang Lux (LUX%[email protected])
%else
%description
This package allows to use the MiNTLib libraries for cross-compiling.
Of course you also need to install adequate cross tools like cross
linker, cross assembler and not to forget a cross compiler. Both the
binutils (linker and assembler) and the cross compiler (preferably
gcc) can be built for the target mint with the native compiler on
the cross platform.
This package itself contains only docs. The headers are contained in
the package mintlib-devel. So are the standard static libraries.
You have to install both the libraries and the headers before you
start to build the cross compiler (unless the cross compiler is also
available as binary rpm).
Maintainer/Bug reports:
=======================
Guido Flohr <[email protected]>
Authors:
========
Allison Warwick ([email protected])
Andreas Schwab ([email protected])
Arthur David Olson ([email protected])
Bjarne Pohlers ([email protected])
Bradley White ([email protected])
Christian Felsch ([email protected])
Cristof Stadler ([email protected])
Dirk Haun ([email protected])
Eric R. Smith ([email protected])
Frank Bartels ([email protected])
Frank Baumgart ([email protected])
Frank Naumann ([email protected])
Frank Rossien ([email protected])
Grant Sullivan ([email protected])
Guido Flohr ([email protected])
Guy Harris ([email protected])
Hildo Biersma ([email protected])
Howard Chu ([email protected])
Jan-Hinrich "Oskar" Fessel ([email protected])
Jörg Westheide ([email protected])
Jürgen Lock ([email protected])
Jwahar Bammi ([email protected])
Kay Roemer ([email protected])
Konrad "Draco" Koskoszkiewicz ([email protected])
Leif ([email protected])
Markus Kilbinger ([email protected])
Martin Koehling ([email protected])
Michael Hohmuth ([email protected])
Michal Jaegermann ([email protected])
Nick Castellano ([email protected])
Ole Arndt ([email protected])
Paul Eggert ([email protected])
Robert Wilhelm ([email protected])
Scott Bigham ([email protected])
Simon Gornall ([email protected])
Stefan Steyer ([email protected])
Stephen Henson ([email protected])
Timothy Gallivan ([email protected])
Ulf ??? ([email protected])
Ulf Moeller ([email protected])
Ulrich Drepper ([email protected])
Ulrich Kuehn ([email protected])
Uwe Ohse ([email protected])
Wolfgang Lux (LUX%[email protected])
%description -l de
Dieses Paket erlaubt die Benutzung der MiNTLib zum Cross-Compilieren
für MiNT auf anderen Plattformen. Voraussetzung dafür ist natürlich
die Installation der entsprechenden anderen Cross-Werkzeuge, wie
Cross-Linker, Cross-Assembler und vor allem Cross-Compiler. Sowohl
die Binutils (Linker und Assembler) als auch der Cross-Compiler
(vorzugsweise gcc) lassen sich mit dem nativen Compiler auf der
Cross-Plattform für MiNT erzeugen.
Dieses Paket selbst enthält lediglich Dokumentation. Die Header-Dateien
sind im Paket mintlib-devel enthalten, die statischen Standard-Bibliotheken
gleichfalls. Sowohl die Bibliotheken als auch die Header müssen bereits
installiert sein, bevor ein Cross-Compiler gebaut wird (das gilt
natürlich nur, wenn es den Cross-Compiler nicht als binäre RPM-Datei
gibt).
Verantwortlicher/Fehlerberichte:
================================
Guido Flohr <[email protected]>
Autoren:
========
Allison Warwick ([email protected])
Andreas Schwab ([email protected])
Arthur David Olson ([email protected])
Bjarne Pohlers ([email protected])
Bradley White ([email protected])
Christian Felsch ([email protected])
Cristof Stadler ([email protected])
Dirk Haun ([email protected])
Eric R. Smith ([email protected])
Frank Bartels ([email protected])
Frank Baumgart ([email protected])
Frank Naumann ([email protected])
Frank Rossien ([email protected])
Grant Sullivan ([email protected])
Guido Flohr ([email protected])
Guy Harris ([email protected])
Hildo Biersma ([email protected])
Howard Chu ([email protected])
Jan-Hinrich "Oskar" Fessel ([email protected])
Jörg Westheide ([email protected])
Jürgen Lock ([email protected])
Jwahar Bammi ([email protected])
Kay Roemer ([email protected])
Konrad "Draco" Koskoszkiewicz ([email protected])
Leif ([email protected])
Markus Kilbinger ([email protected])
Martin Koehling ([email protected])
Michael Hohmuth ([email protected])
Michal Jaegermann ([email protected])
Nick Castellano ([email protected])
Ole Arndt ([email protected])
Paul Eggert ([email protected])
Robert Wilhelm ([email protected])
Scott Bigham ([email protected])
Simon Gornall ([email protected])
Stefan Steyer ([email protected])
Stephen Henson ([email protected])
Timothy Gallivan ([email protected])
Ulf ??? ([email protected])
Ulf Moeller ([email protected])
Ulrich Drepper ([email protected])
Ulrich Kuehn ([email protected])
Uwe Ohse ([email protected])
Wolfgang Lux (LUX%[email protected])
%endif
%description devel
These are the header files and static libraries from the MiNTLib
distribution. It provides the standard libc for MiNT.
If you want to develop software for MiNT you have to install this
package.
%description -l devel
Dies sind die Header-Dateien und statischen Bibliotheken der
MiNTLib-Distribution, also die Standard-Libc für MiNT.
Wer Software für MiNT entwickeln will, muss dieses Paket installieren.
%description debug
These are the MiNTLib libraries with debugging information compiled in
that allow debuggers to trace the execution of programs.
You only need this package if you want to debug the MiNTLib itself. It
is not necessary for debugging other programs.
%description -l de debug
Dies sind die MiNTLib-Bibliotheken mit Debug-Informationen kompiliert,
die Debuggern erlauben, die Ausführung von Programmen zu verfolgen.
Dieses Paket wird nur zum Debuggen der MiNTLib selber benötigt. Es
ist nicht notwendig, um andere Programme zu debuggen.
%description profile
These are the MiNTLib libraries with profiling information compiled in
that allow the profiler to trace the execution of programs.
You only need this package if you want to profile the MiNTLib itself. It
is not necessary for profiling other programs.
%description -l de profile
Dies sind die MiNTLib-Bibliotheken mit Profiling-Informationen kompiliert,
die dem Profiler erlauben, die Ausführung von Programmen zu verfolgen.
Dieses Paket wird nur zum Profilen der MiNTLib selber benötigt. Es
ist nicht notwendig, um andere Programme zu profilen.
%prep
%setup -q -n mintlib-%{version}
%build
%ifarch m68kmint
make prefix=%{_prefix} KSH=/bin/ksh
%else
make prefix=%{_prefix}%{crossprefix} CROSS=yes \
toolprefix=m68k-atari-mint-
%endif
%install
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
%ifarch m68kmint
make install prefix=${RPM_BUILD_ROOT}%{_prefix}%{crossprefix} \
HEADER_CLEANUP=no \
TZTOPDIR=${RPM_BUILD_ROOT}%{_prefix}%{crossprefix} \
bootsbindir=${RPM_BUILD_ROOT}%{crossprefix}/sbin
%else
make install prefix=${RPM_BUILD_ROOT}%{_prefix}%{crossprefix} \
HEADER_CLEANUP=no \
TZTOPDIR=${RPM_BUILD_ROOT}%{_prefix}%{crossprefix} \
bootsbindir=${RPM_BUILD_ROOT}%{crossprefix}/sbin \
REDO=none CROSS=yes
%endif
strip ${RPM_BUILD_ROOT}/usr%{crossprefix}/sbin/* || :
strip ${RPM_BUILD_ROOT}%{crossprefix}/sbin/* || :
gzip -9nf ${RPM_BUILD_ROOT}/%{_prefix}%{crossprefix}/share/man/*/* ||:
%ifarch m68kmint
# Remove localtime stuff, will be done in post-install section.
ln -sf /etc/localtime ${RPM_BUILD_ROOT}%{_prefix}/share/zoneinfo/localtime
ln -sf localtime ${RPM_BUILD_ROOT}%{_prefix}/share/zoneinfo/posixrules
ln -sf localtime ${RPM_BUILD_ROOT}%{_prefix}/share/zoneinfo/posixtime
%else
ln -s include ${RPM_BUILD_ROOT}%{_prefix}%{crossprefix}/sys-include
%endif
%pre
mkdir -p %{_prefix}%{crossprefix}/include/arpa 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/bits 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/mint/arch 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/net 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/netinet 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/nfs 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/protocols 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/rpc 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/rpcsvc 2>/dev/null ||:
mkdir -p %{_prefix}%{crossprefix}/include/sys 2>/dev/null ||:
%ifarch m68kmint
%post
unset TIMEZONE
test -d /etc/sparemint || mkdir -p /etc/sparemint
test -f /etc/sparemint/timezone || touch /etc/sparemint/timezone
. /etc/sparemint/timezone 2>/dev/null || :
if test "x$TIMEZONE" = "x" -o "x$TIMEZONE" = "xFactory"; then
# Write a default /etc/sparemint/timezone. It is intentionally not
# listed in %files so that it survives updates unchanged.
mkdir -p /etc/sparemint
cat > /etc/sparemint/timezone <<EOF
#! /bin/sh
# This is /etc/sparemint/timezone.
#
# This file is a shell script fragment that is read by installation
# routines to select your preferred timezone. To get a list of
# possible timezones run the script "tzselect" (usually installed
# as /usr/sbin/tzselect) to guess a timezone interactively. If
# this doesn't work you can also have a look at the timezone database,
# usually installed in /usr/share/zoneinfo. Choose any one of the
# files found there, such as "Europe/Paris" or "America/New_York"
# as your timezone.
#
# Please note that there must not be any whitespace around the
# equality sign following.
TIMEZONE=Factory
# If TIMEZONE above was set to "Factory" you have not yet installed
# your timezone correctly (changing this here file only helps you
# now you re-install the MiNTLib). You should now run the program
# "zic" to permanently set your timezone. Do it as
#
# zic -l Europe/Paris -p Europe/Paris
#
# or
#
# zic -l America/New_York -p America/New_York
#
# depending on what timezone you chose. See the manual page zic(8)
# for details.
EOF
# Now issue a warning:
cat <<EOF
WARNING: Your local timezone has been set to "Factory" which is
definitely not what you want. Please edit the file
/etc/sparemint/timezone
to set the timezone defaults for your system. After you have edited
it, don't forget to run the program "zic" with the correct arguments
(see /etc/sparemint/timezone for defaults).
EOF
TIMEZONE=Factory
fi
# Don't let the installation fail because of a bogus TIMEZONE value
# in /etc/sparemint/timezone
test -f /usr/share/zoneinfo/$TIMEZONE || TIMEZONE=Factory
ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime
%endif # not cross-lib rpm
%clean
[ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
%ifarch m68kmint
%files
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING COPYING.LIB COPYMINT ChangeLog* FAQ
%doc HACKING HELP LICENSES NEWS NOTES README* TODO
%doc tz/Arts.htm tz/README tz/README.1st tz/Theory tz/WWW.htm
/sbin/tzinit
%{_prefix}/bin/*
%{_prefix}/sbin/*
%{_prefix}/share/man/*/*
%{_prefix}/share/zoneinfo
%else # Cross-lib
%files
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING COPYING.LIB COPYMINT ChangeLog* FAQ
%doc HACKING HELP LICENSES NEWS NOTES README* TODO
%doc tz/Arts.htm tz/README tz/README.1st tz/Theory tz/WWW.htm
%endif
%files devel
%defattr(-,root,root)
%{_prefix}%{crossprefix}/include/COPYMINT
%{_prefix}%{crossprefix}/include/COPYING.LIB
%{_prefix}%{crossprefix}/include/*.h
%{_prefix}%{crossprefix}/include/arpa/*.h
%{_prefix}%{crossprefix}/include/bits/*.h
%{_prefix}%{crossprefix}/include/mint/*.h
%{_prefix}%{crossprefix}/include/mint/arch/*.h
%{_prefix}%{crossprefix}/include/net/*.h
%{_prefix}%{crossprefix}/include/netinet/*.h
%{_prefix}%{crossprefix}/include/nfs/*.h
%{_prefix}%{crossprefix}/include/protocols/*.h
%{_prefix}%{crossprefix}/include/rpc/*.h
%{_prefix}%{crossprefix}/include/rpcsvc/*.h
%{_prefix}%{crossprefix}/include/sys/*.h
%{_prefix}%{crossprefix}/lib/*.o
%{_prefix}%{crossprefix}/lib/libc.a
%{_prefix}%{crossprefix}/lib/libiio.a
%{_prefix}%{crossprefix}/lib/librpcsvc.a
%{_prefix}%{crossprefix}/lib/m68020-60/libc.a
%{_prefix}%{crossprefix}/lib/m68020-60/libiio.a
%{_prefix}%{crossprefix}/lib/m68020-60/librpcsvc.a
%{_prefix}%{crossprefix}/lib/m5475/libc.a
%{_prefix}%{crossprefix}/lib/m5475/libiio.a
%{_prefix}%{crossprefix}/lib/m5475/librpcsvc.a
%files debug
%defattr(-,root,root)
%{_prefix}%{crossprefix}/lib/libc_g.a
%{_prefix}%{crossprefix}/lib/libiio_g.a
%{_prefix}%{crossprefix}/lib/librpcsvc_g.a
%files profile
%defattr(-,root,root)
%{_prefix}%{crossprefix}/lib/libc_p.a
%{_prefix}%{crossprefix}/lib/libiio_p.a
%{_prefix}%{crossprefix}/lib/librpcsvc_p.a
%changelog
* Sun Mar 09 2014 Alan Hourihane <[email protected]>
- update to 0.60.1 stable release
* Sun Oct 13 2013 Alan Hourihane <[email protected]>
- update to 0.60.0 stable release
* Thu Jun 24 2010 Alan Hourihane <[email protected]>
- update to 0.59.2 stable release
* Tue Jun 01 2010 Keith Scroggins <[email protected]>
- update to 0.59.1 stable release and enabled / added Coldfire libraries to the
- distribution also changed mintbin to require latest package build
* Wed Jan 13 2010 Alan Hourihane <[email protected]>
- update to 0.59.0 stable release
* Tue Apr 29 2008 Frank Naumann <[email protected]>
- updated to 0.58.0 stable release
Please note: the libsocket is now integrated into the libc.
* Sat Dec 03 2005 Frank Naumann <[email protected]>
- updated to 0.57.6 stable release
* Wed Aug 04 2004 Frank Naumann <[email protected]>
- recompiled against gcc update
* Mon Jul 11 2004 Frank Naumann <[email protected]>
- updated to 0.57.5 stable release; this include all previous
fixes and some enhancements in socket library; look into the
ChangeLog for more details.
* Fri Jan 23 2004 Frank Naumann <[email protected]>
- updated to 0.57.4 stable release
* Fri Mar 14 2003 Frank Naumann <[email protected]>
- updated to 0.57.3 stable release
* Thu Aug 09 2001 Frank Naumann <[email protected]>
- updated to 0.57 stable release
* Fri Mar 09 2001 Frank Naumann <[email protected]>
- updated to 0.56.1 stable release
* Fri Dec 08 2000 Frank Naumann <[email protected]>
- updated to 0.56 stable release
* Thu Jul 18 2000 Frank Naumann <[email protected]>
- replaced mfp based profiler support with system independant itimer method
(stolen from glibc)
- fixed setitimer function
- fixed dsetkey binding
* Thu Jun 07 2000 Frank Naumann <[email protected]>
- added Slbopen/Slbclose systemcall bindings to mintbind.h
- added some small patches for <sys/stat.h>
- temporary fix for setsid() <-> ioctl(TIOCNOTTY) non working interaction
* Thu May 12 2000 Frank Naumann <[email protected]>
- corrected a typo that result in undefined references at linktime
* Thu May 10 2000 Frank Naumann <[email protected]>
- updated to 0.55.3
* Thu Apr 28 2000 Frank Naumann <[email protected]>
- added small <sys/stat.h> patch: S_IFSOCK and S_ISSOCK definitions missing
* Thu Apr 18 2000 Frank Naumann <[email protected]>
- changed base type of time_t to long
- added stat -> Fxattr(nblocks) correction
* Sat Apr 14 2000 Guido Flohr <[email protected]>
- Modified for 0.55
- Moved mshort libs into separate package to simplify removal.
- Crude support for a cross-lib rpm, try out if it works.
* Thu Mar 29 2000 Frank Naumann <[email protected]>
- lot of changes for the final 0.55 version, added all Conflicts
* Mon Feb 28 2000 Frank Naumann <[email protected]>
- changes related to gcc 2.95.2, removed libgcc2 stuff
- removed mbaserel libs