diff --git a/README.md b/README.md index 0839982..de26bd4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # license-dialog +A simple PyQt4 based license accept/refuse dialog + diff --git a/license-dialog.spec b/license-dialog.spec new file mode 100644 index 0000000..20749b5 --- /dev/null +++ b/license-dialog.spec @@ -0,0 +1,44 @@ +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 +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 0.5-2mamba +- remove empty changelog line +- added requirement for PyQt4 + +* Sat Jun 18 2011 Filippo Bedendo Bordon 0.5-1mamba +- package created by autospec