]> git.pld-linux.org Git - packages/neard.git/blob - neard.spec
- updated to 1.8
[packages/neard.git] / neard.spec
1 Summary:        Near Field Communication manager
2 Summary(pl.UTF-8):      Zarządca połączeń NFC (Near Field Communication)
3 Name:           neard
4 Version:        0.8
5 Release:        1
6 License:        GPL v2
7 Group:          Networking/Daemons
8 Source0:        http://www.kernel.org/pub/linux/network/nfc/%{name}-%{version}.tar.xz
9 # Source0-md5:  2a284e30bc1e970929d2981eb03bfb39
10 URL:            https://01.org/linux-nfc
11 BuildRequires:  dbus-devel >= 1.2
12 BuildRequires:  glib2-devel >= 1:2.28
13 BuildRequires:  libnl-devel >= 3.2
14 BuildRequires:  linux-libc-headers >= 7:3.6
15 BuildRequires:  pkgconfig
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  xz
18 Requires:       dbus >= 1.2
19 Requires:       glib2 >= 1:2.28
20 Requires:       libnl >= 3.2
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 neard is NFC user space stack running on top of the Linux kernel NFC
25 subsystem.
26
27 NFC (Near Field Communication) is a short-range (a few
28 inches/centimeters) radio technology that enables communication
29 between devices that either touch or are momentarily held close
30 together. NFC is an open technology standardized by the NFC Forum. It
31 is based on RFID.
32
33 %description -l pl.UTF-8
34 neard to stos NFC działający w przestrzeni użytkownika w oparciu o
35 podsystem NFC jądra Linuksa.
36
37 NFC (Near Field Communication - komunikacja bliskiego zasięgu) to
38 krótkozasięgowa (kilka cali/centymetrów) technologia radiowa,
39 pozwalająca na komunikację między urządzeniami stykającymi się lub
40 chwilowo trzymanymi obok siebie. NFC to technologia otwarta,
41 standaryzowana prez NFC Forum. Jest oparta na RFID.
42
43 %package devel
44 Summary:        Header files for neard plugins
45 Summary(pl.UTF-8):      Pliki nagłówkowe dla wtyczek neard
46 Group:          Development/Libraries
47 Requires:       dbus-devel >= 1.2
48 Requires:       glib2-devel >= 1:2.28
49 Requires:       libnl-devel >= 3.2
50 # doesn't require base
51
52 %description devel
53 Header files for neard plugins.
54
55 %description devel -l pl.UTF-8
56 Pliki nagłówkowe dla wtyczek neard.
57
58 %prep
59 %setup -q
60
61 %build
62 %configure \
63         --disable-silent-rules
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 # for external plugins
73 install -d $RPM_BUILD_ROOT%{_libdir}/near/plugins
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %files
79 %defattr(644,root,root,755)
80 %doc AUTHORS ChangeLog README TODO
81 %attr(755,root,root) %{_libexecdir}/neard
82 %dir %{_libdir}/near
83 %dir %{_libdir}/near/plugins
84 # not used yet
85 #%dir %{_sysconfdir}/neard
86 /etc/dbus-1/system.d/org.neard.conf
87
88 %files devel
89 %defattr(644,root,root,755)
90 %doc doc/*-api.txt
91 %{_includedir}/near
92 %{_pkgconfigdir}/neard.pc
This page took 0.032678 seconds and 3 git commands to generate.