diff --git a/README.md b/README.md index 1c84d3f..05ded75 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xbacklight +RandR-based backlight control application + diff --git a/xbacklight.spec b/xbacklight.spec new file mode 100644 index 0000000..4a428fe --- /dev/null +++ b/xbacklight.spec @@ -0,0 +1,55 @@ +Name: xbacklight +Version: 1.2.1 +Release: 1mamba +Summary: RandR-based backlight control application +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/xbacklight-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXrandr-devel +BuildRequires: libXrender-devel +## AUTOBUILDREQ-END + +%description +RandR-based backlight control application + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xbacklight +%{_mandir}/man1/xbacklight.1.gz +%doc COPYING + +%changelog +* Sat Oct 12 2013 Automatic Build System 1.2.1-1mamba +- automatic update by autodist + +* Tue Sep 18 2012 Automatic Build System 1.2.0-1mamba +- automatic version update by autodist + +* Sat Dec 11 2010 Automatic Build System 1.1.2-1mamba +- automatic update by autodist + +* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto 1.1.1-1mamba +- package created by autospec