Compare commits

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

4 commits

Author SHA1 Message Date
Christoph Wickert
716c6896bd initial build for el6 2010-08-01 12:51:12 +02:00
Fedora Release Engineering
3cf1b5f3d8 dist-git conversion 2010-07-29 15:47:56 +00:00
Bill Nottingham
45586f3881 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:12 +00:00
Jesse Keating
ce9a1a3941 Initialize branch F-12 for xfce4-taskmanager 2009-09-29 07:21:49 +00:00
5 changed files with 16 additions and 33 deletions

View file

@ -1 +0,0 @@
xfce4-taskmanager-0.4.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-taskmanager-1.0.0.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-taskmanager
# $Id$
NAME := xfce4-taskmanager
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)

View file

@ -1 +1 @@
4ed599faf6b734b2d2e7be16adf0b2d9 xfce4-taskmanager-0.4.1.tar.bz2
cd205366ae771d2cbe72b5ca7b1257b0 xfce4-taskmanager-1.0.0.tar.bz2

View file

@ -1,12 +1,14 @@
%global majorversion 1.0
Name: xfce4-taskmanager
Version: 0.4.1
Release: 3%{?dist}
Version: 1.0.0
Release: 1%{?dist}
Summary: Taskmanager for the Xfce desktop environment
Group: User Interface/Desktops
License: GPLv2+
URL: http://goodies.xfce.org/projects/applications/%{name}
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libxfcegui4-devel >= 4.4
@ -18,12 +20,6 @@ A simple taskmanager for the Xfce desktop environment.
%prep
%setup -q
# convert ChangeLog and THANKS to UTF-8 to make rpmlint happy
for file in ChangeLog THANKS; do
mv $file timestamp
iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
touch -r timestamp $file
done
%build
@ -41,7 +37,6 @@ desktop-file-install --vendor fedora \
--add-category GTK \
--add-category Monitor \
--add-category X-Xfce \
--remove-category Application \
--remove-category Utility \
--delete-original \
${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
@ -59,6 +54,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 15 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-1
- Update to 1.0.0 final
* Sun Jun 06 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.92-1
- Update to 0.5.91 (0.6 Beta 3)
* Tue May 25 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.91-1
- Update to 0.5.91 (0.6 Beta 2)
* Thu Jul 30 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild