summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2014-04-04 20:28:11 (GMT)
committerJakub Bogusz2014-04-04 20:28:11 (GMT)
commitb42fc98ccae0c1a6aff56ed6fd4e250d0da1bd84 (patch)
treecdd4186fbf07bd24679b6a55dc91fa41701810fe
parent39db92ee1865bb5034c28abd409e01fafdbbb73b (diff)
downloadpolarssl-b42fc98ccae0c1a6aff56ed6fd4e250d0da1bd84.zip
polarssl-b42fc98ccae0c1a6aff56ed6fd4e250d0da1bd84.tar.gz
- updated to 1.3.5auto/th/polarssl-1.3.5-1
-rw-r--r--polarssl.spec26
1 files changed, 21 insertions, 5 deletions
diff --git a/polarssl.spec b/polarssl.spec
index 9498325..d473d59 100644
--- a/polarssl.spec
+++ b/polarssl.spec
@@ -1,13 +1,13 @@
Summary: Light-weight cryptographic and SSL/TLS library
Summary(pl.UTF-8): Lekka biblioteka kryptograficzna oraz SSL/TLS
Name: polarssl
-Version: 1.3.4
-Release: 2
+Version: 1.3.5
+Release: 1
License: GPL v2+
Group: Libraries
-Source0: http://polarssl.org/code/releases/%{name}-%{version}-gpl.tgz
-# Source0-md5: 30a75c5f171be49f805f3bf64a0af054
-URL: http://www.polarssl.org/
+Source0: https://polarssl.org/code/releases/%{name}-%{version}-gpl.tgz
+# Source0-md5: 2527c8e632d533ec34e3c0786ac99e55
+URL: https://polarssl.org/
BuildRequires: cmake >= 2.6
BuildRequires: doxygen
BuildRequires: rpmbuild(macros) >= 1.605
@@ -39,6 +39,18 @@ that use PolarSSL.
Ten pakiet zawiera pliki nagłówkowe do tworzenia aplikacji
wykorzystujących bibliotekę PolarSSL.
+%package static
+Summary: Static PolarSSL library
+Summary(pl.UTF-8): Statyczna biblioteka PolarSSL
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static PolarSSL library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka PolarSSL.
+
%prep
%setup -q
@@ -127,3 +139,7 @@ rm -rf $RPM_BUILD_ROOT
%doc apidoc/*
%attr(755,root,root) %{_libdir}/libpolarssl.so
%{_includedir}/%{name}
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libpolarssl.a