Skip to content

Commit

Permalink
[packaging] Fix Qt4 .spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone authored and pvuorela committed Oct 7, 2014
1 parent 36d60a3 commit a681185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rpm/libmlocale.spec
Expand Up @@ -20,7 +20,6 @@ Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(QtOpenGL)
BuildRequires: gconf-devel

%description
Expand Down Expand Up @@ -61,6 +60,7 @@ Requires: %{name} = %{version}-%{release}

%build
# >> build pre
export QT_SELECT=4
# << build pre

%configure --disable-static
Expand All @@ -72,6 +72,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
# >> install pre
export QT_SELECT=4
# << install pre
%make_install

Expand Down
1 change: 0 additions & 1 deletion rpm/libmlocale.yaml
Expand Up @@ -14,7 +14,6 @@ Sources:
PkgConfigBR:
- icu-uc
- QtCore
- QtOpenGL
PkgBR:
- gconf-devel
Files:
Expand Down

0 comments on commit a681185

Please sign in to comment.