]> git.pld-linux.org Git - packages/botan2.git/commitdiff
- rel 2; drop botan-config, force pkg-config usage
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Feb 2013 21:02:53 +0000 (22:02 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Feb 2013 21:02:53 +0000 (22:02 +0100)
botan.spec

index d01639c5b40e0a1c7f4040dd036f3a5f84745c0b..6e345353a3a5ac36b60838452724bf8282a48566 100644 (file)
@@ -7,7 +7,7 @@
 Summary:       Crypto library written in C++
 Name:          botan
 Version:       1.8.14
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 URL:           http://botan.randombit.net/
@@ -115,6 +115,8 @@ rm -rf $RPM_BUILD_ROOT
        DOCDIR=_doc \
        DESTDIR=$RPM_BUILD_ROOT%{_prefix}
 
+rm $RPM_BUILD_ROOT%{_bindir}/botan-config
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -133,7 +135,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/botan-config
 %{_includedir}/botan
 %{_libdir}/libbotan.so
 %{_pkgconfigdir}/botan-1.8.pc
This page took 0.345722 seconds and 4 git commands to generate.