diff --git a/ipv6calc.spec b/ipv6calc.spec index 5a1decf..5124965 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: 9%{?dist} Group: Applications/Text URL: http://www.deepspace6.net/projects/%{name}.html License: GPLv2 @@ -214,24 +214,28 @@ rm -rf %{buildroot} # tools %{_datadir}/%{name}/tools/* -# examples -%{_datadir}/%{name}/examples/* - # shared library %{?enable_shared:%{_libdir}/*} # database directory %{external_db} +# examples +%defattr(644,root,root,755) +%{_datadir}/%{name}/examples/* + %files ipv6calcweb %doc ipv6calcweb/README ipv6calcweb/USAGE %attr(555,-,-) %{_localstatedir}/www/cgi-bin/ipv6calcweb.cgi -%config(noreplace) %{_sysconfdir}/httpd/conf.d/ipv6calcweb.conf +%config(noreplace) %attr(644,-,-) %{_sysconfdir}/httpd/conf.d/ipv6calcweb.conf %changelog +* 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