rpms/kde-plasma-runcommand/devel import.log, NONE, 1.1 kde-plasma-runcommand.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jaroslav Reznik jreznik at fedoraproject.org
Thu Nov 13 08:47:12 UTC 2008


Author: jreznik

Update of /cvs/pkgs/rpms/kde-plasma-runcommand/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23593/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log kde-plasma-runcommand.spec 
Log Message:
Initial package commit



--- NEW FILE import.log ---
kde-plasma-runcommand-0_4-1_fc9:HEAD:kde-plasma-runcommand-0.4-1.fc9.src.rpm:1226565914


--- NEW FILE kde-plasma-runcommand.spec ---
Name:           kde-plasma-runcommand
Version:        0.4
Release:        1%{?dist}
Summary:        Simple plasmoid to run commands without using terminal or KRunner

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://www.kde-look.org/content/show.php/Run+Command?content=91495

Source0:        http://www.kde-look.org/CONTENT/content-files/91495-runcommand_%{version}.tar.bz2

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdebase-workspace-devel >= 4.1.0
BuildRequires:  kdelibs-devel >= 4.1.0
BuildRequires:  kdebase-devel >= 4.1.0 

%description
Simple plasmoid to run commands without using terminal or KRunner. Inspired by
KRunner runners, plasma-runner and KDE3 equivalent.


%prep
%setup -qn runcommand_%{version}


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ../applet
popd

make %{?_smp_mflags} -C %{_target_platform}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} -C %{_target_platform}


%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING README CHANGELOG TODO
%{_kde4_libdir}/kde4/plasma_applet_runcommand.so
%{_kde4_datadir}/kde4/services/plasma-applet-runcommand.desktop

%changelog
* Fri Nov 07 2008 Jaroslav Reznik <jreznik at redhat.com> 0.4-1
- Initial package

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Nov 2008 18:46:03 -0000	1.1
+++ .cvsignore	13 Nov 2008 08:46:40 -0000	1.2
@@ -0,0 +1 @@
+91495-runcommand_0.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Nov 2008 18:46:03 -0000	1.1
+++ sources	13 Nov 2008 08:46:40 -0000	1.2
@@ -0,0 +1 @@
+2317a1dffaa7f62474620bf7aa8c364f  91495-runcommand_0.4.tar.bz2




More information about the scm-commits mailing list