]> git.pld-linux.org Git - packages/quvi.git/blame - quvi.spec
- updated to 0.9.5
[packages/quvi.git] / quvi.spec
CommitLineData
4e9c20f3 1Summary: Command line tool for parsing flash video download links
54e410cb 2Summary(pl.UTF-8): Narzędzie linii poleceń do analizy odnośników do pobierania filmów flashowych
4e9c20f3 3Name: quvi
df43b86b 4Version: 0.9.5
4e9c20f3 5Release: 1
df43b86b 6License: AGPL v3+
4e9c20f3
MB
7Group: Applications/WWW
8Source0: http://downloads.sourceforge.net/quvi/%{name}-%{version}.tar.xz
df43b86b 9# Source0-md5: baa1d7b25e9fd173e952e27d4aa4b933
4e9c20f3 10URL: http://quvi.sourceforge.net/
df43b86b
JB
11BuildRequires: asciidoc
12BuildRequires: autoconf >= 2.69
13BuildRequires: automake >= 1:1.11.1
d69a90ee 14BuildRequires: curl-devel >= 7.18.2
df43b86b
JB
15BuildRequires: gettext-tools >= 0.18.1
16BuildRequires: glib2-devel >= 1:2.24
17BuildRequires: json-glib-devel >= 0.12
18BuildRequires: libquvi-devel >= 0.9
19BuildRequires: libtool >= 2:2.2.6
20BuildRequires: libxml2-devel >= 1:2.7.8
4e9c20f3 21BuildRequires: pkgconfig
d69a90ee
MB
22BuildRequires: tar >= 1:1.22
23BuildRequires: xz
54e410cb 24Requires: curl-libs >= 7.18.2
df43b86b
JB
25Requires: glib2 >= 1:2.24
26Requires: json-glib >= 0.12
27Requires: libquvi >= 0.9
28Requires: libxml2 >= 1:2.7.8
4e9c20f3
MB
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32quvi is a command line tool for parsing video download links. It
33supports YouTube and other similar video websites.
34
54e410cb
JB
35%description -l pl.UTF-8
36quvi to narzędzie linii poleceń do analizy odnośników do pobierania
37filmów flashowych. Obsługuje YouTube i inne podobne serwisy WWW.
38
4e9c20f3
MB
39%prep
40%setup -q
41
42%build
df43b86b 43%{__libtoolize}
4e9c20f3
MB
44%{__aclocal} -I m4
45%{__autoconf}
46%{__autoheader}
47%{__automake}
48%configure \
d69a90ee 49 --disable-silent-rules
4e9c20f3
MB
50%{__make}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
57
4e9c20f3
MB
58%clean
59rm -rf $RPM_BUILD_ROOT
60
4e9c20f3
MB
61%files
62%defattr(644,root,root,755)
d69a90ee 63%doc AUTHORS ChangeLog NEWS README
4e9c20f3 64%attr(755,root,root) %{_bindir}/quvi
54e410cb 65%{_mandir}/man1/quvi.1*
df43b86b
JB
66%{_mandir}/man1/quvi-dump.1*
67%{_mandir}/man1/quvi-get.1*
68%{_mandir}/man1/quvi-info.1*
69%{_mandir}/man1/quvi-scan.1*
70%{_mandir}/man5/quvirc.5*
This page took 0.142745 seconds and 4 git commands to generate.