]> git.pld-linux.org Git - SPECS.git/blob - pmac-utils.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / pmac-utils.spec
1 Summary:        PowerPC Linux system utilities
2 Summary(pl.UTF-8):      Narzędzia systemowe dla PowerPC
3 Name:           pmac-utils
4 Version:        2.1
5 Release:        6
6 License:        GPL
7 Group:          Applications/System
8 Source0:        pmac-utils-%{version}.tar.gz
9 # Source0-md5:  afbdcb97cd036f0c55204e05bac5f38e
10 Patch0:         %{name}-2.1-ydl.patch
11 BuildRequires:  sgml-tools
12 ExclusiveArch:  ppc
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 PowerPC Linux specific applications including macos (a script to
17 reboot to the mac OS), nvsetenv (a tool to manipulate Open Firmware
18 variables), and nvvideo (a tool to manipulate the video settings
19 stored in PRAM).
20
21 %description -l pl.UTF-8
22 Aplikacje specyficzne dla architektury PowerPC takie jak:
23 - macos - skrypt do restartu systemu MacOS,
24 - nvsetenv - narzędzie do konfiguracji zmiennych Open Firmware,
25 - nvvideo - narzędzie do konfiguracji parametrów obrazu w PRAM.
26
27 %prep
28 %setup -q -n pmac-utils-%{version}
29 %patch0 -p1
30
31 %build
32 %{__make} \
33         CC="%{__cc}" \
34         CFLAGS="%{rpmcflags}"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT \
40         exec_prefix=%{_prefix}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %attr(755,root,root) %{_sbindir}/macos
48 %attr(755,root,root) %{_sbindir}/nvsetenv
49 %attr(755,root,root) %{_sbindir}/nvvideo
50 %{_mandir}/man8/*
This page took 0.151204 seconds and 3 git commands to generate.