SPECS: kradio.spec - almost finished (lib64/pluginsdir issue todo).

pluto pluto at pld-linux.org
Tue Dec 27 23:16:42 CET 2005


Author: pluto                        Date: Tue Dec 27 22:16:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- almost finished (lib64/pluginsdir issue todo).

---- Files affected:
SPECS:
   kradio.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/kradio.spec
diff -u SPECS/kradio.spec:1.1 SPECS/kradio.spec:1.2
--- SPECS/kradio.spec:1.1	Tue Dec 27 17:21:11 2005
+++ SPECS/kradio.spec	Tue Dec 27 23:16:36 2005
@@ -1,3 +1,4 @@
+# $Revision$, $Date$
 Summary:	KRadio - The KDE Radio Application
 Name:		kradio
 Version:	1.0
@@ -21,44 +22,41 @@
 %description
 Comfortable V4L/V4L2-Radio Application for KDE.
 
-KRadio is a comfortable radio application for KDE with support for
-V4L and V4L2 radio cards drivers.
+KRadio is a comfortable radio application for KDE with support for V4L
+and V4L2 radio cards drivers.
 
 KRadio currently provides:
 
-* V4L/V4L2 Radio support
-* Remote Control support (LIRC)
-* Alarms, Sleep Countdown
-* Several GUI Controls (Docking Menu, Station Quickbar, Radio Display)
-* Timeshifter Capability
-* Recording Capabilities (mp3, ogg/vorbis, wav, ...)
-* Extendable Plugin Architecture
+- V4L/V4L2 Radio support
+- Remote Control support (LIRC)
+- Alarms, Sleep Countdown
+- Several GUI Controls (Docking Menu, Station Quickbar, Radio Display)
+- Timeshifter Capability
+- Recording Capabilities (mp3, ogg/vorbis, wav, ...)
+- Extendable Plugin Architecture
 
 This Package also includes a growing collection of station preset
 files for many cities around the world contributed by KRadio Users.
 
 As KRadio is based on an extendable plugin architecture, contributions
-of new plugins (e.g. Internet Radio Streams, new cool GUIs) are welcome.
+of new plugins (e.g. Internet Radio Streams, new cool GUIs) are
+welcome.
 
 %prep
 %setup -q -n %{name}-%{_snap}
 
 %build
-#{__aclocal}
-#{__autoconf}
-#{__autoheader}
-#{__automake}
 %configure \
+	--with-qt-includes=%{_includedir}/qt \
+	--with-qt-libraries=%{_libdir} \
 	--enable-shared \
 	--disable-static \
 	--enable-v4l2
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -71,10 +69,13 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
-
-#attr(755,root,root) %{_bindir}/*
-#{_datadir}/%{name}
+%doc kradio3/AUTHORS kradio3/ChangeLog kradio3/README kradio3/TODO
+#attr(755,root,root) %{_bindir}/convert-presets
+%attr(755,root,root) %{_bindir}/kradio
+%attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
+%{_desktopdir}/kde/kradio.desktop
+%{_datadir}/apps/%{name}
+%{_iconsdir}/hicolor/*/*/*.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -82,6 +83,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/12/27 22:16:36  pluto
+- almost finished (lib64/pluginsdir issue todo).
+
 Revision 1.1  2005/12/27 16:21:11  pluto
 - kde radio app. nfy!.
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kradio.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list