summaryrefslogtreecommitdiff
path: root/radioactive.spec
blob: c1d2e53404d5e96984a75971cd7c9adfc615c935 (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
65
66
67
68
69
Summary:	A FM-Tuner program for Gnome
Summary(pl):	Tuner FM dla Gnome
Name:		radioactive
Version:	1.4.0
Release:	1
License:	GPL
Group:		X11/Applications
Source0:	http://cactus.rulez.org/projects/radioactive/download/%{name}-%{version}.tar.gz
URL:		http://cactus.rulez.org/projects/radioactive/
BuildRequires:	ORBit-devel
BuildRequires:	XFree86-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gettext-devel
BuildRequires:	gnome-libs-devel >= 1.2.0
BuildRequires:	gnomemm-devel
BuildRequires:	gtkmm1-devel
BuildRequires:	intltool
BuildRequires:	libstdc++-devel
BuildRequires:	panelmm-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%define		_sysconfdir	/etc/X11/GNOME

%description
RadioActive is a small radio application for Video4Linux-compatible
radio tuner cards. The lowlevel functions were initially based on
GRadio, but RadioActive has a traditional, real-world radio-like
interface.

%description -l pl
RadioActive to niewielka aplikacja radiowa dla tunerów kompatybilnych
z interfejsem Video4Linux. Niskopoziomowe funkcje bazują na GRadio ale
RadioActive ma własny, tradycyjny interfejs.

%prep
%setup -q

%build
rm -f missing
%{__gettextize}
xml-i18n-toolize --copy --force
%{__aclocal} -I %{_aclocaldir}/gnome
%{__autoconf}
%{__automake}
#CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti`"
%configure \
	--with-applet
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT \
	Desktopdir=%{_applnkdir}/Multimedia

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
%{_sysconfdir}/CORBA/servers/*
%{_pixmapsdir}/*
%{_applnkdir}/Multimedia/*