]> git.pld-linux.org Git - packages/brasero.git/blame - brasero.spec
- 0.5.2
[packages/brasero.git] / brasero.spec
CommitLineData
7d70b9b5
JB
1#
2# Conditinal build:
3%bcond_without beagle # disable beagle search
4#
0aa1039d 5Summary: Disc burning application for GNOME
6c9c05e5 6Summary(pl.UTF-8): Program do wypalania dysków dla GNOME
f267e635 7Name: brasero
5eed7755 8Version: 0.5.2
18beefcf 9Release: 1
0aa1039d 10License: GPL v2
06edcff8 11Group: X11/Applications
5eed7755
PZ
12Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/0.5/%{name}-%{version}.tar.bz2
13# Source0-md5: 2c23c4faa958c63b0e5b18c24420682c
0aa1039d 14Patch0: %{name}-desktop.patch
0aa1039d 15URL: http://perso.wanadoo.fr/bonfire/
7d70b9b5
JB
16BuildRequires: autoconf
17BuildRequires: automake
18%{?with_beagle:BuildRequires: beagle-devel >= 0.1.0}
0aa1039d 19BuildRequires: dbus-glib-devel >= 0.30
20BuildRequires: gdl-devel >= 0.6.0
21BuildRequires: gnome-vfs2-devel >= 2.12.0
22BuildRequires: gstreamer-devel >= 0.10.6
23BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
24BuildRequires: gtk+2-devel >= 2:2.6.0
25BuildRequires: hal-devel >= 0.5
26BuildRequires: intltool >= 0.25
27BuildRequires: libgnomeui-devel >= 2.10.0
28BuildRequires: libnotify-devel >= 0.3.0
7d70b9b5 29BuildRequires: libtool
0aa1039d 30BuildRequires: libxml2-devel >= 2.6.0
31BuildRequires: nautilus-cd-burner-devel >= 2.12.0
32BuildRequires: pkgconfig
33BuildRequires: totem-devel >= 1.2.0
34Requires(post,postun): desktop-file-utils
b2818f74 35Requires(post,postun): hicolor-icon-theme
0aa1039d 36Requires: hal >= 0.5
68ba2b78 37Obsoletes: bonfire
0aa1039d 38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
f267e635 41Brasero is a CD/DVD mastering tool for the GNOME desktop.
0aa1039d 42It is designed to be simple and easy to use.
43
41cf56dd
JR
44%description -l pl.UTF-8
45Brasero jest narzędziem do masteringu płyt CD/DVD dla biurka
46GNOME. Jest zaprojektowany by być prostym i łatwym w obsłudze.
0aa1039d 47
48%prep
49%setup -q
50%patch0 -p1
0aa1039d 51
52%build
7d70b9b5
JB
53%{__libtoolize}
54%{__aclocal}
55%{__autoconf}
56%{__autoheader}
57%{__automake}
58%configure \
f267e635
PZ
59 %{!?with_beagle:--disable-search} \
60 --disable-caches
0aa1039d 61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
65
66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
69%find_lang %{name} --all-name
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%post
6b654b53 75%gconf_schema_install brasero.schemas
0aa1039d 76%update_desktop_database_post
f267e635
PZ
77%update_mime_database
78%update_icon_cache hicolor
0aa1039d 79
80%postun
6b654b53 81%gconf_schema_uninstall brasero.schemas
0aa1039d 82%update_desktop_database_postun
f267e635
PZ
83%update_mime_database
84%update_icon_cache hicolor
0aa1039d 85
86%files -f %{name}.lang
87%defattr(644,root,root,755)
6b654b53 88%doc AUTHORS ChangeLog NEWS README
0aa1039d 89%attr(755,root,root) %{_bindir}/*
90%{_datadir}/%{name}
f267e635 91%{_datadir}/mime/packages/%{name}.xml
0aa1039d 92%{_desktopdir}/*.desktop
f267e635 93%{_iconsdir}/hicolor/*/*/*.png
6b654b53
PZ
94%{_iconsdir}/hicolor/*/*/*.svg
95%{_mandir}/man1/*
96%{_sysconfdir}/gconf/schemas/*
This page took 0.092786 seconds and 4 git commands to generate.