blob: e35f6f3ff7049d3db0b576b2f95dbe5dbb4b7821 (
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
47
48
49
50
51
|
Name: indicator-appmenu
Summary: An indicator to host the menus from an application
Group: Graphical desktop/GNOME
Version: 0.3.97
Release: %mkrel 2
License: GPLv3
URL: http://launchpad.net/indicator-appmenu
Source0: https://launchpad.net/indicator-appmenu/0.4/%{version}/+download/%{name}-%{version}.tar.gz
Patch0: indicator-appmenu-0.3.97-disable-werror.patch
BuildRequires: pkgconfig(dbusmenu-glib-0.4)
BuildRequires: pkgconfig(indicator3-0.4)
BuildRequires: gtk-doc-mkpdf
%description
An indicator to host the menus from an application.
%files
%doc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/hud-*
%{_libdir}/hud-service
%{_libdir}/indicators3/
%{_datadir}/dbus-1/services/*.service
%{_datadir}/glib-2.0/schemas/com.canonical.indicator.appmenu*gschema.xml
%{_datadir}/gtk-doc/html/hud/
%{_mandir}/man1/hud-*.1.*
#--------------------------------------------------------------------
%prep
%setup -q
%apply_patches
%build
%configure2_5x \
--disable-static
%make
%install
%makeinstall_std
# Clean .la files
find %{buildroot}%{_libdir} -name '*.la' -delete -print
%changelog
* Sat Apr 14 2012 Simple <simplew8@gmail.com> 0.4.97-2
- fix license
- fix source link
* Sun Mar 18 2012 Simple <simplew8@gmail.com> 0.4.97-1
- first package
|