[firefox-esteidpkcs11loader] Initial import (#1054938).

mihkel mihkel at fedoraproject.org
Wed Jun 25 06:57:29 UTC 2014


commit 5663b58516c18d9b0a989f62f364597cdb2fce9a
Author: mihkel <turakas at gmail.com>
Date:   Wed Jun 25 09:53:59 2014 +0300

    Initial import (#1054938).

 .gitignore                      |    1 +
 firefox-esteidpkcs11loader.spec |   53 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..88d03bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/esteidpkcs11loader-3.8.0.1052.tar.gz
diff --git a/firefox-esteidpkcs11loader.spec b/firefox-esteidpkcs11loader.spec
new file mode 100644
index 0000000..1cdd10c
--- /dev/null
+++ b/firefox-esteidpkcs11loader.spec
@@ -0,0 +1,53 @@
+%global source_name esteidpkcs11loader
+
+Name:           firefox-esteidpkcs11loader
+Version:        3.8.0.1052
+Release:        3%{?dist}
+Summary:        Estonian ID card extension for Mozilla
+License:        LGPLv2+
+URL:            http://www.ria.ee
+Source:         https://installer.id.ee/media/sources/%{source_name}-%{version}.tar.gz
+BuildArch:      noarch
+
+
+BuildRequires:  cmake
+Requires:       esteidcerts
+Requires:       opensc
+Requires:       pcsc-lite
+Requires:       mozilla-filesystem
+
+# Replace mozilla-esteid
+Provides:       mozilla-esteid = %{version}-%{release}
+Obsoletes:      mozilla-esteid < 3.8.0
+
+%description
+Loads PKCS#11 module for web authentication with smart cards.
+
+%prep
+%setup -q -n %{source_name}-%{version}
+%{cmake} .
+
+%build
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+
+%files
+%doc README.txt LICENSE.LGPL
+%{_datadir}/mozilla/extensions/*
+
+
+%changelog
+* Sun Jun 22 2014 Mihkel Vain <mihkel at fedoraproject.org> - 3.8.0.1052-3
+- Rename package to firefox-esteidpkcs11loader and obsolete mozilla-esteid
+
+* Fri Jun 20 2014 Mihkel Vain <mihkel at fedoraproject.org> - 3.8.0.1052-2
+- Fix spec file according to suggestions
+
+* Fri Jan 17 2014 Mihkel Vain <turakas at gmail.com> - 3.8.0.1052-1
+- First rpm package for Fedora
+
+* Fri Aug 13 2010 RIA <info at ria.ee> 1.0-1
+- first build no changes
diff --git a/sources b/sources
index e69de29..0ce784a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+67bd149dcfc5b7dca709be84a8274774  esteidpkcs11loader-3.8.0.1052.tar.gz


More information about the scm-commits mailing list