Skip to content

Commit

Permalink
[libmlocale] Rerun specify to get proper macro for multi core building.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed Jul 3, 2014
1 parent 6f65ba3 commit 607c972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions rpm/libmlocale-qt5.spec
@@ -1,6 +1,6 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.25
# Generated by: spectacle version 0.27
#

Name: libmlocale-qt5
Expand Down Expand Up @@ -56,7 +56,6 @@ Requires: %{name} = %{version}-%{release}
%description benchmarks
%{summary}.


%prep
%setup -q -n %{name}-%{version}

Expand All @@ -69,7 +68,7 @@ export QT_SELECT=5
# << build pre

%configure --disable-static
make %{?jobs:-j%jobs}
make %{?_smp_mflags}

# >> build post
# << build post
Expand All @@ -84,7 +83,6 @@ export QT_SELECT=5
# >> install post
# << install post


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig
Expand Down
6 changes: 2 additions & 4 deletions rpm/libmlocale.spec
@@ -1,6 +1,6 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.25
# Generated by: spectacle version 0.27
#

Name: libmlocale
Expand Down Expand Up @@ -53,7 +53,6 @@ Requires: %{name} = %{version}-%{release}
%description benchmarks
%{summary}.


%prep
%setup -q -n %{name}-%{version}

Expand All @@ -65,7 +64,7 @@ Requires: %{name} = %{version}-%{release}
# << build pre

%configure --disable-static
make %{?jobs:-j%jobs}
make %{?_smp_mflags}

# >> build post
# << build post
Expand All @@ -79,7 +78,6 @@ rm -rf %{buildroot}
# >> install post
# << install post


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig
Expand Down

0 comments on commit 607c972

Please sign in to comment.