Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > ff7379bbe4e908e5125823283bc8ae08 > files > 2

monosim-1.3.0.1-4mdv2009.1.src.rpm

Summary:        Manage your sim card contacts with pcsc reader
Name:           monosim
Version:        1.3.0.1
Release:        %mkrel 4
License:        GPLv2
Group:          Office
Source:         http://www.integrazioneweb.com/monosim/packages/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
URL:            http://www.integrazioneweb.com/monosim

BuildArch:      noarch

BuildRequires:  gtk-sharp2-devel >= 2.8.3
BuildRequires:  glib-sharp2 >= 2.8.3
BuildRequires:  glade-sharp2 >= 2.8.3
BuildRequires:  mono-web >= 1.2.3
BuildRequires:  mono >= 1.2.3
BuildRequires:  desktop-file-utils
BuildRequires:  pkgconfig

Requires:       gtk-sharp2 >= 2.8.3
Requires:       glib-sharp2 >= 2.8.3
Requires:       mono >= 1.2.3
Requires:       mono-web >= 1.2.3
Requires:       pcsc-lite
Requires:       libpcsclite1
# devel package is required because contains /usr/lib/libpcsclite.so
# that is used by monosim
Requires:       libpcsclite-devel


%description
Is a simple application that can be used to read, write, update,
delete and backup your sim card contacts. It open and save also
some format files to manage your contacts also in a text files.
To connect monosim to your smartcard you need use a standard PCSC
smartcard reader as towitoko, acs, athena, blutronics, etc.

%prep
%setup -q

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

%install
rm -fr %{buildroot}
%makeinstall_std linuxpkgconfigdir=%{_datadir}/pkgconfig
desktop-file-install --vendor="mandriva"               \
  --dir=%{buildroot}%{_datadir}/applications    \
  monoSIM/images/%{name}.desktop


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc copying.gpl
%{_bindir}/%{name}
%_prefix/lib/%{name}/
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/mandriva-monosim.desktop
%{_datadir}/pkgconfig/


%changelog
* Fri Aug 08 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.3.0.1-4mdv2009.0
+ Revision: 268148
- rebuild early 2009.0 package (before pixel changes)

* Wed Jun 04 2008 hman-it <hman-it> 1.3.0.1-3mdv2009.0
+ Revision: 214900
- spec file changed
- import monosim


* Thu May 06 2008 Armando Basile <hman@mandriva.org> 1.3.0.1-2mdv2009.0
- bug fixed: Fixed wrong label position reference in language files
- added support informations in language files
- added xml settings file to store selected language

* Sat Jun 30 2007 hman <hmandevteam@gmail.com> 1.2.0-1
- bug fixed: Many bugs fixed
- multilanguage support added (with text files in [languages] subfolder)
- erase sim phonebook function added

* Mon Jun 11 2007 hman <hmandevteam@gmail.com> 1.0.1-1
- first public release