source: projects/specs/trunk/q/quvi/quvi-vl.spec @ 6011

Revision 6011, 1.4 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary:        Command line tool for parsing Adobe Flash media stream URLs
2Summary(ja):    AdobeFlash メディアストリーム URL を解析するためのコマンドラインツール
3Name:           quvi
4Version:        0.4.2
5Release:        1%{?_dist_release}
6Source0:        %{name}-%{version}.tar.xz
7License:        LGPLv2.1+
8Group:          Applications/Internet
9URL:            http://quvi.sourceforge.net/
10
11BuildRequires:  gzip
12BuildRequires:  curl-devel
13BuildRequires:  libquvi-devel
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: Takemikaduchi
20
21
22%description
23libquvi is a small C library that can be used to parse Flash media stream URLs.
24It originates from the idea of working around the Flash requirement found on many
25media hosting websites (e.g. YouTube).
26
27
28%prep
29%setup -q
30
31
32%build
33%configure --disable-static
34%{__make} %{?_smp_mflags}
35
36
37%install
38%{__rm} -rf ${RPM_BUILD_ROOT}
39%{__make} install DESTDIR=${RPM_BUILD_ROOT}
40
41find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
42
43gzip $RPM_BUILD_ROOT%{_mandir}/man1/quvi.1
44
45
46%clean
47%{__rm} -rf ${RPM_BUILD_ROOT}
48
49
50%files
51%defattr(-,root,root,-)
52%doc COPYING ChangeLog NEWS README
53%{_bindir}/quvi
54%{_mandir}/man1/quvi.1.gz
55
56
57%changelog
58* Wed Apr 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.2-1
59- new upstream release
60- add BuildRequires: libquvi-devel
61- remove devel sub package
62
63* Fri Aug 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.19-1
64- initial build for Vine Linux
65
Note: See TracBrowser for help on using the repository browser.