Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
175fbaf842 dist-git conversion 2010-07-29 15:22:59 +00:00
Bill Nottingham
3b72fea682 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:50 +00:00
pertusus
6dcb6b1b50 - apply debian patcheset, to fix #426383 2008-09-28 13:04:52 +00:00
Jesse Keating
ad4fb97d3d Initialize branch F-9 for wmctrl 2008-04-22 01:23:30 +00:00
5 changed files with 16 additions and 24 deletions

View file

@ -1 +0,0 @@
wmctrl-1.07.tar.gz

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
wmctrl-1.07.tar.gz
wmctrl_1.07-6.diff.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wmctrl
# $Id$
NAME := wmctrl
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,2 @@
1fe3c7a2caa6071e071ba34f587e1555 wmctrl-1.07.tar.gz
7ddf2aadc48f4300c16160b3c9a7e141 wmctrl_1.07-6.diff.gz

View file

@ -1,12 +1,13 @@
Name: wmctrl
Version: 1.07
Release: 3%{?dist}
Release: 5%{?dist}
Summary: A command line tool to interact with an X Window Manager
Group: User Interface/X
License: GPL
License: GPLv2+
URL: http://sweb.cz/tripie/utils/wmctrl
Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
Patch0: http://ftp.de.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xorg-x11-proto-devel, libXmu-devel, glib2-devel
@ -25,6 +26,10 @@ BuildRequires: xorg-x11-proto-devel, libXmu-devel, glib2-devel
%prep
%setup -q
%patch0 -p1
iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8
touch -c -r ChangeLog ChangeLog.utf8
mv ChangeLog.utf8 ChangeLog
%build
%configure
@ -48,6 +53,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Sep 28 2008 Patrice Dumas <pertusus@free.fr> - 1.07-5
- apply debian patcheset, to fix #426383
* Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.07-4
- fix license tag
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.07-3
- Autorebuild for GCC 4.3