Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
2ba9b7b2a2 dist-git conversion 2010-07-29 15:44:00 +00:00
Bill Nottingham
b99d1fa020 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:11 +00:00
Christoph Wickert
9bf921e8cb - Update to 0.3.0 2008-04-27 18:35:28 +00:00
Bill Nottingham
7324922659 Initialize branch F-7 for xfce4-dict-plugin 2007-05-18 11:19:56 +00:00
5 changed files with 17 additions and 27 deletions

View file

@ -1 +0,0 @@
xfce4-dict-plugin-0.2.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-dict-plugin-0.3.0.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-dict-plugin
# $Id$
NAME := xfce4-dict-plugin
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
2ef7f110883a9d9316fd06a1c2a327da xfce4-dict-plugin-0.2.1.tar.bz2
5745be80e6e755412bca9c129e35bd70 xfce4-dict-plugin-0.3.0.tar.gz

View file

@ -1,12 +1,12 @@
Name: xfce4-dict-plugin
Version: 0.2.1
Release: 2%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: A Xfce panel plugin to query a Dict server
Group: User Interface/Desktops
License: GPL
License: GPLv2+
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.90.2
@ -44,11 +44,22 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/xfce4-popup-dict
%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/icons/hicolor/scalable/apps/dict-icon.svg
%changelog
* Sun Mar 09 2008 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-1
- Update to 0.3.0
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.1-4
- Autorebuild for GCC 4.3
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-3
- Rebuild for BuildID feature
- Update license tag
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-2
- Rebuild for Xfce 4.4.1