]> git.pld-linux.org Git - packages/adplug.git/blob - adplug.spec
- removed bogus TODO/BR
[packages/adplug.git] / adplug.spec
1 Summary:        AdLib sound player library
2 Summary(pl):    Biblioteka odtwarzacza d¼wiêku AdLib
3 Name:           adplug
4 Version:        1.5.1
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
9 # Source0-md5:  95d62805cff551bed84298e737a26df9
10 URL:            http://adplug.sourceforge.net/
11 BuildRequires:  libbinio-devel >= 1.1
12 Requires:       libbinio >= 1.1
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 AdPlug is a free, multi-platform, hardware independent AdLib sound
17 player library, mainly written in C++. AdPlug plays sound data,
18 originally created for the AdLib (OPL2) audio board, on top of an OPL2
19 emulator or by using the real hardware. No OPL2 chip is required for
20 playback.
21
22 %description -l pl
23 AdPlug to wolnodostêpna, wieloplatformowa, niezale¿na od sprzêtu
24 biblioteka odtwarzacza d¼wiêku AdLib, napisana g³ównie w C++. AdPlug
25 odtwarza dane d¼wiêkowe stworzone pierwotnie dla karty d¼wiêkowej
26 AdLib (OPL2) przy u¿yciu emulatora OPL2 lub prawdziwego sprzêtu. Do
27 odtwarzania nie jest wymagany uk³ad OPL2.
28
29 %package devel
30 Summary:        Header files for AdPlug library
31 Summary(pl):    Pliki nag³ówkowe biblioteki AdPlug.
32 Group:          Development/Libraries
33 Requires:       %{name} = %{version}-%{release}
34
35 %description devel
36 This is the package containing the header files for AdPlug library.
37
38 %description devel -l pl
39 Ten pakiet zawiera pliki nag³ówkowe biblioteki AdPlug.
40
41 %package static
42 Summary:        Static AdPlug library
43 Summary(pl):    Statyczna biblioteka AdPlug
44 Group:          Development/Libraries
45 Requires:       %{name}-devel = %{version}
46
47 %description static
48 Static AdPlug library.
49
50 %description static -l pl
51 Statyczna biblioteka AdPlug.
52
53 %prep
54 %setup -q
55
56 %build
57 %configure 
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post   -p /sbin/ldconfig
70 %postun -p /sbin/ldconfig
71
72 %files
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README TODO
75 %attr(755,root,root) %{_bindir}/*
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
77 %{_infodir}/*.info*
78 %{_mandir}/man1/*
79
80 %files devel
81 %defattr(644,root,root,755)
82 %attr(755,root,root) %{_libdir}/lib*.so
83 %{_libdir}/lib*.la
84 %{_includedir}/%{name}
85
86 %files static
87 %defattr(644,root,root,755)
88 %{_libdir}/lib*.a
This page took 0.046285 seconds and 3 git commands to generate.