]> git.pld-linux.org Git - packages/gtkpod.git/blob - gtkpod.spec
- initial
[packages/gtkpod.git] / gtkpod.spec
1 Summary:        Graphical song management program for Apple's iPod
2 Summary(pl):    Graficzny menad¿er utworow muzycznych dla urz±dzeñ Apple iPod
3 Name:           gtkpod
4 Version:        0.85.0
5 Release:        0.1
6 Epoch:          0
7 License:        GPL/LGPL
8 Group:          Applications/Communications
9 Source0:        http://osdn.dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
10 # Source0-md5:  ca870acf255dd240a02d387485940c3c
11 URL:            http://gtkpod.sourceforge.net
12 BuildRequires:  autoconf
13 BuildRequires:  automake >= 1:1.7
14 BuildRequires:  gettext-devel >= 0.11.0
15 BuildRequires:  gtk+2-devel >= 2.4.0
16 BuildRequires:  pkgconfig
17 BuildRequires:  flex
18 BuildRequires:  libid3tag-devel
19 BuildRequires:  bind-libs
20 BuildRequires:  mpeg4ip-devel
21 Requires:       mpeg4ip-libs
22 Requires:       libid3tag
23 Requires:       mount
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Platform independent graphical song management program for Apple's
28 iPod. It allows you to upload songs and playlists to your iPod.
29
30 %description -l pl
31 Niezale¿ne od platformy graficzny menad¿er utworów muzycznych dla
32 urz±dzeñ Apple iPod. Pozwala wgrywaæ pliki i listy utworów do iPod'a.
33
34 %prep
35 %setup -q
36
37 %build
38 #%%{__gettextize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{name} --all-name
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README TODOandBUGS.txt
60 %attr(755,root,root) %{_bindir}/*
61 %dir %{_datadir}/%{name}
62 %{_datadir}/%{name}
This page took 0.037417 seconds and 4 git commands to generate.