summaryrefslogtreecommitdiffstats
path: root/libbson.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 09:53:11 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 09:53:11 +0100
commit5cda52113c18a4a164a65d9086c4cb90938abb3f (patch)
tree304c29f71eb90dcbad87264744358926d0db2e9a /libbson.spec
parentdae9e3808ba6963a819ecec0f388899c212a1656 (diff)
libbson: 1.3.2
Diffstat (limited to 'libbson.spec')
-rw-r--r--libbson.spec14
1 files changed, 4 insertions, 10 deletions
diff --git a/libbson.spec b/libbson.spec
index 53f5c1d..08da568 100644
--- a/libbson.spec
+++ b/libbson.spec
@@ -19,16 +19,13 @@
Name: libbson
Summary: Library to build, parse, and iterate BSON documents
-Version: 1.3.1
+Version: 1.3.2
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Libraries
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/releases/download/%{version}%{?prever:-%{prever}}/%{gh_project}-%{version}%{?prever:-%{prever}}.tar.gz
-# https://jira.mongodb.org/browse/CDRIVER-1068 - Man pages installation broken
-Patch0: %{name}-issue1068.patch
-
BuildRequires: python
@@ -55,8 +52,6 @@ for %{name}.
%prep
%setup -q -n %{gh_project}-%{version}%{?prever:-%{prever}}
-%patch0 -p0 -b .orig
-
%build
%configure --enable-man-pages
@@ -71,10 +66,6 @@ make install-man DESTDIR=%{buildroot}
rm %{buildroot}%{_libdir}/*la
rm -r %{buildroot}%{_datadir}/doc
-# https://jira.mongodb.org/browse/CDRIVER-1069
-# Man pages are no more generated / installed
-install -pm 644 doc/man/bson*.3 %{buildroot}/%{_mandir}/man3
-
# drop "generic" man pages, avoid conflicts
# https://jira.mongodb.org/browse/CDRIVER-1039
rm %{buildroot}/%{_mandir}/man3/[c-v]*
@@ -105,6 +96,9 @@ make check
%changelog
+* Tue Feb 2 2016 Remi Collet <remi@fedoraproject.org> - 1.3.2-1
+- Update to 1.3.2
+
* Thu Jan 21 2016 Remi Collet <remi@fedoraproject.org> - 1.3.1-1
- Update to 1.3.1
- workaround for man pages are no more generated / installed