summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-06 06:21:25 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-06 06:21:25 +0100
commita3d5473a1d1c9c7851ae034085c5d9018103ac91 (patch)
treeea628e9c4f3bf76e090be7843719460f060b549b
parent360b1d174b884e25be8941101011a9b481277720 (diff)
yaz: backport stuffHEADmaster
-rw-r--r--Makefile4
-rw-r--r--yaz.spec16
2 files changed, 19 insertions, 1 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1e65467
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../common/Makefile
+
diff --git a/yaz.spec b/yaz.spec
index cf7d1bb..b4f2a17 100644
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,3 +1,13 @@
+# remirepo spec file for yaz, from:
+#
+# Fedora spec file for redis
+#
+# License: MIT
+# http://opensource.org/licenses/MIT
+#
+# Please preserve changelog entries
+#
+
Name: yaz
Version: 5.14.11
Release: 1%{?dist}
@@ -142,9 +152,13 @@ make check
%{_mandir}/man1/yaz-config.*
%files -n %{name}-doc
-%{_pkgdocdir}
+%{_datadir}/doc/yaz/
+
%changelog
+* Mon Dec 5 2016 Remi Collet <remi@remirepo.net> - 5.14.11-1
+- rebuild for remi repo waiting #1366650
+
* Sat Oct 24 2015 Christopher Meng <rpm@cicku.me> - 5.14.11-1
- Update to 5.14.11