-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmate-applet-streamer.spec.in
167 lines (123 loc) · 4.41 KB
/
mate-applet-streamer.spec.in
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
%global pixmapdir %{_datadir}/pixmaps
%global iconsdir %{_datadir}/icons
%global localedir %{_datadir}/locale
Name: mate-applet-streamer
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
Summary: MATE Software Update Applet
Group: Applications/System
License: GPLv2
URL: http://www.zavedil.com/mate-software-updates-applet/
Source: http://www.zavedil.com/wp-content/uploads/2015/07/mate-applet-streamer-@[email protected]
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildRequires: mate-panel-devel >= 1.3.0
BuildRequires: gettext-devel
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: sqlite-devel
BuildRequires: libxml2-devel
Requires: sqlite
Requires: libxml2
# Requires: and BuildRequires: for GTK
@RPM_REQUIRE_GTK@
@RPM_BUILDREQUIRE_GTK@
# Requires: and BuildRequires: for chosen panel
@RPM_BUILDREQUIRES_PANEL@
@RPM_REQUIRES_PANEL@
# Requires: and BuildRequires: for chosen notification library
@RPM_BUILDREQUIRES_NOTIFY@
@RPM_REQUIRES_NOTIFY@
# Requires: and BuildRequires: for GStreamer
@RPM_REQUIRE_GSTREAMER@
@RPM_BUILDREQUIRE_GSTREAMER@
%description
Software updates notification applet for the MATE desktop environment.
%prep
# If you want to build the RPM in-tree (make rpm), comment out next line
%setup -q
%build
# If you want to build the RPM in-tree (make rpm), comment out next line
%configure
make %{?_smp_mflags} CFLAGS="${CFLAGS}"
%install
rm -rf "${RPM_BUILD_ROOT}"
make install DESTDIR="${RPM_BUILD_ROOT}"
# Do not install doc files: they are handled as rpm doc files.
rm -rf "${RPM_BUILD_ROOT}%{_docdir}"
%find_lang mate-applet-streamer
%post
gtk-update-icon-cache -f -t %{iconsdir}/hicolor
%clean
rm -rf "${RPM_BUILD_ROOT}"
%files -f mate-applet-streamer.lang
%defattr(-, root, root, -)
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{_libexecdir}/streamer_applet
%{pixmapdir}/applet_streamer_pause.png
%{pixmapdir}/applet_streamer_play.png
%{pixmapdir}/applet_streamer.48.png
%{iconsdir}/hicolor/16x16/apps/applet_streamer.png
%{iconsdir}/hicolor/22x22/apps/applet_streamer.png
%{iconsdir}/hicolor/24x24/apps/applet_streamer.png
%{iconsdir}/hicolor/32x32/apps/applet_streamer.png
%{_datadir}/mate-panel/applets/org.mate.applets.StreamerApplet.mate-panel-applet
%{_datadir}/dbus-1/services/org.mate.panel.applet.StreamerApplet.service
%{_datadir}/streamer_applet/streamer.sqlite
%{_libdir}/bonobo/servers/StreamerAppletFactory.server
%changelog
* Sat Mar 14 2020 Assen Toint <[email protected]>
- Release 0.4.1
* Sun Jun 18 2017 Assen Toint <[email protected]>
- Release 0.4.0
* Sun Dec 11 2016 Assen Toint <[email protected]>
- Release 0.3.11
* Sun Jan 3 2016 Assen Totin <[email protected]>
- Release 0.3.10
* Sat Jan 2 2016 Assen Totin <[email protected]>
- Release 0.3.9
* Sat Jan 2 2016 Assen Totin <[email protected]>
- Release 0.3.8
* Sat Jan 2 2016 Assen Totin <[email protected]>
- Release 0.3.7
* Fri Jan 1 2016 Assen Totin <[email protected]>
- Release 0.3.6
* Thu Dec 31 2015 Assen Totin <[email protected]>
- Release 0.3.5
* Wed Dec 30 2015 Assen Totin <[email protected]>
- Release 0.3.4
* Tue Dec 29 2015 Assen Totin <[email protected]>
- Release 0.3.3
* Wed Dec 16 2015 Assen Totin <[email protected]>
- Release 0.3.2
* Mon Dec 14 2015 Assen Totin <[email protected]>
- Release 0.3.1
* Sun Dec 13 2015 Assen Totin <[email protected]>
- Release 0.3.0
* Sun Aug 30 2015 Assen Totin <[email protected]>
- Release 0.2.3
* Sun Aug 16 2015 Assen Totin <[email protected]>
- Release 0.2.2
* Sun Jul 26 2015 Assen Totin <[email protected]>
- Release 0.2.1
* Sun Jul 26 2015 Assen Totin <[email protected]>
- Release 0.2.0
* Sat Jul 5 2015 Assen Totin <[email protected]>
- Release 0.1.4
* Wed Dec 31 2014 Assen Totin <[email protected]>
- Release 0.1.3
* Sat Nov 14 2014 Assen Totin <[email protected]>
- Release 0.1.2
* Sun Nov 2 2014 Assen Totin <[email protected]>
- Release 0.1.1
* Thu Apr 24 2014 Assen Totin <[email protected]>
- Release 0.1.0
* Mon Dec 23 2013 Assen Totin <[email protected]>
- Release 0.0.5
* Sun Nov 3 2013 Assen Totin <[email protected]>
- Release 0.0.4
* Wed Oct 16 2013 Assen Totin <[email protected]>
- Release 0.0.3
* Thu Sep 26 2013 Assen Totin <[email protected]>
- Release 0.0.2
* Sun Sep 1 2013 Assen Totin <[email protected]>
- Release 0.0.1