| [5311] | 1 | Summary: User Interface library for MATE |
|---|
| 2 | Name: libmateui |
|---|
| [6679] | 3 | Version: 1.4.0 |
|---|
| [5311] | 4 | Release: 1%{?_dist_release} |
|---|
| [6679] | 5 | Source0: http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz |
|---|
| [5311] | 6 | License: GPLv2 |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| [6679] | 8 | URL: http://mate-desktop.org/ |
|---|
| [5311] | 9 | |
|---|
| 10 | BuildRequires: mate-common |
|---|
| 11 | BuildRequires: gtk2-devel |
|---|
| 12 | BuildRequires: libxml2-devel |
|---|
| 13 | BuildRequires: libmate-devel |
|---|
| 14 | BuildRequires: libmatecanvas-devel |
|---|
| 15 | BuildRequires: libmatecomponentui-devel |
|---|
| 16 | BuildRequires: libmatekeyring-devel |
|---|
| 17 | BuildRequires: mate-vfs-devel |
|---|
| 18 | BuildRequires: mate-keyring-devel |
|---|
| 19 | BuildRequires: libSM-devel |
|---|
| 20 | BuildRequires: libglade2-devel |
|---|
| 21 | BuildRequires: popt-devel |
|---|
| 22 | BuildRequires: gtk-doc |
|---|
| 23 | BuildRequires: autoconf |
|---|
| 24 | BuildRequires: automake |
|---|
| 25 | |
|---|
| 26 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 27 | |
|---|
| 28 | Vendor: Project Vine |
|---|
| 29 | Distribution: Vine Linux |
|---|
| 30 | Packager: Takemikaduchi |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | %description |
|---|
| 34 | This is the non-gui part of the library formerly known as |
|---|
| 35 | mate-libs. |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | %package devel |
|---|
| 39 | Summary: Development tools for libmateui |
|---|
| 40 | Summary(ja): libmateui の開発環境 |
|---|
| 41 | Group: Development/Libraries |
|---|
| 42 | Requires: %{name} = %{version}-%{release} |
|---|
| 43 | Requires: pkgconfig |
|---|
| 44 | Requires: mate-corba-devel |
|---|
| 45 | Requires: mate-conf-devel |
|---|
| 46 | Requires: mate-vfs-devel |
|---|
| 47 | Requires: libcanberra-devel |
|---|
| 48 | |
|---|
| 49 | %description devel |
|---|
| 50 | Header files and libraries for building a extension library for the |
|---|
| 51 | libmateui. |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | %package doc |
|---|
| 55 | Summary: Documentation for libmateui |
|---|
| 56 | Summary(ja): libmateui 用のドキュメント |
|---|
| 57 | Group: Documentation |
|---|
| 58 | Requires: %{name} = %{version}-%{release} |
|---|
| 59 | BuildArch: noarch |
|---|
| 60 | |
|---|
| 61 | %description doc |
|---|
| 62 | This package contains documentation for libmateui. |
|---|
| 63 | |
|---|
| 64 | |
|---|
| 65 | %prep |
|---|
| 66 | %setup -q |
|---|
| 67 | |
|---|
| 68 | |
|---|
| 69 | %build |
|---|
| 70 | (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi) |
|---|
| 71 | %configure \ |
|---|
| 72 | --disable-static \ |
|---|
| 73 | |
|---|
| 74 | %{__make} %{?_smp_mflags} |
|---|
| 75 | |
|---|
| 76 | |
|---|
| 77 | %install |
|---|
| 78 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 79 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 80 | |
|---|
| 81 | find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; |
|---|
| 82 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 83 | |
|---|
| [6172] | 84 | %find_lang %{name} |
|---|
| [5311] | 85 | |
|---|
| 86 | %clean |
|---|
| 87 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 88 | |
|---|
| 89 | %post -p /sbin/ldconfig |
|---|
| 90 | |
|---|
| 91 | %postun -p /sbin/ldconfig |
|---|
| 92 | |
|---|
| [6172] | 93 | %files -f %{name}.lang |
|---|
| [5311] | 94 | %defattr(-,root,root,-) |
|---|
| 95 | %doc COPYING COPYING.LIB ChangeLog NEWS README |
|---|
| 96 | %{_libdir}/libmateui-2.so.* |
|---|
| 97 | %{_libdir}/libglade/2.0/libmate.so |
|---|
| 98 | %{_datadir}/pixmaps/mate-about-logo.png |
|---|
| 99 | |
|---|
| 100 | %files devel |
|---|
| 101 | %defattr(-,root,root,-) |
|---|
| 102 | %{_includedir}/libmateui-2.0 |
|---|
| 103 | %{_libdir}/libmateui-2.so |
|---|
| 104 | %{_libdir}/pkgconfig/libmateui-2.0.pc |
|---|
| 105 | |
|---|
| 106 | |
|---|
| 107 | %files doc |
|---|
| 108 | %defattr(-,root,root,-) |
|---|
| 109 | %{_datadir}/gtk-doc/html/libmateui |
|---|
| 110 | |
|---|
| 111 | |
|---|
| 112 | %changelog |
|---|
| [6679] | 113 | * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1 |
|---|
| 114 | - new upstream release |
|---|
| 115 | |
|---|
| [6172] | 116 | * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1 |
|---|
| 117 | - new upstream release |
|---|
| 118 | |
|---|
| [5311] | 119 | * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1 |
|---|
| 120 | - initial build for Vine Linux |
|---|
| 121 | |
|---|