source: projects/specs/branches/6/l/lxinput/lxinput-vl.spec @ 4448

Revision 4448, 2.3 KB checked in by kudoh, 13 years ago (diff)
Line 
1Name:           lxinput
2Version:        0.3.1
3Release:        1%{?_dist_release}
4Summary:        Keyboard and mouse configuration utility for LXDE
5Summary(ja):    LXDE のキーボードとマウスの設定ユーティリティ
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  gtk2-devel >= 2.12.0
14BuildRequires:  glib2-devel
15BuildRequires:  intltool >= 0.40
16BuildRequires:  gettext desktop-file-utils pkgconfig
17BuildRequires:  perl-XML-Parser
18BuildRequires:  libX11-devel
19Requires:       lxsession >= 0.4.0
20
21%description
22LXInput is a keyboard and mouse configuration utility for LXDE, the
23Lightweight X11 Desktop Environment.
24
25%description -l ja
26LXInput は LXDE のキーボードとマウスの設定ユーティリティです。
27
28%prep
29%setup -q
30
31
32%build
33%configure
34make %{?_smp_mflags}
35
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
40desktop-file-install                                       \
41  --delete-original                                        \
42  --add-category=X-LXDE                                    \
43  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
44  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
45%find_lang %{name}
46
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51
52%files -f %{name}.lang
53%defattr(-,root,root,-)
54%doc AUTHORS ChangeLog COPYING NEWS README
55%{_bindir}/%{name}
56%{_datadir}/%{name}/
57%{_datadir}/applications/%{name}.desktop
58%{_datadir}/man/*
59
60
61%changelog
62* Sat Jul 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.1-1
63- new upstream release
64- added BuildRequires: libX11-devel
65
66* Tue Aug 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0-1
67- new upstream release
68- added BuildRequires: glib2-devel
69- changed Requires: lxde-settings-daemon to lxsession >= 0.4.0
70- changed BuildRequires: intltool >= 0.40
71
72* Thu Jul 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-1
73- new upstream release
74- added %{_datadir}/man/* in %files
75
76* Fri Jun 12 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1-1
77- initial build for VineSeed
78
79* Tue Apr 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.1-1
80- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.