|
@@ -16,8 +16,8 @@
|
|
|
Summary: Lowlevel DNS(SEC) library with API
|
|
|
Summary(ja): 低レベルな DNS(SEC) ライブラリと API
|
|
|
Name: ldns
|
|
|
-Version: 1.6.10
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 1.6.13
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: BSD
|
|
|
Url: http://www.nlnetlabs.nl/%{name}/
|
|
|
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
|
@@ -95,7 +95,7 @@ make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install-doc
|
|
|
|
|
|
%if %{with_python}
|
|
|
# remove execute perms from python files
|
|
|
-chmod a-x %{buildroot}%{python_sitelib}/*py
|
|
|
+chmod a-x %{buildroot}%{python_sitearch}/*py
|
|
|
%endif
|
|
|
|
|
|
# don't package building script in doc
|
|
@@ -106,7 +106,7 @@ rm -rf doc/.svn
|
|
|
rm -rf doc/man
|
|
|
|
|
|
# remove .la files
|
|
|
-rm -rf %{buildroot}%{_libdir}/*.la %{buildroot}%{python_sitelib}/*.la
|
|
|
+rm -rf %{buildroot}%{_libdir}/*.la %{buildroot}%{python_sitearch}/*.la
|
|
|
(cd drill ; make DESTDIR=%{buildroot} install)
|
|
|
(cd examples; make DESTDIR=%{buildroot} install)
|
|
|
|
|
@@ -136,7 +136,7 @@ rm -rf %{buildroot}
|
|
|
%if %{with_python}
|
|
|
%files python
|
|
|
%defattr(-,root,root)
|
|
|
-%{python_sitelib}/*
|
|
|
+%{python_sitearch}/*
|
|
|
%endif
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
@@ -144,6 +144,10 @@ rm -rf %{buildroot}
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
|
+* Sun May 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.13-1
|
|
|
+- new upstream release
|
|
|
+- move python files to sitearch from sitelib
|
|
|
+
|
|
|
* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.10-2
|
|
|
- rebuild with python-2.7.2
|
|
|
|