source: projects/specs/trunk/lib/libv/libvisual/libvisual-vl.spec @ 521

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define lang_name %{name}-0.4
2
3Summary: a framework that delivers audio visualisation
4Summary(ja): オーディオの可視化を実現するためのフレームワーク
5Name: libvisual
6Version: 0.4.0
7Release: 3%{?_dist_release}
8Source0: %{name}-%{version}.tar.bz2
9License: GPLv2
10Group: System Environment/Libraries
11URL: http://sourceforge.net/projects/libvisual/
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14Vendor:         Project Vine
15Distribution:   Vine Linux
16
17
18%description
19Libvisual is meant as a framework that delivers audio visualisation(read: eye candy generated to the current music you are playing)
20to multimedia applications. It works by acting as a middle layer between the visualisation plugin and application.
21
22%description -l ja
23Libvisualは音声視覚化を加えるフレームワークです(Read:現在演奏している音楽に合わせて発生する目の保養)
24マルチメディアアプリケーションに最適です。視覚化プラグインとアプリケーションの間の中央のレイヤーの働きをすることによって動きます。
25
26%package devel
27Summary: Development files for libvisual
28Group: Development/Libraries
29Requires: %{name} = %{version}-%{release}
30
31%description devel
32Development files for libvisual.
33
34%prep
35%setup -q
36
37%build
38%configure
39%{__make} %{?_smp_mflags}
40
41%install
42%{__rm} -rf $RPM_BUILD_ROOT
43%{__make} DESTDIR=$RPM_BUILD_ROOT install
44
45# unpackaged files
46%{__rm} -rf  $RPM_BUILD_ROOT%{_libdir}/%{name}-0.4.la
47
48%find_lang %{lang_name}
49
50%clean
51%{__rm} -rf $RPM_BUILD_ROOT
52
53%files -f %{lang_name}.lang
54%defattr(-,root,root)
55%{_libdir}/libvisual-0.4.so.*
56
57%files devel
58%defattr(-,root,root)
59%{_includedir}/libvisual-0.4
60%{_libdir}/libvisual-0.4.so
61#{_libdir}/libvisual-0.4.la
62%{_libdir}/pkgconfig/libvisual-0.4.pc
63
64
65%changelog
66* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.4.0-3
67- split development files to devel subpackage
68- changed Group to System Environment/Libraries
69
70* Sun Jan  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.4.0-2
71- spec in UTF-8
72
73* Fri Jan  2 2009 TOSHI <milk-tea1977@dune.ocn.ne.jp> 0.4.0-1vl5
74- initial build for Vine Seed
75
76# end of file
Note: See TracBrowser for help on using the repository browser.