Skip to content

Commit

Permalink
Build with --enable-debug=no unless stage_devel defined
Browse files Browse the repository at this point in the history
Signed-off-by: David Greaves <david.greaves@jollamobile.com>
  • Loading branch information
lbt committed Oct 28, 2013
1 parent 558bdc9 commit e68e969
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions glib2.changes
@@ -1,3 +1,6 @@
* Mon Oct 28 2012 David Greaves <david.greaves@jollamobile.com> - 2.32.4
- Build with --enable-debug=no unless stage_devel defined

* Mon Jul 30 2012 Marko Saukko <marko.saukko@jollamobile.com> - 2.32.4
- Update to version 2.32.4
- Added .yaml for spectacle.
Expand Down
7 changes: 3 additions & 4 deletions glib2.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: glib2
Expand Down Expand Up @@ -63,7 +63,6 @@ The glib2-devel package includes the header files for
version 2 of the GLib library.



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

Expand All @@ -83,7 +82,8 @@ version 2 of the GLib library.
%reconfigure \
--disable-gtk-doc \
--enable-static \
--with-pcre=system
--with-pcre=system \
%{!?qa_stage_devel:--enable-debug=no}

make %{?jobs:-j%jobs}

Expand Down Expand Up @@ -132,7 +132,6 @@ mv glib20.lang glib2.lang
%lang_package
# << install post


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig
Expand Down
1 change: 1 addition & 0 deletions glib2.yaml
Expand Up @@ -36,6 +36,7 @@ ConfigOptions:
- --disable-gtk-doc
- --enable-static
- --with-pcre=system
- "%{!?qa_stage_devel:--enable-debug=no}"
Builder: make
SubPackages:
- Name: static
Expand Down

0 comments on commit e68e969

Please sign in to comment.