diff --git a/.gitignore b/.gitignore index e69de29..cbe850e 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,24 @@ +libgexiv2-0.1.0.tar.gz +libgexiv2-0.1.90.tar.gz +/libgexiv2-0.2.0.tar.bz2 +/libgexiv2-0.2.2.tar.bz2 +/libgexiv2-0.3.91.tar.bz2 +/libgexiv2-0.4.1.tar.bz2 +/libgexiv2-0.5.0.tar.xz +/libgexiv2_0.6.1.tar.xz +/libgexiv2-0.7.0.tar.xz +/gexiv2-0.9.1.tar.xz +/gexiv2-0.10.0.tar.xz +/gexiv2-0.10.1.tar.xz +/gexiv2-0.10.2.tar.xz +/gexiv2-0.10.3.tar.xz +/gexiv2-0.10.4.tar.xz +/gexiv2-0.10.5.tar.xz +/gexiv2-0.10.6.tar.xz +/gexiv2-0.10.7.tar.xz +/gexiv2-0.10.8.tar.xz +/gexiv2-0.10.9.tar.xz +/gexiv2-0.10.10.tar.xz +/gexiv2-0.11.0.tar.xz +/gexiv2-0.12.0.tar.xz +/gexiv2-0.12.1.tar.xz diff --git a/libgexiv2.spec b/libgexiv2.spec new file mode 100644 index 0000000..df8aeea --- /dev/null +++ b/libgexiv2.spec @@ -0,0 +1,349 @@ +Name: libgexiv2 +Version: 0.12.1 +Release: 3%{?dist} +Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library + +License: GPLv2+ +URL: https://wiki.gnome.org/Projects/gexiv2 +Source0: https://download.gnome.org/sources/gexiv2/0.12/gexiv2-%{version}.tar.xz + +BuildRequires: exiv2-devel +BuildRequires: gcc-c++ +BuildRequires: gtk-doc +BuildRequires: gobject-introspection-devel +BuildRequires: meson +BuildRequires: vala +BuildRequires: python3-devel +BuildRequires: python3-gobject-base + +%description +libgexiv2 is a GObject-based wrapper around the Exiv2 library. +It makes the basic features of Exiv2 available to GNOME applications. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%package -n python3-gexiv2 +Summary: Python3 bindings for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: python3-gobject-base%{?_isa} + +%description -n python3-gexiv2 +This package contains the python3 bindings for %{name} + +%prep +%setup -q -n gexiv2-%{version} + +%build +%meson \ + -Dgtk_doc=true \ + -Dpython3_girdir=%{python3_sitearch}/gi/overrides \ + %{nil} +%meson_build + +%install +%meson_install + +# Explicitly byte compile as the automagic byte compilation doesn't work for +# /app prefix in flatpak builds +%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/gi/overrides + +%check +%meson_test + +%ldconfig_scriptlets + +%files +%license COPYING +%doc AUTHORS THANKS README +%{_libdir}/libgexiv2.so.2* +%dir %{_libdir}/girepository-1.0 +%{_libdir}/girepository-1.0/GExiv2-0.10.typelib + +%files devel +%{_includedir}/gexiv2/ +%{_libdir}/libgexiv2.so +%{_libdir}/pkgconfig/gexiv2.pc +%dir %{_datadir}/gir-1.0 +%{_datadir}/gir-1.0/GExiv2-0.10.gir +%dir %{_datadir}/gtk-doc +%dir %{_datadir}/gtk-doc/html +%{_datadir}/gtk-doc/html/gexiv2/ +%dir %{_datadir}/vala +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/gexiv2.deps +%{_datadir}/vala/vapi/gexiv2.vapi + +%files -n python3-gexiv2 +%{python3_sitearch}/gi/overrides/GExiv2.py +%{python3_sitearch}/gi/overrides/__pycache__/GExiv2* + +%changelog +* Tue Jul 28 2020 Fedora Release Engineering - 0.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.12.1-2 +- Rebuilt for Python 3.9 + +* Mon May 25 2020 Kalev Lember - 0.12.1-1 +- Update to 0.12.1 + +* Wed Jan 29 2020 Fedora Release Engineering - 0.12.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.12.0-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.12.0-3 +- Rebuilt for Python 3.8 + +* Thu Jul 25 2019 Fedora Release Engineering - 0.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Mar 11 2019 Kalev Lember - 0.12.0-1 +- Update to 0.12.0 + +* Fri Feb 01 2019 Fedora Release Engineering - 0.11.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 30 2019 Rex Dieter - 0.11.0-3 +- rebuild (exiv2) + +* Tue Jan 15 2019 Miro Hrončok - 0.11.0-2 +- Subpackage python2-gexiv2 has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Tue Jan 08 2019 Kalev Lember - 0.11.0-1 +- Update to 0.11.0 + +* Tue Jan 01 2019 Kalev Lember - 0.10.10-1 +- Update to 0.10.10 +- Co-own gir directories + +* Sun Nov 18 2018 Kalev Lember - 0.10.9-1 +- Update to 0.10.9 +- Switch to the meson build system + +* Fri Jul 13 2018 Fedora Release Engineering - 0.10.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.10.8-3 +- Rebuilt for Python 3.7 + +* Tue Feb 20 2018 Iryna Shcherbina - 0.10.8-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Tue Feb 06 2018 Kalev Lember - 0.10.8-1 +- Update to 0.10.8 + +* Sat Feb 03 2018 Igor Gnatenko - 0.10.7-2 +- Switch to %%ldconfig_scriptlets + +* Sat Dec 30 2017 Ankur Sinha - 0.10.7-1 +- Update to latest upstream release + +* Thu Dec 07 2017 Merlin Mathesius - 0.10.6-4 +- Cleanup spec file conditionals + +* Thu Aug 03 2017 Fedora Release Engineering - 0.10.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.10.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat May 13 2017 Kalev Lember - 0.10.6-1 +- Update to 0.10.6 + +* Tue May 02 2017 Rex Dieter - 0.10.5-3 +- Rebuild against new exiv2 soname + +* Thu Apr 27 2017 Debarshi Ray - 0.10.5-2 +- Add Provides to retain compatibility + +* Tue Mar 21 2017 Kalev Lember - 0.10.5-1 +- Update to 0.10.5 +- Build API documentation +- Update source URL +- Enable the test suite + +* Fri Feb 10 2017 Fedora Release Engineering - 0.10.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.10.4-3 +- Rebuild for Python 3.6 + +* Thu Sep 22 2016 Kalev Lember - 0.10.4-2 +- BR vala instead of obsolete vala-tools subpackage + +* Mon Aug 15 2016 Kalev Lember - 0.10.4-1 +- Update to 0.10.4 +- Use license macro for COPYING +- Rename python2 and python3 subpackages are per latest guidelines +- Use make_install and make_build macros +- Tighten soname glob + +* Tue Jul 19 2016 Fedora Release Engineering - 0.10.3-7 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.10.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.10.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Wed Jun 24 2015 Rex Dieter - 0.10.3-4 +- rebuild (exiv2) + +* Wed Jun 17 2015 Fedora Release Engineering - 0.10.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Apr 28 2015 Ankur Sinha 0.10.3-2 +- Rebuild for gcc5 again. + +* Tue Mar 24 2015 Kalev Lember - 0.10.3-1 +- Update to 0.10.3 + +* Fri Mar 20 2015 Ankur Sinha 0.10.2-2 +- Rebuild since exiv was rebuild for gcc5 and that seems to have broken things + +* Wed Sep 17 2014 Kalev Lember - 0.10.2-1 +- Update to 0.10.2 +- Tighten deps with the _isa macro +- Co-own the vala vapi directories in -devel + +* Sun Aug 17 2014 Fedora Release Engineering - 0.10.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Tue Jul 22 2014 Kalev Lember - 0.10.1-4 +- Rebuilt for gobject-introspection 1.41.4 + +* Sat Jun 07 2014 Fedora Release Engineering - 0.10.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue May 27 2014 Kalev Lember - 0.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Tue Apr 29 2014 Ankur Sinha 0.10.1-1 +- Update to latest upstream release +- Contains bugfix for https://bugzilla.gnome.org/show_bug.cgi?id=728909 + +* Tue Mar 18 2014 Ankur Sinha 0.10.0-1 +- Update to latest release + +* Thu Feb 06 2014 Ankur Sinha 0.9.1-1 +- Update to new release with fixes +- Do not use tests yet, cant get them to run properly + +* Wed Feb 05 2014 Ankur Sinha 0.9.0-1 +- Update to latest unstable release + +* Tue Dec 03 2013 Rex Dieter 0.7.0-2 +- rebuild (exiv2) + +* Tue Oct 08 2013 Ankur Sinha 0.7.0-1 +- Update to latest upstream release + +* Sat Aug 03 2013 Fedora Release Engineering - 0.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sun May 19 2013 Ankur Sinha 0.6.1-1 +- Update to 0.6.1 + +* Tue May 14 2013 Matthias Clasen 0.5.0-8 +- .gir files belong in the devel package + +* Wed May 08 2013 Richard Hughes 0.5.0-7 +- RHEL7 does not have python3 + +* Wed Mar 20 2013 Ankur Sinha 0.5.0-6 +- Fix requires + +* Wed Mar 20 2013 Ankur Sinha 0.5.0-5 +- Fix python bindings generation +- Add new subpackages for python2,3 bindings + +* Tue Mar 19 2013 Ankur Sinha 0.5.0-4 +- Add patch to remove overlinking rhbz#818587 + +* Mon Mar 11 2013 Ankur Sinha 0.5.0-3 +- Enable introspection for py support +- add new files for introspection + +* Thu Feb 14 2013 Fedora Release Engineering - 0.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jan 06 2013 Ankur Sinha 0.5.0-1 +- Update to 0.5.0 +- rhbz#890402 + +* Thu Jul 19 2012 Fedora Release Engineering - 0.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed May 02 2012 Rex Dieter - 0.4.1-2 +- rebuild (exiv2) + +* Tue Apr 03 2012 Kalev Lember - 0.4.1-1 +- Update to 0.4.1 + +* Thu Feb 23 2012 Ankur Sinha - 0.3.91-1 +- Update to 0.3.91 +- rhbz #796278 +- remove patches + +* Fri Jan 13 2012 Fedora Release Engineering - 0.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Oct 14 2011 Rex Dieter - 0.2.2-3 +- rebuild (exiv2) + +* Tue Feb 08 2011 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sat Jan 01 2011 Rex Dieter - 0.2.2-1 +- 0.2.2 +- exiv2-0.21 patch + +* Tue Aug 24 2010 Ankur Sinha - 0.2.0-1 +- update to latest upstream release + +* Sun Aug 08 2010 Ankur Sinha - 0.1.90-1 +- update to latest upstream release + +* Tue Jul 13 2010 Ankur Sinha - 0.1.0-1 +- update to latest upstream release + +* Mon Jun 14 2010 Ankur Sinha - 0.0.91-2 +- changed file section so package owns the directory containing headers too + +* Fri Jun 11 2010 Ankur Sinha - 0.0.91-1 +- updated to latest release +- removed patch - it was included in this release + +* Sat Jun 05 2010 Ankur Sinha - 0.0.90-5 +- changed configure macro as per bug report comment + +* Sat Jun 05 2010 Ankur Sinha - 0.0.90-4 +- changed configure portion +- added Requires: vala for devel +- made the file section more precise +- bugzilla #599097 +- changed patch to include a default LIB setting + +* Fri Jun 04 2010 Ankur Sinha - 0.0.90-3 +- patched makefile + +* Thu Jun 03 2010 Ankur Sinha - 0.0.90-2 +- some fixes in spec +- moved *.vapi to devel +- removed INSTALL from doc +- added comment to yorba ticket link +- corrected typo in description + +* Wed Jun 02 2010 Ankur Sinha - 0.0.90-1 +- initial rpmbuild diff --git a/sources b/sources new file mode 100644 index 0000000..b05d979 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gexiv2-0.12.1.tar.xz) = cbf83ea79eead9aab15ba760217fd6a1b55a5c60059f14f243327ad7d3c09d6a0528dbdb33a8ee235c76dac5aab0afa8b7d2ab4367fe9128a096dce5da19a68d