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