]> git.pld-linux.org Git - packages/game-music-emu.git/blob - game-music-emu.spec
- updated URLs for future versions
[packages/game-music-emu.git] / game-music-emu.spec
1 Summary:        Collection of video game music file emulators
2 Summary(pl.UTF-8):      Zbiór emulatorów do odtwarzania muzyki z gier
3 Name:           game-music-emu
4 Version:        0.6.1
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 #Source0Download: https://bitbucket.org/mpyne/game-music-emu/downloads
9 Source0:        https://bitbucket.org/mpyne/game-music-emu/downloads/%{name}-%{version}.tar.bz2
10 # Source0-md5:  d399f4a00aece2813e777dface2b6aab
11 URL:            https://bitbucket.org/mpyne/game-music-emu/wiki/Home
12 BuildRequires:  cmake >= 2.6
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  rpmbuild(macros) >= 1.605
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Game_Music_Emu is a collection of video game music file emulators that
19 support the following formats and systems:
20
21 - AY - ZX Spectrum/Amstrad CPC
22 - GBS - Nintendo Game Boy
23 - GYM - Sega Genesis/Mega Drive
24 - HES - NEC TurboGrafx-16/PC Engine
25 - KSS - MSX Home Computer/other Z80 systems (doesn't support FM sound)
26 - NSF/NSFE - Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7
27   sound)
28 - SAP - Atari systems using POKEY sound chip
29 - SPC - Super Nintendo/Super Famicom
30 - VGM/VGZ - Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC
31   Micro
32
33 %description -l pl.UTF-8
34 Game_Music_Emu to zbiór emulatorów pozwalających na odtwarzanie plików
35 muzycznych z gier. Obsługiwane formaty i systemy to:
36
37 - AY - ZX Spectrum/Amstrad CPC
38 - GBS - Nintendo Game Boy
39 - GYM - Sega Genesis/Mega Drive
40 - HES - NEC TurboGrafx-16/PC Engine
41 - KSS - MSX Home Computer/inne systemy Z80 (bez obsługi dźwięku FM)
42 - NSF/NSFE - Nintendo NES/Famicom (z dźwiękiem VRC 6, Namco 106 i
43   FME-7)
44 - SAP - systemy Atari wykorzystujące układ dźwiękowy POKEY
45 - SPC - Super Nintendo/Super Famicom
46 - VGM/VGZ - Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC
47   Micro
48
49 %package devel
50 Summary:        Header files for game-music-emu library
51 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki game-music-emu
52 Group:          Development/Libraries
53 Requires:       %{name} = %{version}-%{release}
54 Requires:       libstdc++-devel
55
56 %description devel
57 This package contains the header files for developing applications
58 that use game-music-emu library.
59
60 %description devel -l pl.UTF-8
61 Ten pakiet zawiera pliki nagłówkowe do tworzenia aplikacji
62 wykorzystujących bibliotekę game-music-emu.
63
64 %prep
65 %setup -q
66
67 %build
68 install -d build
69 cd build
70 %cmake ..
71
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} -C build install \
78         DESTDIR=$RPM_BUILD_ROOT
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %post   -p /sbin/ldconfig
84 %postun -p /sbin/ldconfig
85
86 %files
87 %defattr(644,root,root,755)
88 %doc changes.txt design.txt gme.txt readme.txt
89 %attr(755,root,root) %{_libdir}/libgme.so.*.*.*
90 %attr(755,root,root) %ghost %{_libdir}/libgme.so.0
91
92 %files devel
93 %defattr(644,root,root,755)
94 %attr(755,root,root) %{_libdir}/libgme.so
95 %{_includedir}/gme
96 %{_pkgconfigdir}/libgme.pc
This page took 0.08391 seconds and 3 git commands to generate.