]> git.pld-linux.org Git - packages/nss_wrapper.git/blobdiff - nss_wrapper.spec
- updated to 1.1.15
[packages/nss_wrapper.git] / nss_wrapper.spec
index df749fe2afd0767a76871dd764a54ec13fba6d4f..94fa6d686bfb3540288a3c9874b0c9973b20bc0d 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       NSS wrapper library
 Summary(pl.UTF-8):     Biblioteka obudowujÄ…ca NSS
 Name:          nss_wrapper
-Version:       1.0.3
-Release:       2
+Version:       1.1.15
+Release:       1
 License:       BSD
 Group:         Libraries
-Source0:       http://www.samba.org/ftp/cwrap/%{name}-%{version}.tar.gz
-# Source0-md5: 5488434069267ff86bc479423d218bb7
+Source0:       https://www.samba.org/ftp/cwrap/%{name}-%{version}.tar.gz
+# Source0-md5: a8ea75915ac754c1891cfab7ecf1d58e
 URL:           http://cwrap.org/nss_wrapper.html
-BuildRequires: cmake >= 2.8.0
+BuildRequires: cmake >= 3.5.0
 BuildRequires: rpmbuild(macros) >= 1.605
+BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,6 +44,8 @@ socket_wrapper.
 %prep
 %setup -q
 
+%{__sed} -i -e '1s,/usr/bin/env perl,%{__perl},' nss_wrapper.pl
+
 %build
 install -d build
 cd build
@@ -64,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README TODO
+%doc AUTHORS CHANGELOG LICENSE README.md TODO
 %attr(755,root,root) %{_bindir}/nss_wrapper.pl
 %attr(755,root,root) %{_libdir}/libnss_wrapper.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libnss_wrapper.so.0
This page took 0.159609 seconds and 4 git commands to generate.