.gear/rules | 2 + .../tags/896f87193e519ffa7909f90c827703d3ad349789 | 6 +++ .gear/tags/list | 1 + xbacklight.spec | 45 ++++++++++++++++++++++ 4 files changed, 54 insertions(+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..f78a96e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @name@-@version@:. +diff: @name@-@version@:. . diff --git a/.gear/tags/896f87193e519ffa7909f90c827703d3ad349789 b/.gear/tags/896f87193e519ffa7909f90c827703d3ad349789 new file mode 100644 index 0000000..502aab3 --- /dev/null +++ b/.gear/tags/896f87193e519ffa7909f90c827703d3ad349789 @@ -0,0 +1,6 @@ +object cbf474d6751dd32154163b8997519319655f0545 +type commit +tag xbacklight-1.1.1 +tagger Alan Coopersmith 1253840095 -0700 + +xbacklight 1.1.1 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..7a77cfa --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +896f87193e519ffa7909f90c827703d3ad349789 xbacklight-1.1.1 diff --git a/xbacklight.spec b/xbacklight.spec new file mode 100644 index 0000000..0e4fc2b --- /dev/null +++ b/xbacklight.spec @@ -0,0 +1,45 @@ +Name: xbacklight +Version: 1.1.1 +Release: alt1.qa1 +Summary: adjust backlight brightness using RandR extension +License: MIT/X11 +Group: System/X11 +Url: http://xorg.freedesktop.org +Packager: Valery Inozemtsev + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: libXrandr-devel libXrender-devel xorg-util-macros + +%description +Xbacklight is used to adjust the backlight brightness where supported. +It finds all outputs on the X server supporting backlight brightness +control and changes them all in the same way. + +%prep +%setup -q +%patch -p1 + +%build +%autoreconf +%configure + +%make_build + +%install +%make DESTDIR=%buildroot install + +%files +%_bindir/* +%_man1dir/* + +%changelog +* Wed Apr 17 2013 Dmitry V. Levin (QA) 1.1.1-alt1.qa1 +- NMU: rebuilt for debuginfo. + +* Sat Oct 10 2009 Valery Inozemtsev 1.1.1-alt1 +- 1.1.1 + +* Fri Sep 07 2007 Valery Inozemtsev 1.1-alt1 +- initial release