]> git.pld-linux.org Git - packages/cf.git/blame - cf.spec
- removed BuildArch
[packages/cf.git] / cf.spec
CommitLineData
8d289648
ER
1Summary: Console Fucker
2Name: cf
3Version: 0.7.2
4Release: 1
5License: GPL
6Group: Applications/System
7BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8Source0: http://glen.alkohol.ee/cf/%{name}-%{version}.tar.bz2
9# Source0-md5: 503093d7c2b31c8b70aede7bdf1e8afd
10URL: http://glen.alkohol.ee/cf/
8d289648
ER
11BuildRequires: ncurses-devel
12
13%description
14Console Fucker program allows you 'attach' linux console remotely.
15
16%clean
17rm -rf $RPM_BUILD_ROOT
18
19%prep
20%setup -q
21
22%build
23%{__make}
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -d $RPM_BUILD_ROOT/%{_bindir} $RPM_BUILD_ROOT/%{_sbindir}
28
29install cf $RPM_BUILD_ROOT/%{_sbindir}
30ln -s ../sbin/cf $RPM_BUILD_ROOT/%{_bindir}/cdump
31
32%files
33%defattr(644,root,root,755)
34%attr(755,root,root) %{_sbindir}/cf
35%attr(755,root,root) %{_bindir}/cdump
This page took 0.095145 seconds and 4 git commands to generate.