Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Packaging fix.
  • Loading branch information
Valerio Valerio committed Jun 4, 2013
1 parent 914549b commit 3e1a98c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm/qmf-qt5.spec
Expand Up @@ -152,7 +152,7 @@ that interacts with email and mail servers.
This package contains the documentation for Qt Messaging Framework (QMF).

%prep
%setup -q -n %{_name}-%{version}
%setup -q -n %{_name}-%{version}/qmf

# fix_tests_installation.patch
%patch0 -p1
Expand Down
2 changes: 1 addition & 1 deletion rpm/qmf.spec
Expand Up @@ -154,7 +154,7 @@ This package contains the documentation for Qt Messaging Framework (QMF).


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

# fix_tests_installation.patch
%patch0 -p1
Expand Down
1 change: 1 addition & 0 deletions rpm/qmf.yaml
Expand Up @@ -24,6 +24,7 @@ PkgConfigBR:
- QtGui
- accounts-qt
- libsignon-qt
SetupOptions: -q -n %{name}-%{version}/qmf
Configure: none
Builder: qmake
QMakeOptions:
Expand Down

0 comments on commit 3e1a98c

Please sign in to comment.