Do not compress man pages manually in spec file ; Correct date of previous
changelog entry
This commit is contained in:
parent
c452e45a31
commit
9ad39f46ea
@ -12,8 +12,8 @@
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: hostapd
|
||||
# Required-Start:
|
||||
# Required-Stop:
|
||||
# Required-Start: $network
|
||||
# Required-Stop: $network
|
||||
# Default-Start:
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: start and stop hostapd
|
||||
|
15
hostapd.spec
15
hostapd.spec
@ -1,6 +1,6 @@
|
||||
Name: hostapd
|
||||
Version: 0.6.9
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||
Group: System Environment/Daemons
|
||||
License: BSD
|
||||
@ -15,7 +15,6 @@ Patch1: hostapd-MSG_DEBUG.patch
|
||||
|
||||
BuildRequires: libnl-devel >= 1.1
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: gzip
|
||||
|
||||
Requires(post): chkconfig
|
||||
Requires(preun): chkconfig
|
||||
@ -91,11 +90,9 @@ install -pm 0755 hostapd/hostapd_cli %{buildroot}%{_sbindir}/hostapd_cli
|
||||
install -d %{buildroot}/%{_localstatedir}/run/%{name}
|
||||
|
||||
# man pages
|
||||
/usr/bin/gzip -c hostapd/hostapd_cli.1 > hostapd/hostapd_cli.1.gz
|
||||
/usr/bin/gzip -c hostapd/hostapd.8 > hostapd/hostapd.8.gz
|
||||
install -d %{buildroot}%{_mandir}/man{1,8}
|
||||
install -pm 0644 hostapd/hostapd_cli.1.gz %{buildroot}%{_mandir}/man1
|
||||
install -pm 0644 hostapd/hostapd.8.gz %{buildroot}%{_mandir}/man8
|
||||
install -pm 0644 hostapd/hostapd_cli.1 %{buildroot}%{_mandir}/man1
|
||||
install -pm 0644 hostapd/hostapd.8 %{buildroot}%{_mandir}/man8
|
||||
|
||||
# prepare docs
|
||||
cp hostapd/README ./README.hostapd
|
||||
@ -142,7 +139,11 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 17 2009 John W. Linville <linville@redhat.com> - 0.6.9-7
|
||||
* Tue Jan 19 2010 John W. Linville <linville@redhat.com> - 0.6.9-8
|
||||
- Do not compress man pages manually in spec file
|
||||
- Correct date of previous changelog entry
|
||||
|
||||
* Thu Jan 14 2010 John W. Linville <linville@redhat.com> - 0.6.9-7
|
||||
- Enable 802.11n support
|
||||
|
||||
* Thu Dec 17 2009 John W. Linville <linville@redhat.com> - 0.6.9-6
|
||||
|
Loading…
Reference in New Issue
Block a user