This repository was archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibunity-misc-devel.spec
More file actions
54 lines (46 loc) · 1.4 KB
/
Copy pathlibunity-misc-devel.spec
File metadata and controls
54 lines (46 loc) · 1.4 KB
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
Name: libunity-misc-devel
Version: 1.4
Release: 1%{?dist}
Summary: Misc Unity shell libs
License: LGPLv2+
URL: https://launchpad.net/libunity-misc
Source0: http://archive.ubuntu.com/ubuntu/pool/universe/libu/libunity-misc/libunity-misc_4.0.5+14.04.20140115.orig.tar.gz
BuildRequires: make
BuildRequires: g++
BuildRequires: gcc
BuildRequires: libX11-devel
BuildRequires: gnome-common
BuildRequires: gtk-doc
BuildRequires: libX11-devel
BuildRequires: gtk3-devel
BuildRequires: glib2-devel
Requires: gtk3
Requires: libX11
%description
A simple library that implements a subset of the XPath spec to allow selecting nodes in an object tree
%prep
%setup -q -n libunity-misc-4.0.5+14.04.20140115
find ./ -type f -exec sed -i 's/-Werror//' {} \;
NOCONFIGURE=1 \
./autogen.sh
%build
%configure \
--disable-silent-rules \
--disable-static
%make_build
%install
%make_install
rm -fv %{buildroot}%{_libdir}/lib*.la
%ldconfig_post
%files
%{_libdir}/libunity-misc.so
%{_libdir}/libunity-misc.so.4
%{_libdir}/libunity-misc.so.4.1.0
%{_libdir}/pkgconfig/unity-misc.pc
%{_includedir}/unity-misc/unity-misc/na-tray.h
%{_includedir}/unity-misc/unity-misc/na-marshal.h
%{_includedir}/unity-misc/unity-misc/na-tray-manager.h
%{_includedir}/unity-misc/unity-misc/na-tray-child.h
%{_includedir}/unity-misc/unity-misc/gnome-bg-slideshow.h
%changelog
%autochangelog