Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > a72eb2c524415c6fb654cf0992f04c2d > files > 2

comex-0.1.6.1-1.src.rpm

Summary:   Console interface for comex project
Name:      comex
Version:   0.1.6.1
Release:   %mkrel 1
License:   GPLv2
#ExcludeArch: ppc64
Group:     Text tools
Source:    http://comex-project.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
URL:       http://comex-project.googlecode.com/
BuildArch: noarch
# don't generate debug file because is empty
# % define debug_package %{nil}

BuildRequires: mono
BuildRequires: log4net-devel
BuildRequires: comex-base-devel >= 0.1.8.5
BuildRequires: pkgconfig

Requires: mono
Requires: log4net
Requires: comex-base >= 0.1.8.5

%description
Is console interface of a simple application that can be used to exchange
data with smartcards using PC/SC standard readers or smartmouse
phoenix serial reader.


%prep
%setup -q


%build
%configure2_5x --libdir=%_prefix/lib 
%make

%install
rm -fr %{buildroot}
%makeinstall_std


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl comex/readme.txt
%{_bindir}/%{name}
%_prefix/lib/%{name}/



%changelog
* Sun Oct 30 2011 Armando Basile <hman@mandriva.org> 0.1.6.1-1mdv2012.0
+ Revision: 707883
- release 0.1.6.1

* Tue Oct 04 2011 Armando Basile <hman@mandriva.org> 0.1.6.0-1
+ Revision: 702987
- removed changelog section from spec file
- added tarball
- release 0.1.6.0

* Mon Sep 26 2011 Armando Basile <hman@mandriva.org> 0.1.5.1-1
+ Revision: 701299
- import comex