summaryrefslogtreecommitdiff
path: root/coolkey.spec
diff options
context:
space:
mode:
authorrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2006-06-09 21:56:35 +0000
committerrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2006-06-09 21:56:35 +0000
commitd09a7e33e31aede9b9ec68ad18cc343b072b3c8f (patch)
tree07e32a09b07269a7a54e3b1dbe0dad33f834a90a /coolkey.spec
parent00e846e3954bfb03e0db6b1e8045a41ff2874165 (diff)
Build in new tree location.
update .spec file from review comments. git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@8 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
Diffstat (limited to 'coolkey.spec')
-rw-r--r--coolkey.spec8
1 files changed, 3 insertions, 5 deletions
diff --git a/coolkey.spec b/coolkey.spec
index d7e4cdf..3294e6d 100644
--- a/coolkey.spec
+++ b/coolkey.spec
@@ -27,10 +27,9 @@ Source: coolkey-%{version}.tar.gz
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pcsc-lite-devel
-BuildRequires: zlib
+BuildRequires: zlib-devel
Requires: pcsc-lite
Requires: ifd-egate
-Requires: zlib
Provides: CoolKey Openkey
Obsoletes: CoolKey Openkey
@@ -40,7 +39,6 @@ Linux Driver support for the CoolKey and CAC products.
%package devel
Summary: CoolKey Applet libraries
Group: System Environment/Libraries
-Provides: coolkey-devel
%description devel
Linux Driver support to access the CoolKey applet.
@@ -50,7 +48,7 @@ Linux Driver support to access the CoolKey applet.
%build
%configure --disable-dependency-tracking
-make %("_smp_mflags)
+make %(?_smp_mflags)
%install
rm -rf $RPM_BUILD_ROOT
@@ -71,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%{_libdir}/libckyapplet.a
-%{_includedir}
+%{_includedir}/*.h
%changelog