update to 1.3-20160126
This commit is contained in:
parent
a6e75b3935
commit
b6c31fa2fa
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/dialog-1.2-20150920.tgz
|
/dialog-1.3-20160126.tgz
|
||||||
|
11
dialog.spec
11
dialog.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: A utility for creating TTY dialog boxes
|
Summary: A utility for creating TTY dialog boxes
|
||||||
Name: dialog
|
Name: dialog
|
||||||
%global dialogsubversion 20150920
|
%global dialogsubversion 20160126
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 17.%{dialogsubversion}%{?dist}
|
Release: 1.%{dialogsubversion}%{?dist}
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://invisible-island.net/dialog/dialog.html
|
URL: http://invisible-island.net/dialog/dialog.html
|
||||||
@ -68,7 +68,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdialog.{,l}a
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYING dialog.lsm README _samples/samples
|
%doc COPYING dialog.lsm README _samples/samples
|
||||||
%{_bindir}/dialog
|
%{_bindir}/dialog
|
||||||
%{_libdir}/libdialog.so.*
|
%{_libdir}/libdialog.so.13*
|
||||||
%{_mandir}/man1/dialog.*
|
%{_mandir}/man1/dialog.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -78,6 +78,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdialog.{,l}a
|
|||||||
%{_mandir}/man3/dialog.*
|
%{_mandir}/man3/dialog.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2016 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-1.20160126
|
||||||
|
- update to 1.3-20160126
|
||||||
|
|
||||||
* Tue Sep 22 2015 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-17.20150528
|
* Tue Sep 22 2015 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-17.20150528
|
||||||
- update to 1.2-20150920
|
- update to 1.2-20150920
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user