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