diff --git a/oct2spec.spec b/oct2spec.spec index c6ab24b..efea855 100644 --- a/oct2spec.spec +++ b/oct2spec.spec @@ -1,12 +1,8 @@ -# sitelib for noarch packages, sitearch for others (remove the unneeded one) -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - Name: oct2spec Version: 1.0.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Python script to generate Octave package spec file -Group: Development/Languages License: GPLv3+ URL: https://git.fedorahosted.org/git/oct2spec.git Source0: https://fedorahosted.org/releases/o/c/%{name}/%{name}-%{version}.tar.gz @@ -30,12 +26,11 @@ oct2spec API. %py2_build %install -rm -rf %{buildroot} %py2_install %files -#-f installed_files2 -%doc README LICENSE CHANGELOG +%license LICENSE +%doc README CHANGELOG %{python2_sitelib}/* %config(noreplace) %{_sysconfdir}/%{name}.conf %{_bindir}/%{name} @@ -44,6 +39,9 @@ rm -rf %{buildroot} %{_mandir}/man1/oct2rpm.1.gz %changelog +* Sun Jul 29 2018 Orion Poplawski - 1.0.1-18 +- Spec cleanup + * Fri Jul 13 2018 Fedora Release Engineering - 1.0.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild