libgit2/libgit2.spec

145 lines
4.2 KiB
RPMSpec
Raw Normal View History

2014-06-21 08:12:44 +00:00
Name: libgit2
2015-02-13 22:51:15 +00:00
Version: 0.22.1
2014-12-26 16:10:22 +00:00
Release: 1%{?dist}
2014-06-21 08:12:44 +00:00
Summary: C implementation of the Git core methods as a library with a solid API
License: GPLv2 with exceptions
URL: http://libgit2.github.com/
Source0: https://github.com/libgit2/libgit2/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
2014-06-21 09:42:28 +00:00
BuildRequires: cmake
2014-06-21 08:12:44 +00:00
BuildRequires: http-parser-devel
BuildRequires: libssh2-devel
BuildRequires: openssl-devel
2014-08-08 02:20:32 +00:00
BuildRequires: python2
2014-06-21 08:12:44 +00:00
BuildRequires: zlib-devel
Provides: bundled(libxdiff)
2015-01-20 18:00:57 +00:00
Patch0: 0001-Disable-some-unit-tests.patch
2013-06-15 10:16:20 +00:00
%description
libgit2 is a portable, pure C implementation of the Git core methods
provided as a re-entrant linkable library with a solid API, allowing
you to write native speed custom Git applications in any language
with bindings.
2014-06-21 08:12:44 +00:00
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
2013-06-15 10:16:20 +00:00
2014-06-21 09:42:28 +00:00
%description devel
2014-06-21 08:12:44 +00:00
This package contains libraries and header files for
2013-06-15 10:16:20 +00:00
developing applications that use %{name}.
%prep
%setup -q
2014-08-08 02:20:32 +00:00
2015-01-20 18:00:57 +00:00
%patch0 -p1
2013-06-15 10:16:20 +00:00
# Remove VCS files from examples
2014-06-21 08:12:44 +00:00
find examples -name ".gitignore" -delete -print
2013-06-15 10:16:20 +00:00
# Fix pkgconfig generation
sed -i 's|@CMAKE_INSTALL_PREFIX@/||' libgit2.pc.in
# Don't test network
sed -i 's/ionline/xonline/' CMakeLists.txt
# Remove bundled libraries
2014-06-21 08:12:44 +00:00
rm -frv deps
2013-06-15 10:16:20 +00:00
%build
2014-06-21 09:42:28 +00:00
%cmake -DTHREADSAFE=ON .
2014-08-08 02:20:32 +00:00
%make_build
2013-06-15 10:16:20 +00:00
2014-06-21 08:12:44 +00:00
%install
%make_install
2013-06-15 10:16:20 +00:00
%check
ctest -V
%post -p /sbin/ldconfig
2014-06-21 08:12:44 +00:00
%postun -p /sbin/ldconfig
2013-06-15 10:16:20 +00:00
%files
2014-08-08 02:20:32 +00:00
%doc COPYING
2013-06-15 10:16:20 +00:00
%{_libdir}/libgit2.so.*
%files devel
2014-08-08 02:20:32 +00:00
%doc AUTHORS docs examples README.md
2013-06-15 10:16:20 +00:00
%{_libdir}/libgit2.so
%{_libdir}/pkgconfig/libgit2.pc
2014-06-21 08:12:44 +00:00
%{_includedir}/git2.h
%{_includedir}/git2/
2013-06-15 10:16:20 +00:00
%changelog
2015-02-13 22:51:15 +00:00
* Sat Feb 14 2015 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.22.1-1
- Update to 0.22.1
2015-01-19 21:04:55 +00:00
* Mon Jan 19 2015 Ignacio Casal Quinteiro <icq@gnome.org> - 0.22.0-1
- Update to 0.22.0
2014-12-26 16:10:22 +00:00
* Fri Dec 26 2014 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.21.3-1
- Update to 0.21.3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-08 02:20:32 +00:00
* Wed Aug 06 2014 Christopher Meng <rpm@cicku.me> - 0.21.1-1
- Update to 0.21.1
* Fri Jul 18 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.21.0-2
- Fix memory alignment issues on arm, aarch64, ppc64le (#1115905)
2014-06-21 08:12:44 +00:00
* Sat Jun 21 2014 Christopher Meng <rpm@cicku.me> - 0.21.0-1
- Update to 0.21.0
* Fri Jun 06 2014 Karsten Hopp <karsten@redhat.com> 0.20.0-4
- temporarily disable checks on ppc64 and s390x (Bugzilla 1105552)
* Thu Mar 27 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 0.20.0-3
- Fix build requirement on libssh2-devel. (RHBZ#1039433)
2014-03-25 13:30:36 +00:00
* Tue Mar 25 2014 Mathieu Bridon <bochecha@fedoraproject.org> - 0.20.0-2
- Build with the bundled xdiff.
- Disable a failing test. (libgit2#2199)
- Add missing build requirement on libssh2. (RHBZ#1039433)
- Build a thread-safe libgit2.
2013-11-24 21:55:44 +00:00
* Sun Nov 24 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 0.20.0-1
- 0.20.0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-06-24 22:31:27 +00:00
* Tue Jun 25 2013 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.19.0-1
- 0.19.0
* Wed Jun 19 2013 Dan Horák <dan[at]danny.cz> - 0.18.0-5
- Add htonl() and friends declarations on non-x86 arches
- Rebuilt with fixed libxdiff for big endian arches
2013-06-15 10:16:20 +00:00
* Thu May 30 2013 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.18.0-4
- Update the http-parser patch
- Skip tests that require network connectivity
* Thu May 30 2013 Tom Callaway <spot@fedoraproject.org> - 0.18.0-3
- use system libxdiff instead of bundled copy
* Fri May 24 2013 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.18.0-2
- Remove unnecessary CMake build flags
- Fix the pkgconfig file
* Thu May 02 2013 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.18.0-1
- Update to version 0.18.0
- Unbundle the http-parser library
* Fri Oct 19 2012 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.17.0-2
- Use make for building and installation
- Specify minimum CMake version
- Remove useless OpenSSL build dependency
- Move development documentation to the -devel package
- Add code examples to the -devel package
* Thu Oct 18 2012 Veeti Paananen <veeti.paananen@rojekti.fi> - 0.17.0-1
- Initial package.