source: projects/specs/trunk/lib/libq/libquvi-scripts/libquvi-scripts-vl.spec @ 9157

Revision 9157, 1.7 KB checked in by inagaki, 9 years ago (diff)

2014-12-16 Ryoichi INAGAKI <ryo1@…>

  • golang, python-subprocess32: added Group
  • libquvi: changed Group
  • libquvi-scripts: updated, changed Group
  • pilot-link: added patches


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