diff --git a/course_selection_system.spec b/course_selection_system.spec index d1df695f7511856f88f7202846562c56ec42cd92..3211bf627b722825b4d4b3a6671cc69332441063 100644 --- a/course_selection_system.spec +++ b/course_selection_system.spec @@ -14,12 +14,12 @@ It provides a user-friendly interface and a robust backend to manage course enro %setup -q %build -# Build instructions here, for example: + ./configure make %{?_smp_mflags} %install -# Install instructions here, for example: + make install DESTDIR=%{buildroot} %files @@ -31,5 +31,3 @@ make install DESTDIR=%{buildroot} %changelog * Wed Jan 01 2024 Your Name - %{version}-1 - Initial package release - -# You can add more changelog entries here for future updates \ No newline at end of file