| Line | |
|---|
| 1 | Summary: Adjust backlight brightness using RandR |
|---|
| 2 | Summary(ja): RandR を利用してバックライトの輝度を調整するツール |
|---|
| 3 | |
|---|
| 4 | Name: xbacklight |
|---|
| 5 | Version: 1.1 |
|---|
| 6 | Release: 1%{?_dist_release} |
|---|
| 7 | |
|---|
| 8 | Group: User Interface/X Hardware Support |
|---|
| 9 | License: MIT |
|---|
| 10 | URL: http://xorg.freedesktop.org/releases/individual/app/ |
|---|
| 11 | Source0: http://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.bz2 |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 13 | |
|---|
| 14 | BuildRequires: libXrandr-devel libXrender-devel pkgconfig |
|---|
| 15 | #Requires: |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | Xbacklight is used to adjust the backlight brightness where |
|---|
| 19 | supported. It finds all outputs on the X server supporting backlight |
|---|
| 20 | brightness control and changes them all in the same way. |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | %prep |
|---|
| 24 | %setup -q |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %build |
|---|
| 28 | %configure |
|---|
| 29 | make %{?_smp_mflags} |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | %install |
|---|
| 33 | rm -rf $RPM_BUILD_ROOT |
|---|
| 34 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | %clean |
|---|
| 38 | rm -rf $RPM_BUILD_ROOT |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | %files |
|---|
| 42 | %defattr(-,root,root,-) |
|---|
| 43 | %doc COPYING |
|---|
| 44 | %{_bindir}/xbacklight |
|---|
| 45 | %{_datadir}/man/man1/xbacklight.* |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | %changelog |
|---|
| 49 | * Mon Nov 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1 |
|---|
| 50 | - initial build for Vine Linux |
|---|
| 51 | |
|---|
| 52 | * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1-2 |
|---|
| 53 | - Autorebuild for GCC 4.3 |
|---|
| 54 | |
|---|
| 55 | * Sat Jan 26 2008 Michel Salim <michel.sylvan@gmail.com> - 1.1-1 |
|---|
| 56 | - Initial Fedora package |
|---|
Note: See
TracBrowser
for help on using the repository browser.