remove empty changelog line
added requirement for PyQt4 [release 0.5-2mamba;Fri Jun 24 2011]
This commit is contained in:
parent
058b5cae9e
commit
c7a2cf48e3
@ -1,2 +1,4 @@
|
|||||||
# license-dialog
|
# license-dialog
|
||||||
|
|
||||||
|
A simple PyQt4 based license accept/refuse dialog
|
||||||
|
|
||||||
|
44
license-dialog.spec
Normal file
44
license-dialog.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user