]> git.pld-linux.org Git - packages/eAudio.git/blob - eAudio.spec
- removed two lines with define
[packages/eAudio.git] / eAudio.spec
1 Summary:        eAudio, formerly known as eMusic
2 Summary(pl):    eAudio, znane kiedy¶ jako eMusic
3 Name:           eAudio
4 Version:        0.9.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        http://linux.tucows.com/files/gnome/media/%{name}-DR%{version}.tar.gz
9 Patch0:         %{name}-opt.patch
10 # 404, but no working URL
11 URL:            http://www.icom.net/~smelecat/emp3/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  esound >= 0.2.7
16 BuildRequires:  gtk+-devel >= 1.1.15
17 BuildRequires:  imlib-devel >= 1.9.2
18 BuildRequires:  libstdc++-devel
19 BuildRequires:  libtool
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21 Obsoletes:      eMusic
22
23
24 %description
25 It's an "enlightened" sound file player gui type thing. Enlightened
26 meaning it's highly configurable, graphics wise.
27
28 %description -l pl
29 W pakiecie znajduje siê "o¶wiecony" odtwarzacz d¼wiêków dla
30 Enlightenmenta. O¶wiecony to znaczy bardzo ³atwo daj±cy siê
31 konfigurowaæ - w sposób graficzny.
32
33 %prep
34 %setup -q -n %{name}-DR%{version}
35 %patch -p1
36
37 %build
38 rm -f missing
39 %{__libtoolize}
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} DESTDIR=$RPM_BUILD_ROOT install
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README TODO
58 %attr(755,root,root) %{_bindir}/*
59 %attr(755,root,root) %{_libdir}/eAudio
60 %{_datadir}/eAudio
This page took 0.048353 seconds and 4 git commands to generate.