diff --git a/ipv6calc.spec b/ipv6calc.spec index 5a1decf..a8aa534 100644 --- a/ipv6calc.spec +++ b/ipv6calc.spec @@ -3,7 +3,7 @@ Summary: IPv6 address format change and calculation utility Name: ipv6calc Version: 0.98.0%{?headtag} -Release: 8%{?dist} +Release: 10%{?dist} Group: Applications/Text URL: http://www.deepspace6.net/projects/%{name}.html License: GPLv2 @@ -202,29 +202,30 @@ rm -rf %{buildroot} %files %doc ChangeLog README CREDITS TODO COPYING LICENSE USAGE doc/ipv6calc.{lyx,sgml,html,xml} +%defattr(644,root,root,755) + # binaries -%{_bindir}/%{name} -%{_bindir}/ipv6logconv -%{_bindir}/ipv6logstats -%{_bindir}/ipv6loganon +%attr(755,-,-) %{_bindir}/* # man pages %{_mandir}/man8/* # tools -%{_datadir}/%{name}/tools/* - -# examples -%{_datadir}/%{name}/examples/* +%attr(755,-,-) %{_datadir}/%{name}/tools/* # shared library -%{?enable_shared:%{_libdir}/*} +%{?enable_shared:%attr(755,-,-) %{_libdir}/*} # database directory %{external_db} +# examples +%{_datadir}/%{name}/examples/* + %files ipv6calcweb +%defattr(644,root,root,755) + %doc ipv6calcweb/README ipv6calcweb/USAGE %attr(555,-,-) %{_localstatedir}/www/cgi-bin/ipv6calcweb.cgi @@ -232,6 +233,12 @@ rm -rf %{buildroot} %changelog +* Mon Mar 02 2015 Peter Bieringer - 0.98.0-10 +- new (fixed) upstream 0.98.0 tar.gz + +* Sun Mar 01 2015 Peter Bieringer - 0.98.0-9 +- remove not necessary x-bits for some files by proper definition in %files section + * Fri Feb 20 2015 Peter Bieringer - 0.98.0-8 - new release 0.98.0 diff --git a/sources b/sources index 3d7b0a3..e2a6146 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a85961d0c166caffbd293aaf04943d53 ipv6calc-0.98.0.tar.gz +a245ec36d1536413ac49eac52579eea5 ipv6calc-0.98.0.tar.gz