SPECS: xorg-app-xbacklight.spec (NEW) - new

qboosh qboosh at pld-linux.org
Thu Jun 21 19:45:04 CEST 2007


Author: qboosh                       Date: Thu Jun 21 17:45:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xorg-app-xbacklight.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-app-xbacklight.spec
diff -u /dev/null SPECS/xorg-app-xbacklight.spec:1.1
--- /dev/null	Thu Jun 21 19:45:04 2007
+++ SPECS/xorg-app-xbacklight.spec	Thu Jun 21 19:44:58 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	xbacklight application - adjust backlight brightness using RandR extension
+Summary(pl.UTF-8):	Aplikacja xbacklight - zmiana jasności podświetlenia obrazu poprzez RandR
+Name:		xorg-app-xbacklight
+Version:	1.1
+Release:	1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.bz2
+# Source0-md5:	51b4a1c0ae2b3bd77417306fd78a3e94
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	xorg-lib-libXrandr-devel >= 1.2.0
+BuildRequires:	xorg-util-util-macros >= 0.99.2
+Requires:	xorg-lib-libXrandr >= 1.2.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xbacklight is used to adjust the backlight brightness using RandR
+extension where supported. It finds all outputs on the X server
+supporting backlight brightness control and changes them all in the
+same way.
+
+%description -l pl.UTF-8
+xbacklight służy do zmiany jasności podświetlenia ekranu przy użyciu
+rozszerzenia RandR, o ile jest to obslugiwane. Znajduje wszystkie
+wyjścia serwera X obsługujące sterowanie jasnością podświetlenia i
+zmienia je w ten sam sposób.
+
+%prep
+%setup -q -n xbacklight-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING
+%attr(755,root,root) %{_bindir}/xbacklight
+%{_mandir}/man1/xbacklight.1x*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/21 17:44:58  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list