summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-11 07:45:10 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-11 07:45:10 +0200
commitd83198dff5aff45b9f7f4ab47960da02882cbf05 (patch)
tree0b267b779367fed344d2ae6efc9574ba8f274ea7
parentdad51864eccf6da0769741fd98227aebc1c24fdd (diff)
libbson: 1.4.0HEADmaster
-rw-r--r--libbson-dev.spec14
1 files changed, 5 insertions, 9 deletions
diff --git a/libbson-dev.spec b/libbson-dev.spec
index 5898732..058b1fb 100644
--- a/libbson-dev.spec
+++ b/libbson-dev.spec
@@ -8,10 +8,10 @@
# Please, preserve the changelog entries
#
-%global prever beta1
+#global prever beta1
Name: libbson
Version: 1.4.0
-Release: 0.1.%{prever}%{?dist}
+Release: 1%{?dist}
Summary: Building, parsing, and iterating BSON documents
Group: System Environment/Libraries
## Installed:
@@ -97,13 +97,6 @@ make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
find %{buildroot} -name '*.la' -exec rm -f '{}' +
-# Move ambiguously named manual pages into package-specific directory
-# <https://jira.mongodb.org/browse/CDRIVER-1039>
-#install -d -m 0755 %{buildroot}%{_docdir}/%{name}-devel
-#for P in clock creating endianness errors index installing json memory \
-# oid parsing performance threading utf8 version; do
-# mv %{buildroot}%{_mandir}/man3/"$P".3 %{buildroot}%{_docdir}/%{name}-devel
-#done
# Install examples here because it's forbidden to use relative %%doc with
# installing into %%_pkgdocdir
install -d -m 0755 %{buildroot}%{_docdir}/%{name}-devel/examples
@@ -138,6 +131,9 @@ make %{?_smp_mflags} check
%changelog
+* Thu Aug 11 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-1
+- update to 1.4.0
+
* Mon Aug 8 2016 Remi Collet <remi@fedoraproject.org> - 1.4.0-0.1.beta1
- update to 1.4.0-beta1