]> git.pld-linux.org Git - packages/gupnp-tools.git/blame - gupnp-tools.spec
- updated to 0.8.10
[packages/gupnp-tools.git] / gupnp-tools.spec
CommitLineData
7d6091fd
JB
1Summary: GUPnP Tools
2Summary(pl.UTF-8): Narzędzia GUPnP
86a22ee5 3Name: gupnp-tools
b3884533 4Version: 0.8.10
3c348e5c 5Release: 1
7d6091fd 6License: GPL v2+
86a22ee5 7Group: X11/Applications
8ae27c15 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gupnp-tools/0.8/%{name}-%{version}.tar.xz
b3884533
JB
9# Source0-md5: ad8423d036e98bc6f877528d6b846f6a
10Patch0: %{name}-desktop.patch
7d6091fd 11URL: http://gupnp.org/
8ae27c15
JB
12BuildRequires: autoconf >= 2.63
13BuildRequires: automake >= 1:1.11
f1ed67d0 14BuildRequires: gettext-tools
c5eef618 15BuildRequires: glib2-devel >= 1:2.24
93c4d9af 16BuildRequires: gssdp-devel >= 0.14
b3884533 17BuildRequires: gtk+3-devel >= 3.10.0
93c4d9af 18BuildRequires: gtksourceview3-devel >= 3.2.0
7d6091fd 19BuildRequires: gupnp-av-devel >= 0.5.5
f47d77f3 20BuildRequires: gupnp-devel >= 0.20.8
93c4d9af 21BuildRequires: intltool >= 0.40.6
c5eef618 22BuildRequires: libsoup-devel >= 2.4
8ae27c15 23BuildRequires: libtool >= 2:2.2
7d6091fd 24BuildRequires: libuuid-devel
3c348e5c 25BuildRequires: libxml2-devel >= 2.0
86a22ee5 26BuildRequires: pkgconfig
8ae27c15
JB
27BuildRequires: tar >= 1:1.22
28BuildRequires: xz
b3884533 29Requires: adwaita-icon-theme
c5eef618 30Requires: glib2 >= 1:2.24
93c4d9af 31Requires: gssdp >= 0.14
b3884533 32Requires: gtk+3 >= 3.10.0
93c4d9af 33Requires: gtksourceview3 >= 3.2.0
7d6091fd 34Requires: gupnp-av >= 0.5.5
f47d77f3 35Requires: gupnp >= 0.20.8
c5eef618 36Requires: libsoup >= 2.4
86a22ee5
MB
37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39%description
40GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP.
41They provides the following client and server side tools which enable
42one 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
7d6091fd
JB
50 status. It also provides a simple UI to control all the network
51 lights available on the network.
86a22ee5
MB
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
7d6091fd
JB
60%description -l pl.UTF-8
61Narzędzia GUPnP to wolnodostępne zamienniki narzędzi UPnP Intela
62wykorzystujące GUPnP. Udostępniają następujące narzędzia klienckie i
63serwerowe, pozwalające łatwo diagnozować urządzenia i punkty kontrolne
64UPnP:
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
86a22ee5
MB
84%prep
85%setup -q
86%patch0 -p1
87
88%build
93c4d9af 89%{__intltoolize}
86a22ee5
MB
90%{__libtoolize}
91%{__aclocal}
92%{__autoconf}
93%{__autoheader}
94%{__automake}
8ae27c15
JB
95%configure \
96 --disable-silent-rules
86a22ee5
MB
97%{__make}
98
99%install
100rm -rf $RPM_BUILD_ROOT
101
102%{__make} install \
103 DESTDIR=$RPM_BUILD_ROOT
104
93c4d9af
MB
105%find_lang %{name}
106
86a22ee5
MB
107%clean
108rm -rf $RPM_BUILD_ROOT
109
93c4d9af 110%files -f %{name}.lang
86a22ee5
MB
111%defattr(644,root,root,755)
112%doc AUTHORS ChangeLog NEWS README
8ae27c15 113%attr(755,root,root) %{_bindir}/gssdp-discover
86a22ee5
MB
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.107665 seconds and 4 git commands to generate.