| [9478] | 1 | Summary: GLib wrapper for libgit2 |
|---|
| 2 | Summary(ja): libgit2 用 GLib ラッパー |
|---|
| 3 | Name: libgit2-glib |
|---|
| [9791] | 4 | Version: 0.23.6 |
|---|
| [9520] | 5 | Release: 1%{?_dist_release} |
|---|
| [9478] | 6 | License: LGPLv2.1 |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | URL: https://wiki.gnome.org/Projects/Libgit2-glib |
|---|
| 9 | |
|---|
| [9791] | 10 | Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.23/%{name}-%{version}.tar.xz |
|---|
| [9478] | 11 | |
|---|
| 12 | BuildRequires: glib2-devel |
|---|
| 13 | BuildRequires: libgit2-devel |
|---|
| 14 | BuildRequires: gobject-introspection-devel |
|---|
| 15 | BuildRequires: gtk-doc |
|---|
| 16 | |
|---|
| 17 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 18 | |
|---|
| 19 | Vendor: Project Vine |
|---|
| 20 | Distribution: Vine Linux |
|---|
| 21 | Packager: Takemikaduchi |
|---|
| 22 | |
|---|
| 23 | %description |
|---|
| 24 | libgit2-glib is a glib wrapper library around the libgit2 git access library. |
|---|
| 25 | |
|---|
| 26 | %description -l ja |
|---|
| 27 | libgit2-glib は GIT アクセス用ライブラリ libgit2 用の glib ラッパーライブラリです。 |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | %package devel |
|---|
| 31 | Summary: Development tools for %{name} |
|---|
| 32 | Summary(ja): %{name} の開発環境 |
|---|
| 33 | Group: Development/Libraries |
|---|
| 34 | Requires: %{name} = %{version}-%{release} |
|---|
| 35 | Requires: pkgconfig |
|---|
| 36 | |
|---|
| 37 | %description devel |
|---|
| 38 | Header files and libraries for building a extension library for the %{name}. |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | %package docs |
|---|
| 42 | Summary: Documentation for %{name} |
|---|
| 43 | Summary(ja): %{name} 用のドキュメント |
|---|
| 44 | Group: Documentation |
|---|
| 45 | BuildArch: noarch |
|---|
| 46 | |
|---|
| 47 | %description docs |
|---|
| 48 | This package contains documentation for %{name}. |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | %prep |
|---|
| 52 | %setup -q |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | %build |
|---|
| 56 | %configure \ |
|---|
| 57 | --disable-static |
|---|
| 58 | |
|---|
| 59 | %{__make} %{?_smp_mflags} |
|---|
| 60 | |
|---|
| 61 | |
|---|
| 62 | %install |
|---|
| 63 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 64 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 65 | |
|---|
| 66 | find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; |
|---|
| 67 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 68 | |
|---|
| 69 | |
|---|
| 70 | %clean |
|---|
| 71 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 72 | |
|---|
| 73 | %post -p /sbin/ldconfig |
|---|
| 74 | |
|---|
| 75 | %postun -p /sbin/ldconfig |
|---|
| 76 | |
|---|
| 77 | |
|---|
| 78 | %files |
|---|
| 79 | %defattr(-,root,root,-) |
|---|
| 80 | %doc COPYING ChangeLog NEWS README |
|---|
| 81 | %{_libdir}/%{name}-1.0.so.* |
|---|
| 82 | %{_libdir}/girepository-1.0/Ggit-1.0.typelib |
|---|
| 83 | |
|---|
| 84 | %files devel |
|---|
| 85 | %defattr(-,root,root,-) |
|---|
| 86 | %{_includedir}/%{name}-1.0 |
|---|
| 87 | %{_libdir}/%{name}-1.0.so |
|---|
| 88 | %{_libdir}/pkgconfig/%{name}-1.0.pc |
|---|
| 89 | %{_datadir}/gir-1.0/Ggit-1.0.gir |
|---|
| 90 | |
|---|
| 91 | %files docs |
|---|
| 92 | %defattr(-,root,root,-) |
|---|
| 93 | %{_datadir}/gtk-doc/html/%{name}-1.0 |
|---|
| 94 | |
|---|
| 95 | |
|---|
| 96 | %changelog |
|---|
| [9791] | 97 | * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.6-1 |
|---|
| 98 | - new upstream release |
|---|
| 99 | |
|---|
| [9536] | 100 | * Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.8-1 |
|---|
| 101 | - new upstream release |
|---|
| 102 | |
|---|
| [9520] | 103 | * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.6-1 |
|---|
| 104 | - new upstream release |
|---|
| 105 | |
|---|
| [9487] | 106 | * Sun Apr 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.2-2 |
|---|
| 107 | - rebuild with libgit2-0.22.2-2 |
|---|
| 108 | |
|---|
| [9478] | 109 | * Wed Apr 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.2-1 |
|---|
| 110 | - initial build |
|---|
| 111 | |
|---|