]> git.pld-linux.org Git - packages/digitaldj.git/blob - digitaldj.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/digitaldj.git] / digitaldj.spec
1 Summary:        Digitaldj, an SQL-based MP3-player
2 Summary(pl.UTF-8):      Digitaldj - odtwarzacz MP3 oparty o SQL
3 Name:           digitaldj
4 Version:        0.7.3
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://nostatic.org/ddj/%{name}-%{version}.tar.gz
9 # Source0-md5:  187c7b2a4d9f661910c26b42b91ecf21
10 URL:            http://nostatic.org/ddj/
11 BuildRequires:  autoconf >= 2.53
12 BuildRequires:  automake
13 BuildRequires:  gdk-pixbuf-devel
14 BuildRequires:  gnome-libs-devel
15 BuildRequires:  libghttp-devel
16 BuildRequires:  libtool
17 BuildRequires:  lirc-devel
18 BuildRequires:  mysql-devel
19 BuildRequires:  perl-DBI
20 BuildRequires:  rpm-perlprov
21 Obsoletes:      Digitaldj
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Digitaldj is an SQL-based MP3-player frontend designed for people who
26 want to create an MP3 version of their CD collection. It is designed
27 to work with the Grip ripping/encoding application (but can be used
28 separately). When Grip encodes MP3 files, it will place all of the
29 song information into an SQL database. Digitaldj can then use this
30 information to create playlists based on a number of criteria.
31
32 %description -l pl.UTF-8
33 Digitaldj jest frontendem do odtwarzania MP3 opartym o bazę SQL dla
34 chcących zrobić wersję MP3 swojej kolekcji płyt kompaktowych. Został
35 zaprojektowany do pracy z programem ripująco-kodującym Grip (ale może
36 być używany bez niego). Grip po zakodowaniu plików MP3 umieszcza
37 informacje o utworach w bazie SQL. Digitaldj może używać tych
38 informacji do robienia playlist opartych o różne kryteria.
39
40 %prep
41 %setup -q
42
43 %build
44 rm -f missing
45 %{__libtoolize}
46 %{__aclocal} -I macros
47 %{__autoconf}
48 %{__automake}
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog README
65 %attr(755,root,root) %{_bindir}/ddj
66 %attr(755,root,root) %{_bindir}/mp3insert
67 %{_datadir}/digitaldj
68 %{_pixmapsdir}/*.png
This page took 0.06397 seconds and 3 git commands to generate.