source: projects/specs/branches/6/l/lxrandr/lxrandr-vl.spec @ 4403

Revision 4403, 2.0 KB checked in by kudoh, 13 years ago (diff)
Line 
1Summary:        Simple monitor config tool for LXDE
2Summary(ja):    LXDE のシンプルなモニタ設定ツール
3Name:           lxrandr
4Version:        0.1.2
5Release:        1%{?_dist_release}
6License:        GPLv3+
7Group:          Graphical desktop/Other
8Source0:        http://dfn.dl.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
9
10URL:            http://lxde.sourceforge.net/
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  gtk2-devel >= 2.0.0 gettext libXrandr-devel
13BuildRequires:  automake autoconf intltool pkgconfig
14BuildRequires:  perl-XML-Parser
15Requires:       libXrandr
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19
20%description
21This is a very basic monitor config tool utilizing XRandR. It can let you
22change the screen resolution on the fly. Besides, when you run lxrandr
23with external monitor connected, its GUI will change, and show you some
24quick options to get your projector working correctly.
25
26%prep
27%setup -q
28
29%build
30%configure
31make %{?_smp_mflags}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35%makeinstall
36
37%{find_lang} %{name}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files -f %{name}.lang
43%defattr(-, root, root)
44%doc AUTHORS COPYING ChangeLog NEWS README
45%{_bindir}/*
46%{_datadir}/applications/*
47%{_datadir}/man/*
48
49
50%changelog
51* Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.2-1
52- new upstream release
53- added BuildRequires: perl-XML-Parser
54
55* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-3
56- rebuilt with current environment
57
58* Fri Jul 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.1-2
59- new upstream release
60  - skipped 0.1.1-1 because missed
61- dropt Source1 and Patch0
62- added %{_datadir}/man/* in %files
63
64* Sun Apr 12 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2
65- add ja.po from upstream r1231 (Source1)
66- add configure patch for ja.po (Patch0)
67- add Vendor and Distribution tags
68- fix License tag value
69- add documents
70
71* Fri Apr 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1-1vl5
72- initial build for VineSeed (import Mandriva Package)
73
74* Sun Jun 22 2008 Funda Wang <fundawang@mandriva.org> 0.1-1mdv2009.0
75+ Revision: 227910
76- import lxrandr
77
78
Note: See TracBrowser for help on using the repository browser.