Compare commits

..

5 commits

Author SHA1 Message Date
Fedora Release Engineering
9f85997ae6 dist-git conversion 2010-07-29 15:45:00 +00:00
Bill Nottingham
be5b65e3ae Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:27 +00:00
Christoph Wickert
d9c7b24e06 Rebuild for Xfce 4.4.1 2007-04-28 17:03:06 +00:00
Christoph Wickert
d4eadf9ef4 rebuild for Xfce 4.4 2007-01-28 00:38:20 +00:00
Jeremy Katz
81950dcc30 Initialize branch FC-6 for xfce4-minicmd-plugin 2006-10-23 19:37:10 +00:00
4 changed files with 87 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-minicmd-plugin-0.4.tar.bz2

View file

@ -1 +0,0 @@
Replaced by xfce4-verve-plugin in >= F-10

1
sources Normal file
View file

@ -0,0 +1 @@
8739e1b25432b2866efa078551c444fc xfce4-minicmd-plugin-0.4.tar.bz2

85
xfce4-minicmd-plugin.spec Normal file
View file

@ -0,0 +1,85 @@
Name: xfce4-minicmd-plugin
Version: 0.4
Release: 5%{?dist}
Summary: Mini command-line plugin for the Xfce panel
Group: User Interface/Desktops
License: GPL
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
BuildRequires: perl(XML::Parser)
Requires: xfce4-panel >= 4.4.0
%description
A mini command-line plugin for the Xfce panel. You can execute programs by
typing their names in the widget and hitting Enter or Ctrl+Enter. The latter
runs the command in a terminal. It maintains history which is shared with
xfrun4. This history can be accessed by Up and Down keys.
%prep
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/xfce4/panel-plugins/*.so
%{_datadir}/xfce4/panel-plugins/*.desktop
%changelog
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4-5
- Rebuild for Xfce 4.4.1
* Sun Jan 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4-4
- Rebuild for XFCE 4.4.
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-3
- Bump release for devel checkin.
* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-2
- Rebuild for XFCE 4.3.99.1.
- BR perl(XML::Parser).
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-1
- Update to 0.4 on XFCE 4.3.90.2.
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-7
- Mass rebuild for Fedora Core 6.
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-6
- Require xfce4-panel.
* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-5
- Rebuild for Fedora Extras 5.
* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-4
- Add libxfcegui4-devel BuildReqs.
- Fix defattr.
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-3
- Initial Fedora Extras version.
- Rebuild for XFCE 4.2.3.
- disable-static instead of removing .a files.
* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-2.fc4.cw
- Add libxml2 BuildReqs.
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-1.fc4.cw
- Rebuild for Core 4.
* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-1.fc3.cw
- Initial RPM release.