automatic update by autodist [release 1.2.1-1mamba;Sat Oct 12 2013]
This commit is contained in:
parent
c3ce51724d
commit
a1dd625088
55
xbacklight.spec
Normal file
55
xbacklight.spec
Normal file
@ -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 <ercole69@gmail.com>
|
||||
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 <autodist@mambasoft.it> 1.2.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Sep 18 2012 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 11 2010 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user