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

Commit

Permalink
Merge branch 'staging' into 'master'
Browse files Browse the repository at this point in the history
Property lifetime control redesign, file handling refactoring

Moving old PR from github

See merge request !1
  • Loading branch information
deztructor committed Nov 6, 2015
2 parents 8b6cf7b + 7c4bd3d commit cf0a4f9
Show file tree
Hide file tree
Showing 11 changed files with 755 additions and 269 deletions.
13 changes: 13 additions & 0 deletions rpm/statefs-qt5.spec
Expand Up @@ -17,6 +17,7 @@ BuildRequires: pkgconfig(cor) >= 0.1.17
BuildRequires: pkgconfig(qtaround) >= 0.2.4
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(tut) >= 0.0.3

%description
%{summary}
Expand Down Expand Up @@ -56,6 +57,12 @@ Requires: statefs-contextkit-subscriber = %{version}-%{release}
%description %{subscriber_devel}
Contextkit property interface using statefs instead of contextkit

%package tests
Summary: Tests for %{name}
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
%description tests
%summary

%prep
%setup -q
Expand Down Expand Up @@ -98,3 +105,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/contextkit-statefs.pc
%{_libdir}/pkgconfig/contextsubscriber-1.0.pc

%files tests
%defattr(-,root,root,-)
/opt/tests/%{name}/*

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

0 comments on commit cf0a4f9

Please sign in to comment.