|
|
@ -12,7 +12,7 @@
|
|
|
|
#For git snapshots, set to 0 to use release instead:
|
|
|
|
#For git snapshots, set to 0 to use release instead:
|
|
|
|
%global usesnapshot 1
|
|
|
|
%global usesnapshot 1
|
|
|
|
%if 0%{?usesnapshot}
|
|
|
|
%if 0%{?usesnapshot}
|
|
|
|
%global commit0 9518d52ba80a22c6e6a6414e9137e66013d2d191
|
|
|
|
%global commit0 f90b768ea040529fe33fda7e20f5fe2765de1dd0
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
#What doc version to use with the snapshot (usually last release):
|
|
|
|
#What doc version to use with the snapshot (usually last release):
|
|
|
|
%global builddocs 1
|
|
|
|
%global builddocs 1
|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{wxgtkname}
|
|
|
|
Name: %{wxgtkname}
|
|
|
|
Version: 3.0.3
|
|
|
|
Version: 3.0.3
|
|
|
|
Release: 0.1%{?usesnapshot:.git%{shortcommit0}}%{?dist}
|
|
|
|
Release: 0.2%{?usesnapshot:.git%{shortcommit0}}%{?dist}
|
|
|
|
Summary: GTK port of the wxWidgets GUI library
|
|
|
|
Summary: GTK port of the wxWidgets GUI library
|
|
|
|
License: wxWidgets
|
|
|
|
License: wxWidgets
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -356,6 +356,9 @@ fi
|
|
|
|
%doc docs/doxygen/out/xml/*
|
|
|
|
%doc docs/doxygen/out/xml/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Dec 28 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.3-0.2.gitf90b768
|
|
|
|
|
|
|
|
- Update to newer git snapshot
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 10 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.3-0.1.git9518d52
|
|
|
|
* Sat Dec 10 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.3-0.1.git9518d52
|
|
|
|
- Update to git snapshot
|
|
|
|
- Update to git snapshot
|
|
|
|
|
|
|
|
|
|
|
|