Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Michel Alexandre Salim
b9a01dd692 Update to 1.2.1 2014-12-06 11:00:16 +07:00
7f70409511 Merge branch 'master' into el6 2010-12-13 01:20:19 +01:00
3b952cc1c3 Merge commit '896b8ec3a4' into el6 2010-12-13 01:20:16 +01:00
Fedora Release Engineering
d6fd0abb9d dist-git conversion 2010-07-29 15:32:52 +00:00
d5db900f53 - Update to 1.1.1 2010-07-05 18:52:30 +00:00
Dennis Gilmore
53464a87ca Initialize branch EL-6 for xbacklight 2010-05-08 02:28:56 +00:00
Bill Nottingham
17c3009a29 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:29:12 +00:00
3 changed files with 13 additions and 8 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/xbacklight-1.1.2.tar.bz2
/xbacklight-1.2.1.tar.bz2

View file

@ -1 +1 @@
c9891d6a3f3129d56cede72daa0ba26c xbacklight-1.1.2.tar.bz2
0066f23f69ca3ef62dcaeb74a87fdc48 xbacklight-1.2.1.tar.bz2

View file

@ -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