-
Notifications
You must be signed in to change notification settings - Fork 2
/
gnome-app-store.spec
80 lines (65 loc) · 2.08 KB
/
gnome-app-store.spec
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#
# spec file for package gnome-app-store
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gnome-app-store
Summary: App Store client for GNOME
Version: 0.1
Release: 1
License: GPLv2+
Group: System/GUI/GNOME
Url: https://github.com/initlove/gnome-app-store
Source: %{name}-%{version}.tar.bz2
BuildRequires: glib2-devel >= 2.30.0
BuildRequires: gobject-introspection-devel
BuildRequires: dbus-1-glib-devel
BuildRequires: libxml2-devel
BuildRequires: libsoup-devel
BuildRequires: librest-devel
BuildRequires: clutter-devel
BuildRequires: intltool
Requires: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
gnome app store is a app store client for GNOME. It is based on OCS
standard. The main interface is based on clutter.
Librest is used to POST/GET with the OCS server.
liboasyncworker is used to deal with async tasks.
Authors:
------
David Liang <[email protected]>
%lang_package
%prep
%setup -q
%build
libtoolize -if
autoreconf -if
./configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%dir %{_datadir}/pixmaps/gnome-app-store/
%dir %{_datadir}/gnome-app-store/
%dir %{_datadir}/gnome-app-store/ui/
%{_datadir}/pixmaps/gnome-app-store/*
%{_datadir}/gnome-app-store/ui/*
%{_bindir}/gnome-app-store
%files lang -f %{name}.lang
%changelog