rebuilt with python 2.7 [release 0.1.7.1-2mamba;Sun Mar 22 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 20:31:18 +01:00
parent 80ba237ace
commit 5cd40e9194

View File

@ -1,6 +1,6 @@
Name: arandr
Version: 0.1.7.1
Release: 1mamba
Release: 2mamba
Summary: A simple visual front end for XRandR 1.2
Group: Graphical Desktop/Applications/Configuration
Vendor: openmamba
@ -9,6 +9,9 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://christian.amsuess.com/tools/arandr/
Source: http://christian.amsuess.com/tools/arandr/files/arandr-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -23,7 +26,6 @@ Features:
* Main widget separated from packaged application (to facilitate integration with existing solutions)
%prep
%setup -q
%build
@ -45,13 +47,16 @@ Features:
%{_bindir}/arandr
%{_bindir}/unxrandr
%{_datadir}/applications/arandr.desktop
%{python_sitearch}/arandr-%{version}-py%{python_version}.egg-info
%{python_sitearch}/screenlayout/*
%{_mandir}/man1/arandr.1.gz
%{_mandir}/man1/unxrandr.1.gz
%{python_sitelib}/arandr-%{version}-py%{python_version}.egg-info
%{python_sitelib}/screenlayout/*
%{_mandir}/man1/arandr.1*
%{_mandir}/man1/unxrandr.1*
%doc COPYING README TODO
%changelog
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7.1-2mamba
- rebuilt with python 2.7
* Fri Mar 08 2013 Automatic Build System <autodist@mambasoft.it> 0.1.7.1-1mamba
- automatic version update by autodist