From 2e1e1c3d8bb33e90a528dd68909a4f1cf71620a0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:50:43 +0100 Subject: [PATCH] automatic version update by autodist [release 0.1-3mamba;Wed Jul 10 2013] --- README.md | 2 ++ urandr.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 urandr.spec diff --git a/README.md b/README.md index 4e14b46..48cdf37 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # urandr +Urandr is a GUI to RandR 1.2 written in PyGTK. IT covers RandR 1.2 basic functionalities and aims to make multihead configuration as easy as possible for unexperienced users. + diff --git a/urandr.spec b/urandr.spec new file mode 100644 index 0000000..fd6d61d --- /dev/null +++ b/urandr.spec @@ -0,0 +1,53 @@ +Name: urandr +Version: 0.1 +Release: 3mamba +Summary: A GUI to RandR 1.2 +Group: Graphical Desktop/Applications/Configuration +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://albertomilone.com/urandr.html +Source: http://albertomilone.com/ubuntu/urandr/urandr-%{version}.tar.gz +License: GPL +Requires: python >= %python_version +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Urandr is a GUI to RandR 1.2 written in PyGTK. IT covers RandR 1.2 basic functionalities and aims to make multihead configuration as easy as possible for unexperienced users. + +%prep + +%setup -q + +%build +%{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/urandr +%{_datadir}/applications/urandr.desktop +%{python_sitearch}/URandR/* +%{python_sitearch}/urandr-*-info +%{_datadir}/urandr/* + +%changelog +* Wed Jul 10 2013 Automatic Build System 0.1-3mamba +- automatic version update by autodist + +* Mon Jan 26 2009 Silvan Calarco 0.1-2mamba +- fixed License field + +* Sun Jan 18 2009 Silvan Calarco 0.1-1mamba +- package created by autospec