aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 0.31.24HEAD0.31.24masterdaviddavid2023-05-042-1/+2
|
* Use `grep -E` instead of deprecated `egrep`daviddavid2023-05-042-5/+7
|
* 0.31.230.31.23Jani Välimaa2020-05-012-1/+3
|
* Rename spec-helper.macros as macros.spec-helperJani Välimaa2020-05-013-2/+3
|
* Makefile: remove double slashesJani Välimaa2020-05-011-2/+2
|
* Makefile: preserve timestamps when installing filesJani Välimaa2020-05-011-3/+3
|
* Makefile: fix rpmmacrodir locationJani Välimaa2020-05-011-3/+3
|
* Add .gitignoreJani Välimaa2020-05-011-0/+1
| | | | Add dist tarball to .gitignore
* Makefile: make an unsigned, annotated tag objectJani Välimaa2020-05-011-1/+1
|
* Drop unneeded translate_menu script (mga#26519)Jani Välimaa2020-05-016-72/+3
| | | | Nothing uses /usr/lib/menu anymore.
* Makefile: one script file per lineJani Välimaa2020-05-011-4/+14
|
* 0.31.220.31.22Jani Välimaa2018-10-212-1/+2
|
* Move binary and library stripping to __os_install_post in rpm-setup if ↵Jani Välimaa2018-10-212-1/+2
| | | | __debug_package isn't defined
* 0.31.210.31.21Jani Välimaa2018-09-222-1/+2
|
* Check .desktop files only in /usr/share/applicationsJani Välimaa2018-09-222-7/+4
|
* 0.31.200.31.20Jani Välimaa2018-08-262-2/+3
|
* Clean perl stuff only from $RPM_BUILD_ROOTJani Välimaa2018-08-262-1/+3
|
* 0.31.190.31.19Martin Whitaker2018-08-102-1/+4
|
* Exclude mga/dm files from check_desktop_filesMartin Whitaker2018-08-101-2/+3
|
* 0.31.18v0.31.180.31.18Martin Whitaker2018-08-102-1/+4
|
* Exclude khelpcenter files from check_desktop_filesMartin Whitaker2018-08-101-1/+3
|
* bump version0.31.17Guillaume Rousse2018-08-061-0/+3
|
* exclude /usr/share/wayland-sessions tooGuillaume Rousse2018-08-061-1/+2
|
* bump release0.31.16.1Guillaume Rousse2018-08-042-1/+4
|
* fix sessions file path correctlyGuillaume Rousse2018-08-041-1/+1
|
* bump release0.31.16Guillaume Rousse2018-08-042-1/+5
|
* add chek_desktop_files to the tests listGuillaume Rousse2018-08-041-2/+17
|
* add standard buildroot testsGuillaume Rousse2018-08-041-2/+6
|
* fix typo and pathGuillaume Rousse2018-08-041-1/+1
|
* bump version0.31.15Guillaume Rousse2018-08-041-0/+4
|
* document check_desktop_file usageGuillaume Rousse2018-08-041-0/+4
|
* a bit more consistency in various file headersGuillaume Rousse2018-08-0413-77/+11
|
* exclude session files from validationGuillaume Rousse2018-08-041-0/+4
|
* 0.31.140.31.14Thierry Vignaud2018-08-022-1/+2
|
* clean 64bit stuff for perl-5.28 tooThierry Vignaud2018-08-022-1/+3
|
* 0.31.130.31.13Thierry Vignaud2018-08-012-1/+2
|
* clean perl stuff for perl-5.28 tooThierry Vignaud2018-08-012-2/+5
|
* Add a new helper to check all .desktop files with desktop-files-validatev0.31.12Florian Hubold2016-03-284-2/+73
|
* 0.31.11v0.31.11Pascal Terjan2016-01-092-1/+2
|
* Add a new helper to disable SMP.Pascal Terjan2016-01-093-1/+5
| | | | This is needed when running armv5 code on SMP armv7 build machines.
* drop support for LZMAThierry Vignaud2015-08-282-4/+4
|
* New release 0.31.10.v0.31.10Shlomi Fish2015-07-251-1/+1
|
* Fix $_ in compress_files.Shlomi Fish2015-07-252-30/+43
|
* Bump version number to 0.31.9v0.31.9Shlomi Fish2015-07-251-1/+1
|
* Fix warnings/etc. on recent perls.Shlomi Fish2015-07-253-4/+12
|
* convert tagging from SVN to gitThierry Vignaud2014-03-131-3/+3
|
* Use xz -2ef options to optimize compression for man and info files, which ↵Dan Fandrich2013-12-221-1/+1
| | | | | | | are almost always <2MB Note: This commit was accidentally missed when importing from subversion and has now been restored.
* simplify xargs() usage now that all callers care about its return valueThierry Vignaud2013-12-221-7/+5
| | | | | Note: This commit was accidentally missed when importing from subversion and has now been restored.
* perl_checker cleanupsThierry Vignaud2013-12-221-19/+23
| | | | | Note: This commit was accidentally missed when importing from subversion and has now been restored.
* no need for these funcs to be variablesThierry Vignaud2013-12-221-22/+25
| | | | | Note: This commit was accidentally missed when importing from subversion and has now been restored.