]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- spaces to tabs
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 11 Jun 2021 21:11:37 +0000 (23:11 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 11 Jun 2021 21:11:37 +0000 (23:11 +0200)
apache-module.spec
apache1-module.spec
dokuwiki-plugin.spec
python-ext.spec
python3-ext.spec
python3.spec

index f23208aa80cefc90a3158aa7ab463cef2c158c3f..95577e76095d7743e342a28dd142818c45e6e55b 100644 (file)
@@ -4,7 +4,7 @@
 # for new packages.
 #
 %define                mod_name        MODNAME
-%define        apxs            %{_sbindir}/apxs
+%define                apxs            %{_sbindir}/apxs
 Summary:       Apache HTTPD module: ..
 Summary(pl.UTF-8):     Moduł Apache'a: ...
 Name:          apache-mod_%{mod_name}
index da3e1caa32ebb0d7151d1f1ab8bc554ff0d4d970..07dfd36d6b23b4316840e8602f2cb9830ff02d36 100644 (file)
@@ -7,7 +7,7 @@
 # for new packages.
 #
 %define                mod_name        MODNAME
-%define        apxs            %{_sbindir}/apxs1
+%define                apxs            %{_sbindir}/apxs1
 Summary:       Apache HTTPD module: ..
 Summary(pl.UTF-8):     Moduł Apache'a: ...
 Name:          apache1-mod_%{mod_name}
index 52c0769f67debc952b91bcd422a3670c9a7c8f0e..db01678e147489e6eaa7cb769f41f5e48d46da8a 100644 (file)
@@ -25,7 +25,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                dokuconf        /etc/webapps/dokuwiki
 %define                dokudir         /usr/share/dokuwiki
 %define                plugindir       %{dokudir}/lib/plugins/%{plugin}
-%define                find_lang       %{_usrlibrpm}/dokuwiki-find-lang.sh %{buildroot}
+%define                find_lang       %{_usrlibrpm}/dokuwiki-find-lang.sh %{buildroot}
 
 # no pear deps
 %define                _noautopear     pear
index b85c697012d5e31da762f1304995fa2edee6da1e..8759254150fd63f735501fca274c6c94345a782f 100644 (file)
@@ -9,7 +9,7 @@
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
-%define        module  template
+%define                module  template
 Summary:       -
 Summary(pl.UTF-8):     -
 # Name must match the python module/package name (as on pypi or in 'import' statement)
index 37edac290dd7fd91bb34391d17d1b3003a513212..8d6c7131db0bf2ea9cb52408b9c74ccdc6e5570e 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_without doc     # API documentation
 %bcond_without tests   # unit tests
 
-%define        module  template
+%define                module  template
 Summary:       -
 Summary(pl.UTF-8):     -
 # Name must match the python module/package name (as on pypi or in 'import' statement)
index cb6dd2c3890c0f0280d095f44ab3fa876e62c728..4dac23560192f1651def824d19d4cc0406ca2d40 100644 (file)
@@ -7,7 +7,7 @@
 %bcond_without doc     # API documentation
 %bcond_without tests   # unit tests
 
-%define        module  template
+%define                module  template
 Summary:       -
 Summary(pl.UTF-8):     -
 # Name must match the python module/package name (as on pypi or in 'import' statement)
This page took 0.332369 seconds and 4 git commands to generate.