From 5aa6ac5dee25aaf89b2bb2f45cd5f7a97fdf6664 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 1 Feb 2002 02:30:46 +0000 Subject: - updated to 1.3.1 (new feactures), - updated %files list. Changed files: radioactive.spec -> 1.3 diff --git a/radioactive.spec b/radioactive.spec index 6131e42..3214346 100644 --- a/radioactive.spec +++ b/radioactive.spec @@ -1,25 +1,31 @@ Summary: A FM-Tuner program for Gnome Summary(pl): Tuner FM dla Gnome Name: radioactive -Version: 1.2.2 +Version: 1.3.1 Release: 1 License: GPL Group: X11/Applications Group(de): X11/Applikationen Group(pl): X11/Aplikacje Source0: http://cactus.rulez.org/projects/radioactive/download/%{name}-%{version}.tar.gz +Patch0: %{name}-am_fixes.patch URL: http://cactus.rulez.org/projects/radioactive/ -BuildRequires: gnome-libs-devel >= 1.2.0 BuildRequires: ORBit-devel -BuildRequires: gtkmm-devel -BuildRequires: gnomemm-devel -BuildRequires: panelmm-devel BuildRequires: XFree86-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gettext-devel +BuildRequires: gnome-libs-devel >= 1.2.0 +BuildRequires: gnomemm-devel +BuildRequires: gtkmm-devel +BuildRequires: inltool BuildRequires: libstdc++-devel +BuildRequires: panelmm-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man +%define _sysconfdir /etc/X11/GNOME %description RadioActive is a small radio application for Video4Linux-compatible @@ -34,10 +40,17 @@ RadioActive ma w %prep %setup -q +%patch0 -p1 %build -CXXFLAGS="%{rpmcflags} -fno-exceptions `orbit-config --cflags client`"; export CXXFLAGS -%configure2_13 \ +rm -f missing +gettextize --copy --force +xml-i18n-toolize --copy --force +aclocal -I %{_aclocaldir}/gnome +autoconf +automake -a -c +#CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti`" +%configure \ --with-applet %{__make} @@ -46,16 +59,20 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ - Applicationsdir=%{_applnkdir}/Multimedia + Desktopdir=%{_applnkdir}/Multimedia gzip -9nf AUTHORS ChangeLog NEWS README +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/* +%{_sysconfdir}/CORBA/servers/* +%{_datadir}/applets/Multimedia/* %{_pixmapsdir}/* %{_applnkdir}/Multimedia/*.desktop -- cgit v0.10.2