SPECS: gtkcard.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Aug 12 02:32:25 CEST 2007


Author: qboosh                       Date: Sun Aug 12 00:32:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   gtkcard.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gtkcard.spec
diff -u /dev/null SPECS/gtkcard.spec:1.1
--- /dev/null	Sun Aug 12 02:32:25 2007
+++ SPECS/gtkcard.spec	Sun Aug 12 02:32:20 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	A simple GUI application for using smart cards
+Summary(pl.UTF-8):	Prosta aplikacja do używania kart procesorowych z graficznym interfejsem 
+Name:		gtkcard
+Version:	0.1
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://www.opensc-project.org/files/gtkcard/testing/%{name}-%{version}.tar.gz
+# Source0-md5:	ed6454d6d076202e0849b0ba682b3e0a
+URL:		http://www.opensc-project.org/gtkcard/
+BuildRequires:	gtk+2-devel >= 1:2.0.3
+BuildRequires:	openssl-devel >= 0.9.7
+BuildRequires:	pkgconfig
+Requires:	gtk+2 >= 1:2.0.3
+Requires:	opensc
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple GUI application for using smart cards.
+
+%description -l pl.UTF-8
+Prosta aplikacja do używania kart procesorowych z graficznym
+interfejsem użytkownika.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--enable-pkcs11=%{_libdir}/opensc-pkcs11.so
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog LICENSE README
+%attr(755,root,root) %{_bindir}/GTKCard
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/08/12 00:32:20  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list