rpms/gdevilspie/F-9 gdevilspie.spec,NONE,1.1

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Sun Apr 6 19:02:53 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/gdevilspie/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11830

Added Files:
	gdevilspie.spec 
Log Message:
add files to branch


--- 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:        2%{?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





More information about the fedora-extras-commits mailing list