]> git.pld-linux.org Git - packages/gtkpod.git/blob - gtkpod.spec
- pl fixes, removed dup from files; strange BR detected
[packages/gtkpod.git] / gtkpod.spec
1 Summary:        Graphical song management program for Apple's iPod
2 Summary(pl):    Graficzny menad¿er utworów 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:  flex
15 BuildRequires:  gettext-devel >= 0.11.0
16 BuildRequires:  gtk+2-devel >= 2.4.0
17 BuildRequires:  libid3tag-devel
18 BuildRequires:  mpeg4ip-devel
19 BuildRequires:  pkgconfig
20 # ???
21 BuildRequires:  bind-libs
22 Requires:       mount
23 # ??? should be autodetected
24 #Requires:      mpeg4ip-libs
25 #Requires:      libid3tag
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Platform independent graphical song management program for Apple's
30 iPod. It allows you to upload songs and playlists to your iPod.
31
32 %description -l pl
33 Niezale¿ne od platformy graficzny menad¿er utworów muzycznych dla
34 urz±dzeñ Apple iPod. Pozwala wgrywaæ pliki i listy utworów do iPoda.
35
36 %prep
37 %setup -q
38
39 %build
40 #%%{__gettextize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %find_lang %{name} --all-name
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README TODOandBUGS.txt
62 %attr(755,root,root) %{_bindir}/*
63 %{_datadir}/%{name}
This page took 0.035966 seconds and 4 git commands to generate.