Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
240fa90b45 | ||
|
|
0329e02abe | ||
|
|
c534e9071f | ||
|
|
80c631cc81 | ||
|
|
7ece4eb4ad |
5 changed files with 15 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-websearch-plugin-20060923svn.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce4-websearch-plugin-20070428svn2704.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfce4-websearch-plugin
|
||||
# $Id$
|
||||
NAME := xfce4-websearch-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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
69931a7b4f4181bb80e2eca6c080649a xfce4-websearch-plugin-20060923svn.tar.bz2
|
||||
f72c0eb5dc42ea4aa709aaf0656b666c xfce4-websearch-plugin-20070428svn2704.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: xfce4-websearch-plugin
|
||||
Version: 0.1.1
|
||||
Release: 0.2.20060923svn%{?dist}
|
||||
Release: 0.5.20070428svn2704%{?dist}
|
||||
Summary: Websearch plugin from the XFCE panel
|
||||
|
||||
Group: User Interface/Desktops
|
||||
|
|
@ -8,15 +8,15 @@ License: GPL
|
|||
URL: http://goodies.xfce.org/
|
||||
# Source0 was generated with the following commands:
|
||||
# svn co http://svn.xfce.org/svn/goodies/xfce4-websearch-plugin/trunk xfce4-websearch-plugin
|
||||
# tar -cjf xfce4-websearch-plugin-`date +%G%m%d`svn.tar.bz2 xfce4-websearch-plugin
|
||||
Source0: %{name}-20060923svn.tar.bz2
|
||||
# tar -cjf xfce4-websearch-plugin-`date +%G%m%d`svn2704.tar.bz2 xfce4-websearch-plugin
|
||||
Source0: %{name}-20070428svn2704.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.0, libxfcegui4-devel >= 4.3.0, libxml2-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: xfce4-dev-tools >= 4.3.90.2
|
||||
Requires: xfce4-panel >= 4.3.99.1
|
||||
Requires: xfce4-panel >= 4.4.0
|
||||
|
||||
%description
|
||||
Access searchengines from the XFCE panel.
|
||||
|
|
@ -42,10 +42,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING
|
||||
%{_libdir}/xfce4/panel-plugins/*.so
|
||||
#%{_libexecdir}/xfce4/panel-plugins/%{name}
|
||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-0.5.20070428svn2704
|
||||
- Update to svn release 2704 on Xfce 4.4.1
|
||||
|
||||
* Tue Mar 20 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-0.4.20070128svn2458
|
||||
- Update to svn release 2458.
|
||||
|
||||
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-0.3.20060923svn
|
||||
- Rebuild on Xfce 4.4.
|
||||
|
||||
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-0.2.20060923svn
|
||||
- Bump release for devel checkin.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue