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