| 1 | Name: libgexiv2 |
|---|
| 2 | Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library |
|---|
| 3 | Summary(ja): Exiv2 ライブラリの GObject ベースのラッパー |
|---|
| 4 | Version: 0.10.9 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | License: GPLv2 |
|---|
| 9 | URL: https://wiki.gnome.org/Projects/gexiv2 |
|---|
| 10 | Vendor: Project Vine |
|---|
| 11 | Distribution: Vine Linux |
|---|
| 12 | |
|---|
| 13 | Source0: http://ftp.gnome.org/pub/GNOME/sources/gexiv2/0.10/gexiv2-%{version}.tar.xz |
|---|
| 14 | Patch0: replace-single-file-includes.patch |
|---|
| 15 | |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 17 | |
|---|
| 18 | BuildRequires: meson |
|---|
| 19 | BuildRequires: gtk-doc |
|---|
| 20 | BuildRequires: exiv2-devel >= 0.19 |
|---|
| 21 | BuildRequires: expat-devel |
|---|
| 22 | BuildRequires: gobject-introspection-devel |
|---|
| 23 | |
|---|
| 24 | BuildRequires: vala-devel vala-tools |
|---|
| 25 | BuildRequires: python-devel |
|---|
| 26 | BuildRequires: pygobject3 |
|---|
| 27 | BuildRequires: python3-devel |
|---|
| 28 | BuildRequires: python3-pygobject |
|---|
| 29 | BuildRequires: python3-rpm-macros |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | %description |
|---|
| 33 | libgexiv2 is a GObject-based wrapper around the Exiv2 library. |
|---|
| 34 | It makes the basic features of Exiv2 available to GNOME applications. |
|---|
| 35 | |
|---|
| 36 | %description -l ja |
|---|
| 37 | gexiv2 は Exiv2 ライブラリの GObject ベースのラッパーです。 |
|---|
| 38 | Exiv2 の基本的な機能が GNOME アプリケーションで利用できるようになります。 |
|---|
| 39 | |
|---|
| 40 | %package devel |
|---|
| 41 | Summary: Development files for %{name} |
|---|
| 42 | Summary(ja): %{name} の開発ファイル |
|---|
| 43 | Group: Development/Libraries |
|---|
| 44 | Requires: %{name} = %{version}-%{release} |
|---|
| 45 | Requires: vala |
|---|
| 46 | Requires: exiv2-devel |
|---|
| 47 | Requires: glib2-devel |
|---|
| 48 | |
|---|
| 49 | %description devel |
|---|
| 50 | The %{name}-devel package contains libraries and header files for |
|---|
| 51 | developing applications that use %{name}. |
|---|
| 52 | |
|---|
| 53 | %package -n python-gexiv2 |
|---|
| 54 | Summary: Python2 bindings for %{name} |
|---|
| 55 | Requires: %{name} = %{version}-%{release} |
|---|
| 56 | Requires: pygobject3 |
|---|
| 57 | |
|---|
| 58 | %description -n python-gexiv2 |
|---|
| 59 | This package contains the python bindings for %{name} |
|---|
| 60 | |
|---|
| 61 | %package -n python3-gexiv2 |
|---|
| 62 | Summary: Python3 bindings for %{name} |
|---|
| 63 | Requires: %{name} = %{version}-%{release} |
|---|
| 64 | Requires: python3-pygobject |
|---|
| 65 | |
|---|
| 66 | %description -n python3-gexiv2 |
|---|
| 67 | This package contains the python3 bindings for %{name} |
|---|
| 68 | |
|---|
| 69 | |
|---|
| 70 | %prep |
|---|
| 71 | %setup -q -n gexiv2-%{version} |
|---|
| 72 | %patch0 -p1 |
|---|
| 73 | |
|---|
| 74 | %build |
|---|
| 75 | %meson \ |
|---|
| 76 | -Denable-gtk-doc=true |
|---|
| 77 | |
|---|
| 78 | %meson_build |
|---|
| 79 | |
|---|
| 80 | %install |
|---|
| 81 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 82 | %meson_install |
|---|
| 83 | |
|---|
| 84 | %clean |
|---|
| 85 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 86 | |
|---|
| 87 | %post -p %{_syssbindir}/ldconfig |
|---|
| 88 | %postun -p %{_syssbindir}/ldconfig |
|---|
| 89 | |
|---|
| 90 | |
|---|
| 91 | %files |
|---|
| 92 | %defattr(-,root,root,-) |
|---|
| 93 | %doc AUTHORS COPYING README THANKS |
|---|
| 94 | %{_libdir}/libgexiv2.so.* |
|---|
| 95 | %{_libdir}/girepository-1.0/ |
|---|
| 96 | |
|---|
| 97 | %files devel |
|---|
| 98 | %defattr(-,root,root,-) |
|---|
| 99 | %{_includedir}/gexiv2/ |
|---|
| 100 | %{_libdir}/libgexiv2.so |
|---|
| 101 | %{_libdir}/pkgconfig/gexiv2.pc |
|---|
| 102 | %{_datadir}/gir-1.0/ |
|---|
| 103 | %{_datadir}/gtk-doc/ |
|---|
| 104 | %{_datadir}/vala/vapi/gexiv2.deps |
|---|
| 105 | %{_datadir}/vala/vapi/gexiv2.vapi |
|---|
| 106 | |
|---|
| 107 | %files -n python-gexiv2 |
|---|
| 108 | %{python_sitearch}/gi/overrides/GExiv2.py* |
|---|
| 109 | |
|---|
| 110 | %files -n python3-gexiv2 |
|---|
| 111 | %{python3_sitearch}/gi/overrides/GExiv2.py |
|---|
| 112 | |
|---|
| 113 | |
|---|
| 114 | %changelog |
|---|
| 115 | * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.9-1 |
|---|
| 116 | - update to 0.10.9. |
|---|
| 117 | |
|---|
| 118 | * Mon Oct 08 2018 Toshiaki Ara <ara_t@384.jp> 0.10.8-1 |
|---|
| 119 | - update to 0.10.8 |
|---|
| 120 | - add new subpackages for python2/python3 bindings |
|---|
| 121 | |
|---|
| 122 | * Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.10.6-1 |
|---|
| 123 | - update to 0.10.6 |
|---|
| 124 | |
|---|
| 125 | * Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.3-2 |
|---|
| 126 | - rebuilt with new toolchain. |
|---|
| 127 | |
|---|
| 128 | * Tue Nov 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.3-1 |
|---|
| 129 | - update to 0.10.3 |
|---|
| 130 | |
|---|
| 131 | * Wed Dec 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.0-2 |
|---|
| 132 | - rebuild with exiv2-0.24 |
|---|
| 133 | |
|---|
| 134 | * Thu May 02 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1 |
|---|
| 135 | - new upstream release |
|---|
| 136 | - changed source archive type to xz |
|---|
| 137 | |
|---|
| 138 | * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2 |
|---|
| 139 | - rebuild with exiv2-0.23 |
|---|
| 140 | |
|---|
| 141 | * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1 |
|---|
| 142 | - new upstream release |
|---|
| 143 | |
|---|
| 144 | * Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.2-2 |
|---|
| 145 | - rebuilt with exiv2-0.21.1 |
|---|
| 146 | - added Patch100 |
|---|
| 147 | |
|---|
| 148 | * Sun Jan 9 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.2-1 |
|---|
| 149 | - new upstream release |
|---|
| 150 | |
|---|
| 151 | * Fri Oct 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1 |
|---|
| 152 | - new upstream release |
|---|
| 153 | |
|---|
| 154 | * Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 0.2.0-3 |
|---|
| 155 | - rebuilt with rpm-4.8.1 for pkg-config |
|---|
| 156 | |
|---|
| 157 | * Sun Aug 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.0-2 |
|---|
| 158 | - add Requires: exiv2-devel, glib2-devel (devel package) |
|---|
| 159 | |
|---|
| 160 | * Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1 |
|---|
| 161 | - new upstream release |
|---|
| 162 | |
|---|
| 163 | * Wed Jul 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.0-1 |
|---|
| 164 | - initial build for VineSeed |
|---|
| 165 | |
|---|
| 166 | * Mon Jun 14 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.91-2 |
|---|
| 167 | - changed file section so package owns the directory containing headers too |
|---|
| 168 | |
|---|
| 169 | * Fri Jun 11 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.91-1 |
|---|
| 170 | - updated to latest release |
|---|
| 171 | - removed patch - it was included in this release |
|---|
| 172 | |
|---|
| 173 | * Sat Jun 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-5 |
|---|
| 174 | - changed configure macro as per bug report comment |
|---|
| 175 | |
|---|
| 176 | * Sat Jun 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-4 |
|---|
| 177 | - changed configure portion |
|---|
| 178 | - added Requires: vala for devel |
|---|
| 179 | - made the file section more precise |
|---|
| 180 | - bugzilla #599097 |
|---|
| 181 | - changed patch to include a default LIB setting |
|---|
| 182 | |
|---|
| 183 | * Fri Jun 04 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-3 |
|---|
| 184 | - patched makefile |
|---|
| 185 | |
|---|
| 186 | * Thu Jun 03 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-2 |
|---|
| 187 | - some fixes in spec |
|---|
| 188 | - moved *.vapi to devel |
|---|
| 189 | - removed INSTALL from doc |
|---|
| 190 | - added comment to yorba ticket link |
|---|
| 191 | - corrected typo in description |
|---|
| 192 | |
|---|
| 193 | * Wed Jun 02 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-1 |
|---|
| 194 | - initial rpmbuild |
|---|