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

Revision 521, 1.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Simple monitor config tool for LXDE
2Summary(ja):    LXDEのシンプルなモニタ設定ツール
3Name:           lxrandr
4Version:        0.1.1
5Release:        2%{?_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 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.1-2
51- new upstream release
52  - skipped 0.1.1-1 because missed
53- dropt Source1 and Patch0
54- added %{_datadir}/man/* in %files
55
56* Sun Apr 12 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2
57- add ja.po from upstream r1231 (Source1)
58- add configure patch for ja.po (Patch0)
59- add Vendor and Distribution tags
60- fix License tag value
61- add documents
62
63* Fri Apr 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1-1vl5
64- initial build for VineSeed (import Mandriva Package)
65
66* Sun Jun 22 2008 Funda Wang <fundawang@mandriva.org> 0.1-1mdv2009.0
67+ Revision: 227910
68- import lxrandr
69
70
Note: See TracBrowser for help on using the repository browser.