summaryrefslogtreecommitdiffstats
path: root/gtk/ghb.spec
blob: 83cdab49e56dc6e25e557c0111e613bfa5de0aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Name:		handbrake
Version:	0.9.2
Release:	1%{?dist}
Summary:	A program to rip and encode DVDs and other sources to MPEG-4

Group:		Applications/Multimedia
License:	GPL
URL:		http://handbrake.fr/
Source0:	HandBrake.tgz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:	glib2 >= 2.16, gtk2 >= 2.12, hal-libs

%description
HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded 
DVD to MPEG-4 converter, available for MacOS X, Linux and Windows.

%prep
%setup -q


%build
%configure
jam


%install
rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT jam install 

## blow away stuff we don't want
/bin/rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi

%postun
/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi

%files
%defattr(-,root,root,-)
%doc %{_datadir}/doc
%{_datadir}/ghb
%{_datadir}/icons
%{_datadir}/locale
%{_datadir}/applications
%{_bindir}


%changelog
* Sat May 31 2008 John Stebbins <jstebbins@jetheaddev.com> 
- Initial release