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