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

Sebastian Vahl (svahl) fedora-extras-commits at redhat.com
Thu Nov 30 22:19:05 UTC 2006


Author: svahl

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

Modified Files:
	.cvsignore sources 
Added Files:
	devilspie.spec 
Log Message:
auto-import devilspie-0.18-1.fc6 on branch devel from devilspie-0.18-1.fc6.src.rpm


--- NEW FILE devilspie.spec ---
Name:           devilspie
Version:        0.18
Release:        1%{?dist}
Summary:        A window-matching utility

Group:          User Interface/X
License:        GPL
URL:            http://www.burtonini.com/blog/computers/devilspie
Source0:        http://www.burtonini.com/computing/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libwnck-devel
BuildRequires:  libpng-devel
BuildRequires:  libxml2-devel
BuildRequires:  gettext
BuildRequires:  gob2
BuildRequires:  perl-XML-Parser

%description
A window-matching utility, inspired by Sawfish's "Matched Windows" option and
the lack such functionality in Metacity. Devil's Pie can be configured to
detect windows as they are created, and match the window to a set of rules. If
the window matches the rules, it can perform a series of actions on that
window. 

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

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

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS NEWS COPYING TODO
%{_bindir}/devilspie
%{_mandir}/man1/devilspie.1.gz

%changelog
* Wed Oct 25 2006 Sebastian Vahl <svahl at web.de> 0.18-1
- New upstream version: 0.18

* Wed Aug 23 2006 Sebastian Vahl <svahl at web.de> 0.17.1-2
- removed redundant dependencies: atk-devel gtk2-devel pango-devel
- shorten summary and description
- fixed rpmlint in spec error: mixed-use-of-spaces-and-tabs

* Wed Mar 08 2006 Sebastian Vahl <svahl at web.de> 0.17.1-1
- New upstream version: 0.17.1

* Mon Jan 09 2006 Sebastian Vahl <svahl at web.de> 0.16-1
- New upstream version: 0.16

* Mon Jul 18 2005 Menno Smits <menno at freshfoo.com> 0.10-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/devilspie/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Nov 2006 22:17:52 -0000	1.1
+++ .cvsignore	30 Nov 2006 22:18:34 -0000	1.2
@@ -0,0 +1 @@
+devilspie-0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/devilspie/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Nov 2006 22:17:52 -0000	1.1
+++ sources	30 Nov 2006 22:18:34 -0000	1.2
@@ -0,0 +1 @@
+148537a51037875aaba91b3822055332  devilspie-0.18.tar.gz




More information about the scm-commits mailing list