- 0.11.2-pre4.
- Require pinentry-gui instead of the pinentry executable in signer.
This commit is contained in:
parent
ab2ac057fc
commit
5dd53d77d0
@ -1 +1 @@
|
|||||||
opensc-0.11.2-pre3.tar.gz
|
opensc-0.11.2-pre4.tar.gz
|
||||||
|
12
opensc.spec
12
opensc.spec
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
Name: opensc
|
Name: opensc
|
||||||
Version: 0.11.2
|
Version: 0.11.2
|
||||||
Release: 0.1.pre3%{?dist}
|
Release: 0.2.pre4%{?dist}
|
||||||
Summary: Smart card library and applications
|
Summary: Smart card library and applications
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPL
|
License: LGPL
|
||||||
URL: http://www.opensc-project.org/opensc/
|
URL: http://www.opensc-project.org/opensc/
|
||||||
#Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
|
#Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
|
||||||
Source0: http://www.opensc-project.org/files/opensc/testing/%{name}-%{version}-pre3.tar.gz
|
Source0: http://www.opensc-project.org/files/opensc/testing/%{name}-%{version}-pre4.tar.gz
|
||||||
Patch0: %{name}-0.11.1-develconfig.patch
|
Patch0: %{name}-0.11.1-develconfig.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ Group: Applications/Internet
|
|||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
BuildRequires: libassuan-static
|
BuildRequires: libassuan-static
|
||||||
Requires: %{plugindir}
|
Requires: %{plugindir}
|
||||||
Requires: %{_bindir}/pinentry
|
Requires: pinentry-gui
|
||||||
|
|
||||||
%description -n mozilla-opensc-signer
|
%description -n mozilla-opensc-signer
|
||||||
OpenSC Signer is a plugin for web browsers compatible with Mozilla
|
OpenSC Signer is a plugin for web browsers compatible with Mozilla
|
||||||
@ -52,7 +52,7 @@ OpenSC development files.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-pre3
|
%setup -q -n %{name}-%{version}-pre4
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths
|
sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths
|
||||||
sed -i -e 's|-ltermcap|-lncurses|' configure
|
sed -i -e 's|-ltermcap|-lncurses|' configure
|
||||||
@ -142,6 +142,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.2.pre4
|
||||||
|
- 0.11.2-pre4.
|
||||||
|
- Require pinentry-gui instead of the pinentry executable in signer.
|
||||||
|
|
||||||
* Sun Dec 3 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.1.pre3
|
* Sun Dec 3 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.1.pre3
|
||||||
- 0.11.2-pre3.
|
- 0.11.2-pre3.
|
||||||
- Build with new libassuan.
|
- Build with new libassuan.
|
||||||
|
Loading…
Reference in New Issue
Block a user