rpms/rekall/devel rekall.spec,1.14,1.15

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 15 20:32:11 UTC 2006


Author: spot

Update of /cvs/extras/rpms/rekall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26068

Modified Files:
	rekall.spec 
Log Message:

No more rt.



Index: rekall.spec
===================================================================
RCS file: /cvs/extras/rpms/rekall/devel/rekall.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rekall.spec	15 Sep 2006 20:05:08 -0000	1.14
+++ rekall.spec	15 Sep 2006 20:32:11 -0000	1.15
@@ -78,24 +78,6 @@
 %description python
 Python components and scripts for Rekall.
 
-%package runtime
-Summary: Rekall runtime environment
-Group: Development/Tools
-Provides: %{name}-runtime-devel = %{version}-%{release}
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
-Requires: rekall-common = %{version}-%{release}
-
-%description runtime
-RekallRT is the runtime version of Rekall. It contains all the functionality 
-of Rekall except that all design functions are removed, and direct access to 
-tables and queries is restricted.
-
-Typically, you can develop a Rekall application with the full version, then 
-allow users to run it under the runtime version. Such a user is restricted 
-to accessing the database only via the forms and reports that you have 
-designed, and via any associated scripts.
-
 %prep
 %setup -q
 %patch1 -p1
@@ -132,7 +114,6 @@
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 install -m0644 kbase/rekall.desktop $RPM_BUILD_ROOT%{_datadir}
-install -m0644 kbase/rekallrt.desktop $RPM_BUILD_ROOT%{_datadir}
 
 desktop-file-install --vendor fedora --delete-original \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
@@ -142,27 +123,14 @@
   --add-mime-type Application/x-rlk \
   $RPM_BUILD_ROOT%{_datadir}/%{name}.desktop
 
-sed -i -e 's|Rekall|Rekall RT|' $RPM_BUILD_ROOT%{_datadir}/%{name}rt.desktop
-sed -i -e 's|rekall.png|rekallrt.png|' $RPM_BUILD_ROOT%{_datadir}/%{name}rt.desktop
-
-desktop-file-install --vendor fedora --delete-original \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
-  --add-category X-Fedora \
-  --add-category Application \
-  --add-category Office \
-  --add-mime-type Application/x-rlk \
-  $RPM_BUILD_ROOT%{_datadir}/%{name}rt.desktop
-
 # No need to have this file twice.
 rm -rf $RPM_BUILD_ROOT%{_datadir}/apps/rekallqt/LICENSE
 
 cd $RPM_BUILD_ROOT%{_datadir}
 ln -s %{_datadir}/apps/rekallqt/icons/hicolor/32x32/apps/rekall.png pixmaps/rekall.png
-cp apps/rekallqt/icons/hicolor/32x32/apps/rekall.png pixmaps/rekallrt.png
 cd $RPM_BUILD_ROOT%{_bindir}
 ln -s %{_bindir}/rekallqt rekall
 ln -s %{_bindir}/rekallqtManual rekallManual
-ln -s %{_bindir}/rekallqtrt rekallrt
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -197,16 +165,6 @@
 
 %postun python -p /sbin/ldconfig
 
-%post runtime
-/sbin/ldconfig
-update-desktop-database %{_datadir}/applications &> /dev/null
-
-%postun runtime
-/sbin/ldconfig
-if [ "$1" = "0" ]; then
-  update-desktop-database %{_datadir}/applications &> /dev/null
-fi
-
 %files
 %defattr(-, root, root, 0755)
 %doc LICENSE
@@ -295,31 +253,10 @@
 %{_datadir}/apps/rekallqt/services/rekall_script_py.desktop
 %{_libdir}/librekallqt_script_py.so
 
-%files runtime
-%defattr(-, root, root, 0755)
-%{_bindir}/rekallrt
-%{_bindir}/rekallqtrt
-%{_datadir}/apps/rekallqt/services/rekallrt_form.desktop
-%{_datadir}/apps/rekallqt/services/rekallrt_query.desktop
-%{_datadir}/apps/rekallqt/services/rekallrt_report.desktop
-%{_datadir}/apps/rekallqt/services/rekallrt_table.desktop
-%{_datadir}/apps/rekallqt/services/rekallrt_plugin_extra.desktop
-%{_datadir}/apps/rekallqt/services/rekallrt_script_py.desktop
-%{_datadir}/apps/rekallqtrt
-%{_datadir}/applications/fedora-rekallrt.desktop
-%{_datadir}/pixmaps/rekallrt.png
-%{_libdir}/librekallqtrt_plugin_extra.so
-%{_libdir}/librekallqtrt_script_py.so
-%{_libdir}/librekallqtrt.so*
-%{_libdir}/librekallqtrt_app.so*
-%{_libdir}/librekallqtrt_formview.so
-%{_libdir}/librekallqtrt_queryview.so
-%{_libdir}/librekallqtrt_reportview.so
-%{_libdir}/librekallqtrt_tableview.so
-
 %changelog
 * Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.3-3
 - actually upload new source
+- no more rt bits
 
 * Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.3-2
 - bump for fc6




More information about the fedora-extras-commits mailing list