summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-01-03 17:45:47 -0500
committerLouie S <louie@example.com>2024-01-03 17:45:47 -0500
commit23943e02c6045689d1c3869e4c9f3852eadac4a3 (patch)
treee1326960e216030ea012df84d8e89c154f587516
parent82eeb1ff31f11f929c6cfc6ab468365898e292a2 (diff)
Update spec file
-rw-r--r--spec/assignment-list.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/spec/assignment-list.spec b/spec/assignment-list.spec
index 8a63294..4fa7336 100644
--- a/spec/assignment-list.spec
+++ b/spec/assignment-list.spec
@@ -6,7 +6,7 @@ Release: 1%{?dist}
Summary: Assignment List PyQt5
License: Unlicense
-#URL:
+URL: https://github.com/lshprung/assignment-list-pyqt
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
@@ -43,12 +43,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%files -n python3-%{modname}
%{_bindir}/assignment-list
-%{python3_sitelib}/src/
+%{python3_sitelib}/assignment_list_pyqt
%{python3_sitelib}/assignment_list-%{version}*
%{_datadir}/applications/%{modname}.desktop
%{_datadir}/pixmaps/%{modname}.svg
%changelog
+* Wed Jan 03 2024 Louie S <lshprung@tutanota.com> - 0.0.1
+- Update src directory name to assignment_list_pyqt
* Thu Sep 21 2023 Louie S <louie@example.com>
--
+- Initial spec version