]> git.pld-linux.org Git - packages/bladeenc.git/blob - bladeenc.spec
c7b54ac54aced8b480f2b4e43568bf9db2a51095
[packages/bladeenc.git] / bladeenc.spec
1 Summary:     Blade's MP3 Encoder
2 Summary(pl): Encoder MP3 Bladeya
3 Name:        BladeEnc
4 Version:     076
5 Release:     1
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}-0.76-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 gzip -9nf BladeEnc.html
32
33 %files
34 %defattr(644,root,root,755)
35 %doc BladeEnc.html.gz
36
37 %attr(755,root,root) %{_bindir}/*
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %changelog
43 * Sat Jan 02 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
44 - initial RPM release
This page took 0.989442 seconds and 2 git commands to generate.