update version to 0.2.6-1
[apps/native/volume-app.git] / packaging / org.tizen.volume.spec
1 #sbs-git:slp/pkgs/v/volume-app volume-app 0.1.2 226202351de9fefb43756c36d215ca74f52431d0
2 Name:   org.tizen.volume
3 Summary:        Volume application (EFL)
4 Version:        0.2.6
5 Release:        1
6 Group:  TO_BE/FILLED_IN
7 License:        Flora Software License
8 Source0:        %{name}-%{version}.tar.gz
9 BuildRequires:  pkgconfig(appcore-efl)
10 BuildRequires:  pkgconfig(elementary)
11 BuildRequires:  pkgconfig(utilX)
12 BuildRequires:  pkgconfig(mm-sound)
13 BuildRequires:  pkgconfig(syspopup)
14 BuildRequires:  pkgconfig(dlog)
15 BuildRequires:  pkgconfig(svi)
16 BuildRequires:  pkgconfig(ui-gadget-1)
17 BuildRequires:  pkgconfig(notification)
18 BuildRequires:  pkgconfig(capi-system-info)
19
20 BuildRequires:  cmake
21 BuildRequires:  edje-bin
22 BuildRequires:  embryo-bin
23 BuildRequires:  gettext-devel
24
25 %description
26 volume.
27
28 %prep
29 %setup -q
30
31 %define PREFIX /usr/apps/org.tizen.volume
32
33 %build
34 RPM_OPT=`echo $CFLAGS|sed 's/-Wp,-D_FORTIFY_SOURCE=2//'`
35 export CFLAGS=$RPM_OPT
36 cmake  -DCMAKE_INSTALL_PREFIX="%{PREFIX}"
37 make %{?jobs:-j%jobs}
38
39 %install
40 rm -rf %{buildroot}
41 %make_install
42
43 %files
44 %manifest org.tizen.volume.manifest
45 %defattr(-,root,root,-)
46 %{PREFIX}/bin/*
47 %{PREFIX}/res/*
48 /opt/share/icons/default/small/org.tizen.volume.png
49 /usr/share/packages/org.tizen.volume.xml