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

Revision 9105, 2.2 KB checked in by inagaki, 9 years ago (diff)

2014-11-20 Ryoichi INAGAKI <ryo1@…>

  • PyOpenGL, polkit-qt: updated
  • lxrandr, polkit-gnome, polkit-kde: changed Group


Line 
1Summary:        Simple monitor config tool for LXDE
2Summary(ja):    LXDE のシンプルなモニタ設定ツール
3Name:           lxrandr
4Version:        0.1.2
5Release:        3%{?_dist_release}
6License:        GPLv3+
7Group:          User Interface/Desktops
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* Thu Nov 20 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.1.2-3
52- moved to User Interface/Desktops Group
53
54* Fri Jul 18 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.2-2
55- rebuilt with libpng-1.6.12
56
57* Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.2-1
58- new upstream release
59- added BuildRequires: perl-XML-Parser
60
61* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.1-3
62- rebuilt with current environment
63
64* Fri Jul 10 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1.1-2
65- new upstream release
66  - skipped 0.1.1-1 because missed
67- dropt Source1 and Patch0
68- added %{_datadir}/man/* in %files
69
70* Sun Apr 12 2009 IWAI, Masaharu <iwai@alib.jp> 0.1-2
71- add ja.po from upstream r1231 (Source1)
72- add configure patch for ja.po (Patch0)
73- add Vendor and Distribution tags
74- fix License tag value
75- add documents
76
77* Fri Apr 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.1-1vl5
78- initial build for VineSeed (import Mandriva Package)
79
80* Sun Jun 22 2008 Funda Wang <fundawang@mandriva.org> 0.1-1mdv2009.0
81+ Revision: 227910
82- import lxrandr
83
84
Note: See TracBrowser for help on using the repository browser.