rpms/xfce4-dict-plugin/devel xfce4-dict-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Nov 13 02:00:24 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/xfce4-dict-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4573/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-dict-plugin.spec 
Log Message:
auto-import xfce4-dict-plugin-0.2.0-2.fc6 on branch devel from xfce4-dict-plugin-0.2.0-2.fc6.src.rpm


--- NEW FILE xfce4-dict-plugin.spec ---
Name:		xfce4-dict-plugin
Version:	0.2.0
Release:	2%{?dist}
Summary:	A XFCE panel plugin to query a Dict server

Group:		User Interface/Desktops
License:	GPL
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0:	http://files.uvena.de/xfce4-dict-plugin/xfce4-dict-plugin-0.2.0.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.90.2
BuildRequires:	libxml2-devel, gettext, perl(XML::Parser)
Requires:	xfce4-panel >= 4.3.99.2

%description
With this plugin you can query a dictionary server (see RFC 2229) to search 
for the translation or explanation of a word. You can also choose a dictionary 
offered by the server to improve your search results.

%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}


%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/icons/hicolor/scalable/apps/dict-icon.svg


%changelog
* Sun Nov 12 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-2
- Add %%defattr (#215169).

* Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-1
- Update to 0.2.0.

* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.1.0-1
- Initial Fedora Extras version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-dict-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Nov 2006 01:59:04 -0000	1.1
+++ .cvsignore	13 Nov 2006 01:59:54 -0000	1.2
@@ -0,0 +1 @@
+xfce4-dict-plugin-0.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-dict-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Nov 2006 01:59:04 -0000	1.1
+++ sources	13 Nov 2006 01:59:54 -0000	1.2
@@ -0,0 +1 @@
+ac2f3626858b7b6800ac43cc9de6e0bc  xfce4-dict-plugin-0.2.0.tar.bz2




More information about the fedora-extras-commits mailing list