]> git.pld-linux.org Git - packages/atitvout.git/blame - atitvout.spec
- tabs in preamble
[packages/atitvout.git] / atitvout.spec
CommitLineData
d721b74c 1Summary: Linux ATI TV-out support program
aff70674 2Summary(pl.UTF-8): Program do obsługi wyjścia TV-out w kartach ATI
61d23592
AG
3Name: atitvout
4Version: 0.4
42c18d2f 5Release: 2
f15cc031 6License: GPL
61d23592
AG
7Group: Applications/Console
8Source0: http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/%{name}-%{version}.tar.gz
9# Source0-md5: f2915a435844aadcd4d8f9f62411283b
42c18d2f 10Source1: %{name}-man
61d23592 11URL: http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/
d338ad14 12BuildRequires: sed >= 4.0
6c012cb2 13ExclusiveArch: %{ix86}
61d23592
AG
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
b1ec1bd6
JB
17This program allows to configure TV-out parameters in graphic cards
18based on ATI's chips.
61d23592 19
fc669dd7
JR
20%description -l pl.UTF-8
21Program pozwalający ustawiać różne parametry wyjścia TV-out w kartach
22graficznych na układach ATI.
61d23592
AG
23
24%prep
25%setup -q -n %{name}
26
27%build
d338ad14 28sed -i -e 's@-g -Wall@%{rpmcflags}@' lrmi-0.6/Makefile
29sed -i -e 's@-Wall -O2 -g@%{rpmcflags}@' Makefile
6c012cb2 30%{__make} \
d721b74c 31 CC="%{__cc}"
61d23592
AG
32
33%install
34rm -rf $RPM_BUILD_ROOT
42c18d2f 35install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
b1ec1bd6 36
d338ad14 37install atitvout $RPM_BUILD_ROOT%{_sbindir}
42c18d2f 38install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
61d23592
AG
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc HARDWARE README
d338ad14 46%attr(755,root,root) %{_sbindir}/atitvout
42c18d2f 47%{_mandir}/man1/*
This page took 0.062317 seconds and 4 git commands to generate.