Browse Source

update to 1.6.13

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6245 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
3dd5e8d2c5
1 changed files with 9 additions and 5 deletions
  1. 9 5
      l/ldns/ldns-vl.spec

+ 9 - 5
l/ldns/ldns-vl.spec

@@ -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