rpms/xfce4-time-out-plugin/F-8 xfce4-time-out-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 Mar 7 01:51:06 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-time-out-plugin/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13367/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	xfce4-time-out-plugin.spec 
Log Message:
* Sun Nov 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-1
- Initial Fedora package



--- NEW FILE xfce4-time-out-plugin.spec ---
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=398111

Name:		xfce4-time-out-plugin
Version:	0.1.1
Release:	1%{?dist}
Summary:	Xfce panel plugin for taking breaks from the computer

Group:		User Interface/Desktops
License:	GPLv2+
URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
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.90.2, libxfcegui4-devel >= 4.3.90.2, libxml2-devel
BuildRequires:	gettext, perl(XML::Parser), libICE-devel
Requires:	xfce4-panel >= 4.4.0

%description
This plugin makes it possible to take periodical breaks from the computer every
X minutes. During breaks it locks your screen. It optionally allows you to 
postpone breaks for a certain time.

%prep
%setup -q

%build
%configure 
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}

%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%{_libexecdir}/xfce4/panel-plugins/%{name}
%{_datadir}/xfce4/panel-plugins/*.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg

%changelog
* Sun Nov 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.1.1-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-time-out-plugin/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Mar 2008 00:20:06 -0000	1.1
+++ .cvsignore	7 Mar 2008 01:50:31 -0000	1.2
@@ -0,0 +1 @@
+xfce4-time-out-plugin-0.1.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-time-out-plugin/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Mar 2008 00:20:06 -0000	1.1
+++ sources	7 Mar 2008 01:50:31 -0000	1.2
@@ -0,0 +1 @@
+d2f5b157cf47c754d8dd007c73a4d1e6  xfce4-time-out-plugin-0.1.1.tar.bz2




More information about the fedora-extras-commits mailing list