]> git.pld-linux.org Git - SPECS.git/blob - gupnp-tools.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gupnp-tools.spec
1 Summary:        GUPnP Tools
2 Summary(pl.UTF-8):      Narzędzia GUPnP
3 Name:           gupnp-tools
4 Version:        0.10.1
5 Release:        2
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        https://download.gnome.org/sources/gupnp-tools/0.10/%{name}-%{version}.tar.xz
9 # Source0-md5:  232c64ec652d3f5888d8c2cdf0d81b86
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-format.patch
12 URL:            http://gupnp.org/
13 BuildRequires:  gettext-tools >= 0.19.7
14 BuildRequires:  glib2-devel >= 1:2.24
15 BuildRequires:  gssdp-devel >= 1.2.0
16 BuildRequires:  gtk+3-devel >= 3.10.0
17 BuildRequires:  gtksourceview4-devel >= 4
18 BuildRequires:  gupnp-av-devel >= 0.5.5
19 BuildRequires:  gupnp-devel >= 1.2.0
20 BuildRequires:  libsoup-devel >= 2.42
21 BuildRequires:  libuuid-devel
22 BuildRequires:  libxml2-devel >= 2.0
23 BuildRequires:  meson
24 BuildRequires:  ninja >= 1.5
25 BuildRequires:  pkgconfig
26 BuildRequires:  rpmbuild(macros) >= 1.736
27 BuildRequires:  tar >= 1:1.22
28 BuildRequires:  xz
29 Requires:       adwaita-icon-theme
30 Requires:       glib2 >= 1:2.24
31 Requires:       gssdp >= 1.2.0
32 Requires:       gtk+3 >= 3.10.0
33 Requires:       gupnp-av >= 0.5.5
34 Requires:       gupnp >= 1.2.0
35 Requires:       libsoup >= 2.42
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP.
40 They provides the following client and server side tools which enable
41 one to easily test and debug one's UPnP devices and control points:
42
43 - Universal Control Point: a tool that enables one to discover UPnP
44   devices and services, retrieve information about them, subscribe to
45   events and invoke actions.
46
47 - Network Light: a virtual light bulb that allows control points to
48   switch it on and off, change its dimming level and query its current
49   status. It also provides a simple UI to control all the network
50   lights available on the network.
51
52 - AV Control Point: a simple media player UI that enables one to
53   discover and play multimedia contents available on a network.
54
55 - Upload: a simple commandline utility that uploads files to known
56   MediaServers. Use Universal Control Point for discovering the
57   MediaServers.
58
59 %description -l pl.UTF-8
60 Narzędzia GUPnP to wolnodostępne zamienniki narzędzi UPnP Intela
61 wykorzystujące GUPnP. Udostępniają następujące narzędzia klienckie i
62 serwerowe, pozwalające łatwo diagnozować urządzenia i punkty kontrolne
63 UPnP:
64
65 - Universal Control Point (uniwersalny punkt kontrolny) - narzędzie
66   pozwalające wykrywać urządzenia i usługi UPnP, odczytywać informacje
67   o nich, pobierać zdarzenia i wywoływać akcje.
68
69 - Network Light (światło sieciowe) - wirtualna żarówka pozwalająca
70   punktom kontrolnym na włączanie i wyłączanie, zmianę poziomu
71   oświetlenia oraz sprawdzanie aktualnego stanu. Udostępnia także
72   prosty interfejs użytkownika do sterowania światłami sieciowymi
73   dostępnymi w sieci.
74
75 - AV Control Point (punkt kontrolny AV) - prosty interfejs użytkownika
76   odtwarzacza multimedialnego pozwalający wykrywać i odtwarzać treści
77   multimedialne dostępne w sieci.
78
79 - Upload - proste narzędzie działające z linii poleceń przesyłające
80   pliki na znane serwery multimediów (MediaServers). Serwery można
81   zlokalizować przy użyciu uniwersalnego punktu kontrolnego.
82
83 %prep
84 %setup -q
85 %patch0 -p1
86 %patch1 -p1
87
88 %build
89 %meson build
90
91 %ninja_build -C build
92
93 %install
94 rm -rf $RPM_BUILD_ROOT
95
96 %ninja_install -C build
97
98 %find_lang %{name}
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %files -f %{name}.lang
104 %defattr(644,root,root,755)
105 %doc AUTHORS ChangeLog NEWS README.md
106 %attr(755,root,root) %{_bindir}/gssdp-discover
107 %attr(755,root,root) %{_bindir}/gupnp-av-cp
108 %attr(755,root,root) %{_bindir}/gupnp-network-light
109 %attr(755,root,root) %{_bindir}/gupnp-universal-cp
110 %attr(755,root,root) %{_bindir}/gupnp-upload
111 %{_datadir}/gupnp-tools
112 %{_desktopdir}/gupnp-av-cp.desktop
113 %{_desktopdir}/gupnp-network-light.desktop
114 %{_desktopdir}/gupnp-universal-cp.desktop
115 %{_iconsdir}/hicolor/*x*/apps/av-cp.png
116 %{_iconsdir}/hicolor/*x*/apps/network-light.png
117 %{_iconsdir}/hicolor/*x*/apps/universal-cp.png
This page took 1.072136 seconds and 3 git commands to generate.