]> git.pld-linux.org Git - SPECS.git/blob - matrixpn.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / matrixpn.spec
1 %define         rel     2
2 Summary:        Short voice messages through a web
3 Summary(pl.UTF-8):      Przesyłanie krótkich wiadomości głosowych przez sieć
4 Name:           matrixpn
5 Version:        0.3
6 Release:        2
7 License:        GPL
8 Group:          Applications/Sound
9 Source0:        http://download.auriga.wearlab.de/matrixpn/%{name}_%{version}-%{rel}.tar.gz
10 # Source0-md5:  4177a281945aa6442177b69303a04cc1
11 URL:            http://matrixpn.auriga.wearlab.de/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+-devel
15 BuildRequires:  libogg-devel
16 BuildRequires:  libtool
17 BuildRequires:  libvorbis-devel
18 BuildRequires:  libxml2-devel
19 BuildRequires:  libxslt-devel
20 BuildRequires:  rpmbuild(macros) >= 1.125
21 BuildRequires:  xmms-devel
22 BuildRequires:  zlib-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 MPN spreads short voice messages through a web of trust; credibility
27 decays until a threshold where the message is dropped. It comes with a
28 program for recording and sending messages as well as plugins for XMMS
29 (in separate package) and WinAmp (in Windows version) that play
30 received messages.
31
32 %description -l pl.UTF-8
33 MPN rozpowszechnia krótkie wiadomości głosowe poprzez sieć zaufania;
34 wiarygodność zanika do osiągnięcia progu, poniżej którego wiadomość
35 jest porzucana. Zestaw zawiera program do nagrywania i wysyłania
36 wiadomości oraz wtyczki odtwarzające dla XMMS-a (w oddzielnym
37 pakiecie) i WinAmpa (w wersji pod Windows).
38
39 %package devel
40 Summary:        MPN development package
41 Summary(pl.UTF-8):      Pakiet do programowania z użyciem MPN
42 Group:          Development/Libraries
43 Requires:       %{name} = %{version}-%{release}
44
45 %description devel
46 MPN development package.
47
48 %description devel -l pl.UTF-8
49 Pakiet do programowania z użyciem MPN.
50
51 %package -n xmms-effect-matrixnews
52 Summary:        MPN plugin for XMMS
53 Summary(pl.UTF-8):      Wtyczka MPN dla XMMS-a
54 Group:          X11/Applications/Sound
55 Requires:       %{name} = %{version}-%{release}
56 Requires:       xmms
57
58 %description -n xmms-effect-matrixnews
59 MPN plugin for XMMS.
60
61 %description -n xmms-effect-matrixnews -l pl.UTF-8
62 Wtyczka MPN dla XMMS-a.
63
64 %prep
65 %setup -q
66
67 %build
68 rm -f missing
69 %{__libtoolize}
70 %{__aclocal}
71 %{__autoconf}
72 %{__autoheader}
73 %{__automake}
74 %configure \
75         --disable-xmltest
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80 install -d $RPM_BUILD_ROOT
81
82 %{__make} install \
83         DESTDIR=$RPM_BUILD_ROOT
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files
89 %defattr(644,root,root,755)
90 %doc README ChangeLog GETTINGSTARTED SFLLICENSE.TXT AUTHORS
91 %attr(755,root,root) %{_bindir}/*
92 %{_datadir}/%{name}
93
94 %files devel
95 %defattr(644,root,root,755)
96 %{_includedir}/mpn
97 %{_libdir}/*
98
99 %files -n xmms-effect-matrixnews
100 %defattr(644,root,root,755)
101 %attr(755,root,root) %{xmms_effect_plugindir}/*
This page took 0.183829 seconds and 3 git commands to generate.