- s/%%define/%%global/
This commit is contained in:
parent
ec6fea9c25
commit
25acc342df
@ -1,8 +1,8 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: libuser
|
||||
Version: 0.56.13
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: LGPLv2+
|
||||
URL: https://fedorahosted.org/libuser/
|
||||
@ -100,6 +100,9 @@ python -c "import libuser"
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 5 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.13-2
|
||||
- s/%%define/%%global/
|
||||
|
||||
* Fri Dec 11 2009 Miloslav Trmač <mitr@redhat.com> - 0.56.13-1
|
||||
- Update to libuser-0.56.13.
|
||||
Resolves: #251951
|
||||
|
Loading…
Reference in New Issue
Block a user