license-dialog/license-dialog.spec

45 lines
1.1 KiB
RPMSpec
Raw Permalink Normal View History

Name: license-dialog
Version: 0.5
Release: 2mamba
Summary: A simple PyQt4 based license accept/refuse dialog
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Filippo Bedendo Bordon <michiamophil@libero.it>
URL: http://www.openmamba.org/
Source: http://git.openmamba.org/license-dialog/license-dialog-%{version}.tar.bz2
License: GPL
Requires: PyQt4
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A simple PyQt4 based license accept/refuse dialog
%prep
%setup -q
%build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/license-dialog
%doc ChangeLog
%changelog
* Fri Jun 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-2mamba
- remove empty changelog line
- added requirement for PyQt4
* Sat Jun 18 2011 Filippo Bedendo Bordon <michiamophil@libero.it> 0.5-1mamba
- package created by autospec