| 1 | Summary: a set of symbols and convience functions that all indicators would like to use |
|---|
| 2 | Name: libindicator |
|---|
| 3 | Version: 12.10.1 |
|---|
| 4 | Release: 1%{?_dist_release} |
|---|
| 5 | License: GPLv3 |
|---|
| 6 | Group: System Environment/Libraries |
|---|
| 7 | URL: https://launchpad.net/libindicator |
|---|
| 8 | Source0: %{name}-%{version}.tar.gz |
|---|
| 9 | Patch0: libindicator-12.10.1-deprecated.patch |
|---|
| 10 | Patch1: libindicator-12.10.1-LIBM.patch |
|---|
| 11 | Patch2: libindicator-12.10.1-test.patch |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 13 | |
|---|
| 14 | BuildRequires: gtk3-devel >= 2.91 |
|---|
| 15 | BuildRequires: glib2-devel >= 2.22 |
|---|
| 16 | |
|---|
| 17 | Vendor: Project Vine |
|---|
| 18 | Distribution: Vine Linux |
|---|
| 19 | Packager: iwaim |
|---|
| 20 | |
|---|
| 21 | %description |
|---|
| 22 | A 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 |
|---|
| 25 | Summary: Header files and libraries for %{name} |
|---|
| 26 | Group: Development/Libraries |
|---|
| 27 | Requires: %{name} = %{version}-%{release} |
|---|
| 28 | |
|---|
| 29 | %description devel |
|---|
| 30 | The %{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 |
|---|
| 40 | make |
|---|
| 41 | |
|---|
| 42 | %install |
|---|
| 43 | rm -rf $RPM_BUILD_ROOT |
|---|
| 44 | %makeinstall |
|---|
| 45 | %__rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|---|
| 46 | |
|---|
| 47 | %clean |
|---|
| 48 | rm -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. |
|---|