[xbacklight/f17] Update to 1.2.0

Michel Alexandre Salim salimma at fedoraproject.org
Sun Sep 16 02:15:27 UTC 2012


commit a769a737420fb08cdc8a3d0534e853bb2c092b9c
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Sep 16 08:37:40 2012 +0700

    Update to 1.2.0
    
    - Spec clean-ups

 .gitignore      |    2 +-
 sources         |    2 +-
 xbacklight.spec |   17 +++++++++++------
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 668f619..bb03ccd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xbacklight-1.1.2.tar.bz2
+/xbacklight-1.2.0.tar.bz2
diff --git a/sources b/sources
index d82c8ad..9135108 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9891d6a3f3129d56cede72daa0ba26c  xbacklight-1.1.2.tar.bz2
+04189c90850c36592b9f2b358f8581e4  xbacklight-1.2.0.tar.bz2
diff --git a/xbacklight.spec b/xbacklight.spec
index 1582d66..a6ce60b 100644
--- a/xbacklight.spec
+++ b/xbacklight.spec
@@ -1,15 +1,17 @@
 Name:           xbacklight
-Version:        1.1.2
-Release:        3%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        Adjust backlight brightness using RandR
 
 Group:          User Interface/X Hardware Support
 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
+BuildRequires:  pkgconfig(xcb)
+BuildRequires:  pkgconfig(xcb-atom)
+BuildRequires:  pkgconfig(xcb-aux)
+BuildRequires:  pkgconfig(xcb-randr)
 #Requires:       
 
 %description
@@ -28,7 +30,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
@@ -38,12 +39,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING
+%doc COPYING ChangeLog README
 %{_bindir}/xbacklight
 %{_datadir}/man/man1/xbacklight.*
 
 
 %changelog
+* Sun Sep 16 2012 Michel Salim <salimma at fedoraproject.org> - 1.2.0-1
+- Update to 1.2.0
+- Spec clean-ups
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list