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