]> git.pld-linux.org Git - packages/radioactive.git/blob - radioactive.spec
dfa699519022f7a4b6212f5fd77521fb43384d91
[packages/radioactive.git] / radioactive.spec
1 Summary:        A FM-Tuner program for Gnome
2 Summary(pl):    Tuner FM dla Gnome
3 Name:           radioactive
4 Version:        1.4.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://cactus.rulez.org/projects/radioactive/download/%{name}-%{version}.tar.gz
9 URL:            http://cactus.rulez.org/projects/radioactive/
10 BuildRequires:  ORBit-devel
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-libs-devel >= 1.2.0
16 BuildRequires:  gnomemm-devel
17 BuildRequires:  gtkmm-devel
18 BuildRequires:  intltool
19 BuildRequires:  libstdc++-devel
20 BuildRequires:  panelmm-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _mandir         %{_prefix}/man
25 %define         _sysconfdir     /etc/X11/GNOME
26
27 %description
28 RadioActive is a small radio application for Video4Linux-compatible
29 radio tuner cards. The lowlevel functions were initially based on
30 GRadio, but RadioActive has a traditional, real-world radio-like
31 interface.
32
33 %description -l pl
34 RadioActive to niewielka aplikacja radiowa dla tunerów kompatybilnych
35 z interfejsem Video4Linux. Niskopoziomowe funkcje bazuj± na GRadio ale
36 RadioActive ma w³asny, tradycyjny interfejs.
37
38 %prep
39 %setup -q
40
41 %build
42 rm -f missing
43 %{__gettextize}
44 xml-i18n-toolize --copy --force
45 aclocal -I %{_aclocaldir}/gnome
46 %{__autoconf}
47 %{__automake}
48 #CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti`"
49 %configure \
50         --with-applet
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT \
58         Desktopdir=%{_applnkdir}/Multimedia
59
60 %find_lang %{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog NEWS README
68 %attr(755,root,root) %{_bindir}/*
69 %{_sysconfdir}/CORBA/servers/*
70 %{_pixmapsdir}/*
71 %{_applnkdir}/Multimedia/*
This page took 0.055608 seconds and 3 git commands to generate.