diff --git a/wol.spec b/wol.spec index 001b5c2..181b7a6 100644 --- a/wol.spec +++ b/wol.spec @@ -1,6 +1,6 @@ Name: wol Version: 0.7.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Wake On Lan client Group: Applications/Internet @@ -14,7 +14,6 @@ BuildRequires: gettext Requires(post): /sbin/install-info Requires(preun): /sbin/install-info - %description wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant. SecureON is supported by wol too. @@ -22,14 +21,12 @@ hardware that is Magic Packet compliant. SecureON is supported by wol too. %prep %setup -q - %build %configure --disable-static make %{?_smp_mflags} iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv touch -c -r ChangeLog ChangeLog.conv mv ChangeLog.conv ChangeLog - %install rm -rf %{buildroot} @@ -37,7 +34,6 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_infodir}/dir %find_lang %{name} - %clean rm -rf %{buildroot} @@ -49,16 +45,17 @@ if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || : fi - %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_infodir}/%{name}.info.gz -%{_mandir}/man?/%{name}.* +%{_mandir}/man*/%{name}.* %{_bindir}/%{name}* - %changelog +* Tue Feb 19 2013 Fabian Affolter - 0.7.1-9 +- Minor spec file updates + * Fri Feb 15 2013 Fedora Release Engineering - 0.7.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild