rpms/xfce4-smartbookmark-plugin/devel xfce4-smartbookmark-plugin-redhat.patch, NONE, 1.1 xfce4-smartbookmark-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Fri Dec 22 22:09:56 UTC 2006


Author: cwickert

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

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-smartbookmark-plugin-redhat.patch 
	xfce4-smartbookmark-plugin.spec 
Log Message:
auto-import xfce4-smartbookmark-plugin-0.4.2-1.fc7 on branch devel from xfce4-smartbookmark-plugin-0.4.2-1.fc7.src.rpm

xfce4-smartbookmark-plugin-redhat.patch:

--- NEW FILE xfce4-smartbookmark-plugin-redhat.patch ---
--- src/smartbookmark.c.redhat	2006-12-18 02:06:21.000000000 +0100
+++ src/smartbookmark.c	2006-12-18 02:11:33.000000000 +0100
@@ -197,8 +197,8 @@
     box = gtk_vbox_new(FALSE, 0);
 
     /* default options */
-    search->url = "http://bugs.debian.org/";
-    search->label_text = "BTS";
+    search->url = "https://bugzilla.redhat.com/";
+    search->label_text = "Bug #";
     search->size = 5;
     search->hide_label = FALSE;
     /* read config file options */
@@ -269,8 +269,8 @@
     if( (rcfile = xfce_rc_simple_open(filename, TRUE) ))
     {
         xfce_rc_set_group(rcfile, NULL);
-        search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/"));
-        search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS"));
+        search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugzilla.redhat.com/"));
+        search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","Bug #"));
         search->size = xfce_rc_read_int_entry(rcfile, "size", 5);
         search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE);
     }


--- NEW FILE xfce4-smartbookmark-plugin.spec ---
Name:		xfce4-smartbookmark-plugin
Version:	0.4.2
Release:	1%{?dist}
Summary:	Smart bookmarks 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.gz
Patch0:		%{name}-redhat.patch
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)
BuildRequires:	libXt-devel
Requires:	xfce4-panel >= 4.3.99.1, webclient

%description
A plugin which allows you to do a search directly on Internet on sites like 
Google or Red Hat Bugzilla. It allows you to send requests directly to your 
browser and perform custom searches.

%prep
%setup -q
%patch0 -p0 -b .redhat

%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 {} ';'
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_libdir}/xfce4/panel-plugins/*.so
#%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop


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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Dec 2006 22:08:35 -0000	1.1
+++ .cvsignore	22 Dec 2006 22:09:25 -0000	1.2
@@ -0,0 +1 @@
+xfce4-smartbookmark-plugin-0.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Dec 2006 22:08:35 -0000	1.1
+++ sources	22 Dec 2006 22:09:25 -0000	1.2
@@ -0,0 +1 @@
+284e26595637dd2e900b75534372496b  xfce4-smartbookmark-plugin-0.4.2.tar.gz




More information about the scm-commits mailing list