update to 3.0.0
fix the directory ownership declare license file
This commit is contained in:
parent
49da3f9b62
commit
e4d6f94d0f
11
rpy.spec
11
rpy.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: rpy
|
Name: rpy
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -83,18 +83,21 @@ export CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1"
|
|||||||
%if %{python2}
|
%if %{python2}
|
||||||
%files -n python2-%{srcname}
|
%files -n python2-%{srcname}
|
||||||
%doc AUTHORS NEWS PKG-INFO
|
%doc AUTHORS NEWS PKG-INFO
|
||||||
%{python2_sitearch}/%{srcname}*
|
%license gpl-2.0.txt
|
||||||
|
%{python2_sitelib}/%{srcname}*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
%doc AUTHORS NEWS PKG-INFO
|
%doc AUTHORS NEWS PKG-INFO
|
||||||
%{python3_sitearch}/%{srcname}*
|
%license gpl-2.0.txt
|
||||||
|
%{python3_sitelib}/%{srcname}*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 27 2019 José Matos <jamatos@fedoraproject.org> - 3.0.0-2
|
* Wed Feb 27 2019 José Matos <jamatos@fedoraproject.org> - 3.0.0-1
|
||||||
- update to 3.0.0
|
- update to 3.0.0
|
||||||
- fix the directory ownership
|
- fix the directory ownership
|
||||||
|
- declare license file
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.5-2
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user