]> git.pld-linux.org Git - packages/bladeenc.git/blob - bladeenc.spec
- s-/usr/bin-%{_bindir}-
[packages/bladeenc.git] / bladeenc.spec
1 Summary:        Blade's MP3 Encoder
2 Summary(pl):    Encoder MP3 Bladeya
3 Name:           BladeEnc
4 Version:        072
5 Release:        3
6 Copyright:      Freeware
7 Vendor:         Tord Jansson <tord.jansson@swipnet.se>
8 Group:          Applications/Sound
9 Group(pl):      Aplikacje/D¼wiêk
10 Source:         http://home8.swipnet.se/~w-82625/binaries/%{name}%{version}-i386-linux.tar.gz
11 URL:            http://home8.swipnet.se/~w-82625/
12 ExclusiveOS:    Linux
13 ExclusiveArch:  i386
14 BuildRoot:      /tmp/%{name}-%{version}-root
15
16 %description
17 BladeEnc is a program to generate MP3 files from WAV or AIFF sound files.
18
19 %description -l pl
20 BladeEnc jest programem s³u¿±cym do generowania plików MP3 z plików
21 d¼wiêkowych w formacie WAV lub AIFF.
22
23 %prep
24 %setup -q -n %{name}%{version}-i386-linux
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 install -d $RPM_BUILD_ROOT%{_bindir}
30 install -s bladeenc $RPM_BUILD_ROOT%{_bindir}
31
32 %files
33 %defattr(644,root,root,755)
34 %doc manual.html
35
36 %attr(755,root,root) %{_bindir}/*
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %changelog
42 * Sat Jan 02 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
43 - initial RPM release
This page took 0.221102 seconds and 4 git commands to generate.