summaryrefslogtreecommitdiff
path: root/packaging/net.netpopup.spec
blob: 8f9dfc8d31d8a0fb11403ce48c92f4d91a064d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#sbs-git:pkgs/n/net-popup net.netpopup

Name:       net.netpopup
Summary:    Network Notification Popup application
Version:    0.1.20_5
Release:    6
Group:      App/Network
License:    Flora License
Source0:    %{name}-%{version}.tar.gz

BuildRequires: cmake
BuildRequires: pkgconfig(appcore-efl)
BuildRequires: pkgconfig(bundle)
BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(edje)
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(evas)
BuildRequires: pkgconfig(syspopup)
BuildRequires: pkgconfig(syspopup-caller)
BuildRequires: pkgconfig(appsvc)
BuildRequires: pkgconfig(notification)
BuildRequires: gettext

%description
Network Notification Popup application


%prep
%setup -q

%build
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
make %{?jobs:-j%jobs}


%install
rm -rf %{buildroot}
%make_install


%files
%{_bindir}/net-popup
%{_prefix}/share/process-info/net-popup.ini
%{_prefix}/share/packages/net.netpopup.xml
%{_prefix}/share/locale/*/LC_MESSAGES/net-popup.mo