| 1 | Summary: Lua scripts for libquvi |
|---|
| 2 | Summary(ja): libquvi 用 Lua スクリプト集 |
|---|
| 3 | Name: libquvi-scripts |
|---|
| 4 | Version: 0.4.4 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | Source0: %{name}-%{version}.tar.xz |
|---|
| 7 | License: LGPLv2.1+ |
|---|
| 8 | Group: Applications/Internet |
|---|
| 9 | URL: http://quvi.sourceforge.net/ |
|---|
| 10 | |
|---|
| 11 | BuildRequires: gzip |
|---|
| 12 | BuildRequires: curl-devel |
|---|
| 13 | BuildRequires: lua-devel |
|---|
| 14 | |
|---|
| 15 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 16 | |
|---|
| 17 | Vendor: Project Vine |
|---|
| 18 | Distribution: Vine Linux |
|---|
| 19 | Packager: Takemikaduchi |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | %description |
|---|
| 23 | libquvi-scripts contains the embedded lua scripts that libquvi uses for parsing |
|---|
| 24 | the media details. Some additional utility scripts are also included. |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %package devel |
|---|
| 28 | Summary: Development tools for libquvi-scripts |
|---|
| 29 | Summary(ja): libquvi-scripts の開発環境 |
|---|
| 30 | Group: Development/Libraries |
|---|
| 31 | Requires: %{name} = %{version}-%{release} |
|---|
| 32 | Requires: pkgconfig |
|---|
| 33 | |
|---|
| 34 | %description devel |
|---|
| 35 | Header files and libraries for building a extension library for the |
|---|
| 36 | libquvi-scripts. |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | %prep |
|---|
| 40 | %setup -q |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | %build |
|---|
| 44 | %configure --disable-static |
|---|
| 45 | %{__make} %{?_smp_mflags} |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | %install |
|---|
| 49 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 50 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 51 | |
|---|
| 52 | gzip $RPM_BUILD_ROOT%{_mandir}/man7/libquvi-scripts.7 |
|---|
| 53 | |
|---|
| 54 | |
|---|
| 55 | %clean |
|---|
| 56 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 57 | |
|---|
| 58 | |
|---|
| 59 | %files |
|---|
| 60 | %defattr(-,root,root,-) |
|---|
| 61 | %doc COPYING ChangeLog NEWS README |
|---|
| 62 | %{_datadir}/%{name} |
|---|
| 63 | %{_mandir}/man7/libquvi-scripts.7.gz |
|---|
| 64 | |
|---|
| 65 | %files devel |
|---|
| 66 | %defattr(-,root,root,-) |
|---|
| 67 | %{_libdir}/pkgconfig/libquvi-scripts.pc |
|---|
| 68 | |
|---|
| 69 | %changelog |
|---|
| 70 | * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.4-1 |
|---|
| 71 | - initial build for Vine Linux |
|---|
| 72 | |
|---|