]> git.pld-linux.org Git - packages/wol.git/blame - wol.spec
- unified preamble in %changelog
[packages/wol.git] / wol.spec
CommitLineData
1f59aca2 1Summary: Wake On LAN client
2998def7 2Summary(pl.UTF-8): Klient budzenia przez sieć
1f59aca2 3Name: wol
4Version: 0.7.1
5Release: 1
6License: GPL v2
7Group: Applications/Networking
8Source0: http://dl.sourceforge.net/ahh/%{name}-%{version}.tar.gz
9# Source0-md5: c2fa9d7e771134ac8c89d56b8197d4ca
10URL: http://ahh.sourceforge.net/wol/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14wol (Wake On LAN) wakes up magic packet compliant machines such as
15boxes with wake-on-LAN ethernet cards.
16
dd926545
JR
17%description -l pl.UTF-8
18wol (budzenie przez sieć) budzi maszyny zgodne z magicznym pakietem takie
19jak komputery z kartami sieciowymi z możliwością budzenia-przez-sieć.
1f59aca2 20
21%prep
22%setup -q
23
24%build
25%configure
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%{__make} install \
32 DESTDIR=$RPM_BUILD_ROOT
33
34%find_lang %{name}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
1eefe5a3
ER
39%post -p /sbin/postshell
40-/usr/sbin/fix-info-dir -c %{_infodir}
1f59aca2 41
1eefe5a3
ER
42%postun -p /sbin/postshell
43-/usr/sbin/fix-info-dir -c %{_infodir}
1f59aca2 44
45%files -f %{name}.lang
46%defattr(644,root,root,755)
47%doc AUTHORS ChangeLog NEWS README TODO
48%attr(755,root,root) %{_bindir}/*
ce5f1019 49%{_infodir}/*.info*
1f59aca2 50%{_mandir}/man1/*
This page took 0.093141 seconds and 4 git commands to generate.