Changeset 1784 for spec/trunk/SPECS
- Timestamp:
- Oct 8, 2021, 6:54:46 PM (4 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/novprog.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/novprog.spec
r1701 r1784 1 1 Name: novprog 2 Version: 3. 1.72 Version: 3.2.0 3 3 Release: 1%{?dist} 4 4 Summary: Tool to graph your progress in writing a NaNoWriMo style novel 5 5 License: GPLv3+ 6 6 URL: http://gottcode.org/%{name}/ 7 #Source: http://gottcode.org/%{name}/%{name}-%{version}-src.tar.bz2 8 %scm_source github https://github.com/gottcode/novprog master 7 %if !0%{?os2_version} 8 Source: http://gottcode.org/%{name}/%{name}-%{version}-src.tar.bz2 9 %else 10 %scm_source github https://github.com/gottcode/novprog main 11 %endif 9 12 10 #BuildRequires: desktop-file-utils 11 #BuildRequires: libappstream-glib 13 %if !0%{?os2_version} 14 BuildRequires: desktop-file-utils 15 BuildRequires: libappstream-glib 16 %endif 12 17 BuildRequires: qt5-qttools-devel 13 #Requires: hicolor-icon-theme 18 %if !0%{?os2_version} 19 Requires: hicolor-icon-theme 20 %endif 14 21 15 22 %description … … 21 28 22 29 %prep 23 #%setup -q 30 %if !0%{?os2_version} 31 %setup -q 32 %else 24 33 %scm_setup 34 %endif 25 35 26 36 %build … … 40 50 mkdir -p %{buildroot}%{_datadir}/%{name}/translations 41 51 mkdir -p %{buildroot}%{_datadir}/%{name}/icons/ 42 install -p -m 644 release/%{name}.exe %{buildroot}%{_bindir}/52 install -p -m 644 %{name}.exe %{buildroot}%{_bindir}/ 43 53 install -p -m 644 translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/ 44 54 install -p -m 644 doc/%{name}.1 %{buildroot}%{_mandir}/man1/ 45 55 install -p -m 644 icons/hicolor/32x32/apps/*.png %{buildroot}%{_datadir}/%{name}/icons/ 46 56 47 #%find_lang %{name} --with-qt --without-mo57 %find_lang %{name} --with-qt --without-mo 48 58 49 59 %check 50 #desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop || : 51 #appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml || : 60 %if !0%{?os2_version} 61 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop || : 62 appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml || : 63 %endif 52 64 53 65 #%files -f %{name}.lang … … 65 77 66 78 %changelog 79 * Fri Oct 08 2021 Elbert Pol <elbert.pol@gmail.com> - 3.2.0-1 80 - Updated to latest version 81 67 82 * Thu Apr 23 2020 Elbert Pol <elbert.pol@gmail.com> - 3.1.7-1 68 83 - first QT5 RPM for OS2
Note:
See TracChangeset
for help on using the changeset viewer.
