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