]> git.pld-linux.org Git - SPECS.git/blob - gnome-wimo-manager.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / gnome-wimo-manager.spec
1 Summary:        GNOME-WiMo-Manager
2 Name:           gnome-wimo-manager
3 Version:        0.6.1
4 Release:        0.1
5 License:        GPL
6 Group:          Applications
7 Source0:        http://dl.sourceforge.net/wimo/%{name}-%{version}.tar.bz2
8 # Source0-md5:  0f11cce9c24c3c697b1f8c915ce19668
9 URL:            http://www.wimol.org/
10 BuildRequires:  dotnet-gtk-sharp2-devel >= 2.7
11 BuildRequires:  dotnet-gnome-sharp-devel >= 2.7
12 BuildRequires:  mono-csharp
13 BuildRequires:  nant
14 BuildRequires:  pkgconfig
15 BuildRequires:  wimo-rapi
16 BuildRequires:  wimo-dbus
17 BuildRequires:  rpmbuild(monoautodeps)
18 %requires_eq_to wimo-dbus wimo-dbus
19 Requires:       wimo-rapi
20 Requires:       wimo-dccm
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Windows Mobile devices support for Linux desktop.
25
26 GNOME WiMo manager - It's purpose is to notify user about connected
27 and disconnected PocketPC devices and to ask user for device password.
28 And is creating and deleting PocketPC connection files.
29
30 %prep
31 %setup -q
32
33 %build
34 nant -D:PREFIX=%{_prefix}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 nant install \
39         -D:DESTDIR=$RPM_BUILD_ROOT
40
41 %find_lang %{name} --with-gnome
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README TODO
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/gnome/autostart/%{name}.desktop
51 %{_pixmapsdir}/gnome-pocketpc.png
52 %{_libdir}/%{name}
This page took 0.705422 seconds and 3 git commands to generate.