]> git.pld-linux.org Git - packages/neard.git/blame - neard.spec
- updated to 0.7
[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
99639866 4Version: 0.7
378a89d2 5Release: 1
41bf3a76
JB
6License: GPL v2
7Group: Networking/Daemons
8Source0: http://www.kernel.org/pub/linux/network/nfc/%{name}-%{version}.tar.xz
99639866 9# Source0-md5: 47ba28674a21a24f1b00fb60e866350b
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
38krótkozasięgowa (kilka cali/centymetrów) technologia radiowa,
39pozwalająca na komunikację między urządzeniami stykającymi się lub
40chwilowo trzymanymi obok siebie. NFC to technologia otwarta,
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
64%{__make}
65
66%install
67rm -rf $RPM_BUILD_ROOT
68
69%{__make} install \
70 DESTDIR=$RPM_BUILD_ROOT
71
378a89d2
JB
72# for external plugins
73install -d $RPM_BUILD_ROOT%{_libdir}/near/plugins
74
41bf3a76
JB
75%clean
76rm -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
378a89d2
JB
84# not used yet
85#%dir %{_sysconfdir}/neard
41bf3a76
JB
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.061445 seconds and 4 git commands to generate.