rpms/wmctrl/devel wmctrl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Rice (errr) fedora-extras-commits at redhat.com
Sat Oct 7 05:16:02 UTC 2006


Author: errr

Update of /cvs/extras/rpms/wmctrl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19128/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wmctrl.spec 
Log Message:
auto-import wmctrl-1.07-2.fc5 on branch devel from wmctrl-1.07-2.fc5.src.rpm


--- NEW FILE wmctrl.spec ---
Name:           wmctrl
Version:        1.07
Release:        2%{?dist}
Summary:        A command line tool to interact with an X Window Manager

Group:          User Interface/X
License:        GPL
URL:            http://sweb.cz/tripie/utils/wmctrl
Source0:        http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xorg-x11-proto-devel, libXmu-devel, glib2-devel

%description
 The wmctrl program is a UNIX/Linux command line tool to interact with an 
 EWMH/NetWM compatible X Window Manager. The tool provides command line access 
 to almost all the features defined in the EWMH specification. It can be used, 
 for example, to obtain information about the window manager, to get a detailed 
 list of desktops and managed windows, to switch and resize desktops, to make 
 windows full-screen, always-above or sticky, and to activate, close, move, 
 resize, maximize and minimize them. The command line access to these window 
 management functions makes it easy to automate and execute them from any 
 application that is able to run a command in response to an event. 


%prep
%setup -q 

%build
%configure 
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING INSTALL README
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Wed Oct 04 2006 Michael Rice <errr[AT]errr-online.com> - 1.07-2
- Fix Summary per rpmlint warning
- Fix description per rpmlint warning
- Remove unneeded line from setup
- Remove NEWS from docs since it was empty
- Reformat Changlelog entrys in spec file due to bad formatting
- Changed Group to User Interface/X

* Wed Sep 27 2006 Michael Rice <errr[AT]errr-online.com> - 1.07-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wmctrl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Oct 2006 05:15:43 -0000	1.1
+++ .cvsignore	7 Oct 2006 05:16:02 -0000	1.2
@@ -0,0 +1 @@
+wmctrl-1.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wmctrl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Oct 2006 05:15:43 -0000	1.1
+++ sources	7 Oct 2006 05:16:02 -0000	1.2
@@ -0,0 +1 @@
+1fe3c7a2caa6071e071ba34f587e1555  wmctrl-1.07.tar.gz




More information about the scm-commits mailing list