]> git.pld-linux.org Git - packages/microdns.git/commitdiff
- updated to 0.0.10 auto/th/microdns-0.0.10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Feb 2019 20:47:08 +0000 (21:47 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Feb 2019 20:47:08 +0000 (21:47 +0100)
microdns.spec

index ab0c4f6abd777f2455d29b12da3e5b8fa4fec2fb..52c204ed3ced075fbd1ddd0b9d894b4a7cc15349 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       Minimal mDNS resolver (and announcer) library
 Summary(pl.UTF-8):     Minimalna biblioteka do rozwiązywania (i rozgłaszania) mDNS
 Name:          microdns
-Version:       0.0.6
+Version:       0.0.10
 Release:       1
 License:       LGPL v2.1 or commercial
 Group:         Libraries
 #Source0Download: https://github.com/videolabs/libmicrodns/releases
 Source0:       https://github.com/videolabs/libmicrodns/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: b4705373a800fad062c05addf8eb9d62
+# Source0-md5: f49c39e94afc0ced59aeff94d9b76a3e
 URL:           https://github.com/videolabs/libmicrodns
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,6 +48,8 @@ Statyczna biblioteka microdns.
 %prep
 %setup -q
 
+%{__sed} -ne '1p' COPYING > LICENSE
+
 %build
 %configure \
        --disable-silent-rules \
@@ -73,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README.md
+%doc AUTHORS LICENSE NEWS README.md
 %attr(755,root,root) %{_libdir}/libmicrodns.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libmicrodns.so.0
 
This page took 0.088551 seconds and 4 git commands to generate.