Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
936d8738aa | ||
|
|
e0e2be41fb | ||
|
|
5399de3d2e | ||
|
|
c8e92119f6 | ||
| 632438a908 |
5 changed files with 14 additions and 29 deletions
|
|
@ -1 +0,0 @@
|
||||||
xfce4-timer-plugin-0.5.tar.bz2
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
xfce4-timer-plugin-0.5.1.tar.bz2
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: xfce4-timer-plugin
|
|
||||||
# $Id$
|
|
||||||
NAME := xfce4-timer-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 @@
|
||||||
fe20a7c1bba78d6c2a7483a894294155 xfce4-timer-plugin-0.5.tar.bz2
|
0036d3805cbe051d35e8ec595237e88c xfce4-timer-plugin-0.5.1.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
Name: xfce4-timer-plugin
|
Name: xfce4-timer-plugin
|
||||||
Version: 0.5
|
Version: 0.5.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Timer for the Xfce panel
|
Summary: Timer for the Xfce panel
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://goodies.xfce.org/
|
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||||
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.0
|
BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.0
|
||||||
BuildRequires: libxml2-devel, gettext, perl(XML::Parser)
|
BuildRequires: libxml2-devel, gettext, perl(XML::Parser)
|
||||||
Requires: xfce4-panel >= 4.3.99.1
|
Requires: xfce4-panel >= 4.4.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A timer for the Xfce panel. It supports countdown periods and alarms at
|
A timer for the Xfce panel. It supports countdown periods and alarms at
|
||||||
|
|
@ -27,17 +27,23 @@ make %{?_smp_mflags}
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%find_lang xfce4-timer
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f xfce4-timer.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING ChangeLog README TODO
|
%doc AUTHORS COPYING ChangeLog README TODO
|
||||||
%{_libexecdir}/xfce4/panel-plugins/xfce4-timer
|
%{_libexecdir}/xfce4/panel-plugins/xfce4-timer
|
||||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.1-2
|
||||||
|
- Rebuild for Xfce 4.4.1
|
||||||
|
|
||||||
|
* Sat Jan 27 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.1-1
|
||||||
|
- Update to 0.5.1 on Xfce 4.4.
|
||||||
|
|
||||||
* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5-1
|
* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.5-1
|
||||||
- Initial Fedora Extras version.
|
- Initial Fedora Extras version.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue