Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
packaging: Minor spec file improvements
Unifying summaries and use _smp_mflags instead of old jobs.
  • Loading branch information
Tomin1 committed May 31, 2019
1 parent a42b8ab commit 054feb6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rpm/pulseaudio.spec
Expand Up @@ -69,15 +69,15 @@ Requires: %{name} = %{version}-%{release}
Requires: /bin/sed

%description module-x11
Description: %{summary}
%{summary}.

%package devel
Summary: PulseAudio Development headers and libraries
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
Description: %{summary}
%{summary}.

%package doc
Summary: Documentation for %{name}
Expand Down Expand Up @@ -113,8 +113,7 @@ export CXXFLAGS="$CXXFLAGS -mfpu=neon"
--disable-esound \
--with-database=simple

make %{?jobs:-j%jobs}

make %{?_smp_mflags}

%install
rm -rf %{buildroot}
Expand Down

0 comments on commit 054feb6

Please sign in to comment.