]> git.pld-linux.org Git - packages/parole.git/blob - parole.spec
9b80d7f777f408aade41e55503429aaf4962cb75
[packages/parole.git] / parole.spec
1 Summary:        Simple media player based on the GStreamer framework
2 #Summary(pl.UTF-8):     -
3 Name:           parole
4 Version:        0.2.0.6
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications/Multimedia
8 Source0:        http://www.xfce.org/archive/src/apps/parole/0.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  5d7e5ab7535bdf89508a8d7e551f9187
10 Patch0:         %{name}-ui.patch
11 URL:            http://www.xfce.org/projects/parole/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  dbus-devel >= 0.60
15 BuildRequires:  dbus-glib-devel >= 0.70
16 BuildRequires:  gettext-devel
17 BuildRequires:  gstreamer-devel >= 0.10.11
18 BuildRequires:  glib2-devel >= 1:2.16.0
19 BuildRequires:  gtk+2-devel >= 2:2.16.0
20 BuildRequires:  intltool >= 0.35.0
21 BuildRequires:  libnotify-devel >= 0.7
22 BuildRequires:  libtool
23 BuildRequires:  libxfce4ui-devel >= 4.8.0
24 BuildRequires:  libxfce4util-devel >= 4.8.0
25 BuildRequires:  pkgconfig >= 1:0.9.0
26 BuildRequires:  xfce4-dev-tools >= 4.6.0
27 Requires(post,postun):  gtk-update-icon-cache
28 Requires(post,postun):  hicolor-icon-theme
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Parole is a modern simple media player based on the GStreamer
33 framework and written to fit well in the Xfce desktop.
34 Parole is designed with simplicity, speed and resource usage in mind.
35
36 #%description -l pl.UTF-8
37
38 %prep
39 %setup -q
40 %patch0 -p1
41
42 %build
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         --disable-browser-plugin
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}
60 %{__rm} $RPM_BUILD_ROOT%{_libdir}/parole-0/*.la
61
62 %find_lang %{name}
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post
68 %update_icon_cache hicolor
69
70 %postun
71 %update_icon_cache hicolor
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog NEWS README TODO
76 %attr(755,root,root) %{_bindir}/parole
77 %dir %{_libdir}/parole-0
78 %attr(755,root,root) %{_libdir}/parole-0/*.so
79 %{_datadir}/parole
80 %{_desktopdir}/parole.desktop
81 %{_iconsdir}/hicolor/*/apps/parole.*
This page took 0.040903 seconds and 2 git commands to generate.