Compare commits

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

18 commits

Author SHA1 Message Date
Till Maas
959ed7dcef Retired on 2013-09-01, because it failed to build for two releases (FTBFS Cleanup). 2013-09-01 23:23:01 +02:00
Dennis Gilmore
1f916c0585 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:09:10 -05:00
Dennis Gilmore
4b25f4d845 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:41:34 -06:00
Dennis Gilmore
c047082363 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:22:50 -05:00
Kevin Fenzi
94ed1f0bbd Rebuild for Xfce 4.10(pre2) 2012-04-15 09:52:37 -06:00
Kevin Fenzi
879ad837b4 Rebuild for Xfce 4.10 2012-04-04 23:36:56 -06:00
Dennis Gilmore
4a88b0fef2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:53:53 -06:00
Adam Jackson
54ceafebbe Rebuild for new libpng 2011-12-06 01:44:01 -05:00
Dennis Gilmore
a660adc833 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:57:38 -06:00
Kevin Fenzi
0c487067df Rebuilt for Xfce 4.8 2011-01-13 20:31:27 -07:00
Fedora Release Engineering
fd22f85ea2 dist-git conversion 2010-07-29 15:48:59 +00:00
Bill Nottingham
9c5001d8c2 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:58 +00:00
Jesse Keating
e6d56ffd0d - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:58:13 +00:00
Christoph Wickert
56a3b2d0f6 trivial fix for a comment in spec file 2009-07-03 23:43:44 +00:00
Christoph Wickert
1dbc24baaf - Fix path in desktop file (#509294) 2009-07-03 23:37:52 +00:00
Jesse Keating
b676d101ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 09:15:14 +00:00
Christoph Wickert
3a04615f45 - Rebuild for Xfce 4.6 (Beta 3) 2009-01-19 00:32:37 +00:00
Jason ティビツ
bfe14b8310 - Fix license tag. 2008-08-12 13:39:48 +00:00
6 changed files with 1 additions and 130 deletions

View file

@ -1 +0,0 @@
xfce4-websearch-plugin-20070428svn2704.tar.bz2

View file

@ -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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
Retired on 2013-09-01, because it failed to build for two releases (FTBFS Cleanup).

View file

@ -1 +0,0 @@
f72c0eb5dc42ea4aa709aaf0656b666c xfce4-websearch-plugin-20070428svn2704.tar.bz2

View file

@ -1,11 +0,0 @@
--- src/Makefile.in.orig 2007-06-09 14:20:46.000000000 +0200
+++ src/Makefile.in 2007-06-09 14:21:22.000000000 +0200
@@ -255,7 +255,7 @@
desktop_in_in_files = websearch.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(libdir)/xfce4/panel-plugins
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
EXTRA_DIST = \
$(desktop_in_in_files)

View file

@ -1,96 +0,0 @@
Name: xfce4-websearch-plugin
Version: 0.1.1
Release: 0.7.20070428svn2704%{?dist}
Summary: Websearch plugin from the XFCE panel
Group: User Interface/Desktops
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`svn2704.tar.bz2 xfce4-websearch-plugin
Source0: %{name}-20070428svn2704.tar.bz2
#Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
Patch0: %{name}-20070428svn2704-multilib.patch
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.4.0
%description
Access searchengines from the XFCE panel.
%prep
%setup -qn %{name}
./autogen.sh
%patch0 -b .multilib
%build
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_libdir}/xfce4/panel-plugins/*.so
%{_libdir}/xfce4/panel-plugins/*.desktop
%changelog
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.1-0.7.20070428svn2704
- Autorebuild for GCC 4.3
* Sat Jun 09 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-0.6.20070428svn2704
- Multilib fix for desktop file (#28168).
* 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.
* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-0.1.20060923svn
- Update to svn snapshot of Sep 23rd 2006 on Xfce 4.3.99.1.
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.1.0-7
- Mass rebuild for Fedora Core 6.
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.1.0-7
- Mass rebuild for Fedora Core 6.
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.1.0-6
- Require xfce4-panel.
* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.1.0-5
- Rebuild for Fedora Extras 5.
* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.0-4
- Add libxfcegui4-devel BuildReqs.
- Fix %%defattr.
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.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.1.0-2.fc4.cw
- Add libxml2 BuildReqs.
* Sat Jul 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.1.0-1%{?dist}%{?repo}
- Initial RPM release.