File: KXL.spec.in

package info (click to toggle)
kxl 1.1.7-14
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,568 kB
  • ctags: 329
  • sloc: sh: 6,540; ansic: 1,257; makefile: 68
file content (74 lines) | stat: -rw-r--r-- 2,052 bytes parent folder | download | duplicates (6)
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
%define name @PACKAGE@
%define version  @VERSION@
%define release  1

Summary      : KXL -- a visual & sound library
Name         : %{name}
Version      : %{version}
Release      : %{release}
Source       : http://www2.mwnet.or.jp/~fc3srx7/download/%{name}-%{version}.tar.gz
Copyright    : GPL
Group        : System Environment/Libraries
URL          : http://www2.mwnet.or.jp/~fc3srx7/
BuildRoot    : /var/tmp/%{name}-%{version}-root

%description
Kacchan X Windows System Liblary (KXL) is a visual & sound library.

%prep
rm -rf ${RPM_BUILD_ROOT}

%setup -q

%build
./configure --prefix=%{_prefix}
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING ChangeLog README
%doc docs/*
%{_prefix}/share/aclocal/KXL.m4
%{_prefix}/include/*
%{_prefix}/lib/*

%changelog
* Fri Feb 14 2003 SATO Katsuyoshi <ml@kxl.hn.org>
- (1.1.7-1)
- Comment line correction of KXL.h

* Thu Jan 16 2003 SATO Katsuyoshi <ml@kxl.hn.org>
- (1.1.6-1)
- Joystick support.

* Sat Jan 19 2002 SATO Katsuyoshi <fc3srx7@mwnet.or.jp>
- (1.1.5-1)
- KXL_UpDateRect function was added.
- KXL_UpDateImm function was added.
- KXL_ClearFrameRect function was added.
- KXL_ClearFrameImm function was added.
- KXL_CopyImageRect function was added.
- KXL_CopyImageImm function was added.
- KXL_CopyStretchImageRect function was added.
- KXL_CopyStretchImageImm function was added.
- KXL_PutImageRect function was added.
- KXL_PutImageImm function was added.
- KXL_PutStretchImageRect function was added.
- KXL_PutStretchImageImm function was added.
- Improvement in the speed of various functions.

* Sat Dec 8 2001 SATO Katsuyoshi <fc3srx7@mwnet.or.jp>
- (1.1.4-1)
- The bug in which the expansion image has collapsed was corrected with the KXL_StrechImage function.

* Mon Sep 10 2001 SATO Katsuyoshi <fc3srx7@mwnet.or.jp>
- (1.1.3-1)
- When sound was sounded with single shot, operation corrected the bug which becomes blunt.
- Painting-out processing was added to the KXL_DrawPolygon function.