File: scim-qtimm.spec

package info (click to toggle)
scim-qtimm 0.9.4-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 3,336 kB
  • ctags: 228
  • sloc: sh: 9,552; perl: 2,619; cpp: 1,767; makefile: 123
file content (57 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download
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
%define version 0.9.4
%define release 1

Name:           scim-qtimm
Summary:        SCIM context plugin for qt-immodule
Version:        %{version}
Release:        %{release}
Group:		System/Internationalization
License:	GPL
URL:		http://freedesktop.org/bin/view/Software/ScimQtImm
Source0:	%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
Requires:	scim qt3-devel
BuildRequires:	qt3-devel
BuildRequires:	scim-devel

%description
SCIM context plugin for qt-immodule


%prep
%setup -q

%build
./configure
make

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

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/qt3/plugins/inputmethods/*


%changelog
* Thu Jul 17 2004 LiuCougar <liuspider@users.sourceforge.net> 0.5-0.r10.1
- update the version

* Thu Jul 15 2004 UTUMI Hirosi <utuhiro78@yahoo.co.jp> 0.0.1-0.r03.3
- spec for official scim-qtimm

* Mon Jul 12 2004 UTUMI Hirosi <utuhiro78@yahoo.co.jp> 0.0.1-0.r03.2ut
- fix URL
- remove Conflicts

* Tue Jul 06 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.0.1-0.r03.1mdk
- fix buildrequires
- initial spec for mdk (UTUMI Hirosi <utuhiro78@yahoo.co.jp>)