source: projects/specs/trunk/lib/libi/libindicator/libindicator-vl.spec @ 11637

Revision 11637, 1.6 KB checked in by iwaim, 6 years ago (diff)

libindicator 12.10.1-1

Line 
1Summary: a set of symbols and convience functions that all indicators would like to use
2Name: libindicator
3Version: 12.10.1
4Release: 1%{?_dist_release}
5License: GPLv3
6Group: System Environment/Libraries
7URL: https://launchpad.net/libindicator
8Source0: %{name}-%{version}.tar.gz
9Patch0: libindicator-12.10.1-deprecated.patch
10Patch1: libindicator-12.10.1-LIBM.patch
11Patch2: libindicator-12.10.1-test.patch
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13
14BuildRequires: gtk3-devel >= 2.91
15BuildRequires: glib2-devel >= 2.22
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: iwaim
20
21%description
22A set of symbols and convience functions that all indicators would like to use. Not of real use outside of the Ayatana indicators project.
23
24%package devel
25Summary: Header files and libraries for %{name}
26Group: Development/Libraries
27Requires: %{name} = %{version}-%{release}
28
29%description devel
30The %{name}-devel package contains the header files and libraries.
31
32%prep
33%setup -q
34%patch0 -p1
35%patch1 -p1
36#%patch2 -p1
37
38%build
39%configure --enable-static=no
40make
41
42%install
43rm -rf $RPM_BUILD_ROOT
44%makeinstall
45%__rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50#%check
51#make check
52
53%files
54%defattr(-,root,root,-)
55%doc README AUTHORS COPYING ChangeLog NEWS
56%{_libdir}/libdummy*.so
57%{_libdir}/*.so.*
58%{_libexecdir}/indicator-loader3
59%{_datadir}/%{name}/80indicator-debugging
60
61%files devel
62%defattr(-,root,root,-)
63%{_libdir}/pkgconfig/indicator3-0.4.pc
64%{_includedir}/%{name}3-0.4
65%{_libdir}/libindicator3.so
66
67%changelog
68* Sat May 19 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 12.10.1-1
69- Initial build.
Note: See TracBrowser for help on using the repository browser.