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

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Sun Apr 6 18:46:40 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/gdevilspie/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2804/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gdevilspie.spec 
Log Message:
Import gdevilspie



--- NEW FILE gdevilspie.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           gdevilspie
Version:        0.31
Release:        1%{?dist}
Summary:        A user friendly interface to the devilspie window matching daemon

Group:          User Interface/Desktops
License:        GPLv3+
URL:            http://code.google.com/p/gdevilspie/
Source0:        http://gdevilspie.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       devilspie

%description
gdevilspie is a user friendly interface to the devilspie window matching
daemon which allows you to create window management rules easily. 

%prep
%setup -q

%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

#don't include these twice
rm -rf $RPM_BUILD_ROOT%{_docdir}/gdevilspie
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changelog COPYING README TODO
%{_bindir}/*
%{python_sitelib}/*
%{_datadir}/gdevilspie
%{_datadir}/applications/*
%{_datadir}/pixmaps/*

%changelog
* Tue Mar 18 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.31-1
- Initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gdevilspie/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Apr 2008 16:06:40 -0000	1.1
+++ .cvsignore	6 Apr 2008 18:46:00 -0000	1.2
@@ -0,0 +1 @@
+gdevilspie-0.31.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gdevilspie/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Apr 2008 16:06:40 -0000	1.1
+++ sources	6 Apr 2008 18:46:00 -0000	1.2
@@ -0,0 +1 @@
+a414f4ed6c2ab135b9be3d2cc27e3c4d  gdevilspie-0.31.tar.bz2




More information about the fedora-extras-commits mailing list