source: projects/specs/trunk/l/lxrandr/lxrandr-vl.spec @ 4292

Revision 4292, 1.9 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.1
5Release:        3%{?_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
14Requires:       libXrandr
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18
19%description
20This is a very basic monitor config tool utilizing XRandR. It can let you
21change the screen resolution on the fly. Besides, when you run lxrandr
22with external monitor connected, its GUI will change, and show you some
23quick options to get your projector working correctly.
24
25%prep
26%setup -q
27
28%build
29%configure
30make %{?_smp_mflags}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%makeinstall
35
36%{find_lang} %{name}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files -f %{name}.lang
42%defattr(-, root, root)
43%doc AUTHORS COPYING ChangeLog NEWS README
44%{_bindir}/*
45%{_datadir}/applications/*
46%{_datadir}/man/*
47
48
49%changelog
50* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-3
51- rebuilt with current environment
52
53* Fri Jul 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.1-2
54- new upstream release
55  - skipped 0.1.1-1 because missed
56- dropt Source1 and Patch0
57- added %{_datadir}/man/* in %files
58
59* Sun Apr 12 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2
60- add ja.po from upstream r1231 (Source1)
61- add configure patch for ja.po (Patch0)
62- add Vendor and Distribution tags
63- fix License tag value
64- add documents
65
66* Fri Apr 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1-1vl5
67- initial build for VineSeed (import Mandriva Package)
68
69* Sun Jun 22 2008 Funda Wang <fundawang@mandriva.org> 0.1-1mdv2009.0
70+ Revision: 227910
71- import lxrandr
72
73
Note: See TracBrowser for help on using the repository browser.