-
Notifications
You must be signed in to change notification settings - Fork 0
/
bladeenc.spec
47 lines (34 loc) · 945 Bytes
/
bladeenc.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%define name bladeenc
%define version 0.94.2
%define release 1
Summary: BladeEnc is a free cross-platform MP3 encoder released under the LGPL
Name: %{name}
Version: %{version}
Release: %{release}
License: LGPL
Group: Multimedia/Sound
Source: %{name}-%{version}-src-stable.tar.gz
URL: http://bladeenc.mp3.no
BuildRoot: %{_tmppath}/%{name}-buildroot
%description
BladeEnc was started by Tord Jansson as a project to make a decent, free
encoder for high-bitrate MP3 encoding, heavily based on the ISO source code
for a reference encoder. Since then it has developed into a free software
project (Open Source) with many contributors.
%prep
%setup -q
%configure
%build
%make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/bladeenc
%doc AUTHORS COPYING ChangeLog README bladeenc.html
%changelog
* Fri Jan 26 2001 Jean Robertson <[email protected]>
- first spec file