Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9a01dd692 | ||
| 7f70409511 | |||
| 3b952cc1c3 | |||
|
|
d6fd0abb9d | ||
| d5db900f53 | |||
|
|
53464a87ca | ||
|
|
17c3009a29 |
3 changed files with 13 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/xbacklight-1.1.2.tar.bz2
|
||||
/xbacklight-1.2.1.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2
|
||||
0066f23f69ca3ef62dcaeb74a87fdc48 xbacklight-1.2.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,16 +1,19 @@
|
|||
Name: xbacklight
|
||||
Version: 1.1.2
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Adjust backlight brightness using RandR
|
||||
|
||||
%if 0%{?el6}
|
||||
Group: User Interface/X Hardware Support
|
||||
%endif
|
||||
License: MIT
|
||||
URL: http://xorg.freedesktop.org/releases/individual/app/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libXrandr-devel libXrender-devel pkgconfig
|
||||
#Requires:
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-atom)
|
||||
BuildRequires: pkgconfig(xcb-aux)
|
||||
BuildRequires: pkgconfig(xcb-randr)
|
||||
|
||||
%description
|
||||
Xbacklight is used to adjust the backlight brightness where
|
||||
|
|
@ -28,7 +31,6 @@ make %{?_smp_mflags}
|
|||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
|
|
@ -38,12 +40,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%doc COPYING ChangeLog README
|
||||
%{_bindir}/xbacklight
|
||||
%{_datadir}/man/man1/xbacklight.*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 6 2014 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.2.1-1
|
||||
- Update to 1.2.1
|
||||
|
||||
* Mon Dec 13 2010 Michel Salim <salimma@fedoraproject.org> - 1.1.2-1
|
||||
- Update to 1.1.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue