source: projects/specs/trunk/lib/libp/libprojectm/libprojectm-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define _ftgl_ver       2.0.0
2
3Summary:        projectM music visualization library
4Name:           libprojectm
5Version:        0.99
6Release:        1%{?_dist_release}
7License:        LGPL
8Group:          System Environment/Libraries
9URL:            http://xmms-projectm.sourceforge.net/
10Source0:        http://prdownloads.sourceforge.net/xmms-projectm/libprojectM-%{version}.tar.bz2
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  ftgl-devel >= %{_ftgl_ver}, pkgconfig
13Requires:       ftgl >= %{_ftgl_ver}
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17
18%description
19projectM is a music visualization library that allows applications
20to display interesting moving images while playing music. It is a
21reimplementation of Milkdrop under OpenGL.
22
23%package devel
24Summary:        Development files for libprojectM
25Group:          Development/Libraries
26Requires:       %{name} = %{version}-%{release}
27Requires:       mesa-libGL-devel
28Requires:       pkgconfig
29
30%description devel
31projectM is a music visualization library that allows applications
32to display interesting moving images while playing music. It is a
33reimplementation of Milkdrop under OpenGL.
34
35This package contains the libraries and header files necessary to
36develop applications with projectM.
37
38%prep
39%setup -q -n libprojectM
40
41#__aclocal -I m4
42#__autoconf
43#__automake
44
45%build
46%configure --enable-shared --disable-static
47%__make
48
49%install
50%__rm -rf %{buildroot}
51%makeinstall
52
53%post -p /sbin/ldconfig
54
55%postun -p /sbin/ldconfig
56
57%clean
58%__rm -rf %{buildroot}
59
60%files
61%defattr(-,root,root)
62%{_libdir}/lib*.so.*
63%{_datadir}/projectM
64
65%files devel
66%defattr(-,root,root)
67%{_includedir}/projectM
68%{_libdir}/lib*.so
69%exclude %{_libdir}/lib*.la
70%{_libdir}/pkgconfig/*.pc
71
72%changelog
73* Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 0.99-1vl5
74- applied new versioning policy
75- excluded lib*.la
76
77* Sat Aug 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99-0vl2
78- rebuilt with new toolchain
79
80* Thu Feb 08 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.99-0vl1
81- initial build for Vine Linux
82
83* Fri Jan 26 2007 G«Ótz Waschk <waschk@mandriva.org> 0.99-2mdv2007.0
84+ Revision: 113965
85- bump
86- Import libprojectm
87
88* Fri Jan 26 2007 G«Ótz Waschk <waschk@mandriva.org> 0.99-1mdv2007.1
89- initial package
Note: See TracBrowser for help on using the repository browser.