Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Update exported version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvogt committed Jul 31, 2014
1 parent f68cb6e commit d6b3116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rpm/libcontacts-qt5.spec
@@ -1,6 +1,6 @@
Name: libcontacts-qt5
Summary: Nemo contact cache library
Version: 0.0.0
Version: 0.0.71
Release: 1
Group: System/Libraries
License: BSD
Expand Down Expand Up @@ -40,7 +40,7 @@ Requires: %{name} = %{version}-%{release}

%build

%qmake5
%qmake5 VERSION=%{version}

make %{?_smp_mflags}

Expand Down
3 changes: 1 addition & 2 deletions src/src.pro
Expand Up @@ -9,8 +9,7 @@ TARGET = $${PACKAGENAME}
target.path = $$PREFIX/lib
INSTALLS += target

# set version for generated pkgconfig files
VERSION=0.0.67
# version for generated pkgconfig files is defined in the spec file
QMAKE_PKGCONFIG_INCDIR = $$PREFIX/include/$${PACKAGENAME}
QMAKE_PKGCONFIG_LIBDIR = $$PREFIX/lib
QMAKE_PKGCONFIG_DESTDIR = pkgconfig
Expand Down

0 comments on commit d6b3116

Please sign in to comment.