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

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Nov 11 23:31:31 UTC 2006


Author: cwickert

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

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-eyes-plugin.spec 
Log Message:
auto-import xfce4-eyes-plugin-4.3.99.1-1.fc7 on branch devel from xfce4-eyes-plugin-4.3.99.1-1.fc7.src.rpm


--- NEW FILE xfce4-eyes-plugin.spec ---
Name:		xfce4-eyes-plugin
Version:	4.3.99.1
Release:	1%{?dist}
Summary:	Eyes for the Xfce panel

Group:		User Interface/Desktops
License:	GPL
URL:		http://goodies.xfce.org/
Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.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.1

%description
A xfce4 panel plugin that adds eyes which watch your every step. Scary!

%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
%doc AUTHORS COPYING ChangeLog README
%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/icons/hicolor/48x48/apps/xfce4-eyes.png
%{_datadir}/xfce4/eyes


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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-eyes-plugin/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Nov 2006 23:30:10 -0000	1.1
+++ .cvsignore	11 Nov 2006 23:31:01 -0000	1.2
@@ -0,0 +1 @@
+xfce4-eyes-plugin-4.3.99.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-eyes-plugin/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Nov 2006 23:30:10 -0000	1.1
+++ sources	11 Nov 2006 23:31:01 -0000	1.2
@@ -0,0 +1 @@
+dd5bbf3f31ca7d959ec808983a419062  xfce4-eyes-plugin-4.3.99.1.tar.bz2




More information about the scm-commits mailing list