monitor LCD - ddccontrol

Marek Guevara Braun mguevara w acn.waw.pl
Sob, 6 Maj 2006, 00:01:11 CEST


Dariusz Włodarczyk wrote:
> Adam Gołębiowski wrote:
>> To nie zrażaj się i podeślij drugi raz. Czasem ludzie to po prostu
>> przeoczą (tak, wszyscy na raz).
>>   
> Hmmm o ile pamiętam to przypominałem się ze trzy razy, ale nie ma sprawy
> jak pogrzebię gdzie trzeba i namierzę tego speca to spreparuje dla
> nowszej wersji i wyślę jeszcze raz ;)

To było podesłane 2005-10-11 00:43 - poniżej copy&paste
z załączonego ddccontrol.spec:

============================================================================
%define name ddccontrol
%define dbversion 20050813
%define ddcdb	%{name}-db-%{dbversion}

Summary:	DDCcontrol control the monitor parameters
Summary(pl):	DDCcontrol służy do kontroli parametrów monitora
Name:		%{name}
Version:	0.2
Release:	1
License:	GPL
Group:		Applications
Source0:
http://prdownloads.sourceforge.net/ddccontrol/%{name}-%{version}.tar.gx
Source1:	%{ddcdb}.tar.gz
URL:		http://ddccontrol.sourceforge.net/
BuildRequires:	pciutils-devel, libxml2-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
DDCcontrol is a program running on Linux, used to control monitor
parameters, like brightness and contrast, by software, i.e. without
using the OSD and the buttons in front of the monitor.

%description -l pl
DDCcontrol jest programem dla systemu Linux, służącym do kontroli
parametrów monitora takich jak jaskrawość i kontrast, bez używania OSD i
przycisków na obudowie monitora.

%prep
%setup -q -a l

%build
%configure
%{__make} \
	OPTFLAGS="%{rpmcflags}" \
	CC="%{__cc}" \
	bindir=%{_bindir} \
	datadir=%{_datadir} \
	sysconfdir=%{_sysconfdir}
cd %{ddcdb}
%configure --prefix=%{_prefix}/%{name}
%{__make} \
	OPTFLAGS="%{rpmcflags}" \
	CC="%{__cc}" \
	bindir=%{_bindir} \
	datadir=%{_datadir} \
	sysconfdir=%{_sysconfdir}

%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT \
	bindir=%{_bindir} \
	datadir=%{_datadir} \
	sysconfdir=%{_sysconfdir}
cd %{ddcdb}
make install DESTDIR=$RPM_BUILD_ROOT
chmod 755 $RPM_BUILD_ROOT/%{_bindir}/ddcpci

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/ddccontrol
%{_bindir}/ddcpci
%{_bindir}/gddccontrol
%{_datadir}/locale/*/*/*
%{_datadir}/ddccontrol-db/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog

============================================================================



Więcej informacji o liście dyskusyjnej pld-users-pl