autospec.spec: remove the variable 'rpmbuild_group': it's no more needed. Personal data is located in the files ~/.autospec and ~/.autospec.d/*.conf
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
e8b9a33167
commit
ffe2b496d1
@ -18,9 +18,15 @@ Changes in version 1.14.2
|
|||||||
A color scheme can be selected now by using the new command-line option
|
A color scheme can be selected now by using the new command-line option
|
||||||
'--colorize-theme'.
|
'--colorize-theme'.
|
||||||
|
|
||||||
|
+ improvement
|
||||||
* lib/libmsgmng.lib, conf/Makefile - Davide Madrisan:
|
* lib/libmsgmng.lib, conf/Makefile - Davide Madrisan:
|
||||||
Move theme settings to configuration files (color-theme.*)
|
Move theme settings to configuration files (color-theme.*)
|
||||||
|
|
||||||
|
+ update
|
||||||
|
* autospec.spec - Davide Madrisan:
|
||||||
|
Remove the variable 'rpmbuild_group': it's no more needed. Personal data is
|
||||||
|
located in the files ~/.autospec and ~/.autospec.d/*.conf
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.14.1 - _TO*Hacklab release
|
Changes in version 1.14.1 - _TO*Hacklab release
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# modify these definitions according to your distribution
|
# modify these definitions according to your distribution
|
||||||
%define distribution openmamba
|
%define distribution openmamba
|
||||||
%define vendor openmamba
|
%define vendor openmamba
|
||||||
%define rpmbuild_group packager
|
|
||||||
|
|
||||||
Name: autospec
|
Name: autospec
|
||||||
Version: @version@
|
Version: @version@
|
||||||
@ -151,22 +150,13 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix}
|
|||||||
%lang(it) %{?_localedir:%{_localedir}}%{!?_localedir:%_datadir/locale}/it/LC_MESSAGES/pck-extract.mo
|
%lang(it) %{?_localedir:%{_localedir}}%{!?_localedir:%_datadir/locale}/it/LC_MESSAGES/pck-extract.mo
|
||||||
%lang(it) %{?_localedir:%{_localedir}}%{!?_localedir:%_datadir/locale}/it/LC_MESSAGES/pck-update.mo
|
%lang(it) %{?_localedir:%{_localedir}}%{!?_localedir:%_datadir/locale}/it/LC_MESSAGES/pck-update.mo
|
||||||
%lang(it) %{?_localedir:%{_localedir}}%{!?_localedir:%_datadir/locale}/it/LC_MESSAGES/spec-create.mo
|
%lang(it) %{?_localedir:%{_localedir}}%{!?_localedir:%_datadir/locale}/it/LC_MESSAGES/spec-create.mo
|
||||||
%if %{rpmbuild_group} == "root"
|
|
||||||
%config %attr(644,root,root) %{_sysconfdir}/%{name}.conf
|
%config %attr(644,root,root) %{_sysconfdir}/%{name}.conf
|
||||||
%else
|
|
||||||
%config %attr(640,root,%{rpmbuild_group}) %{_sysconfdir}/%{name}.conf
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files config-%{distribution}
|
%files config-%{distribution}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_sysconfdir}/%{name}.d
|
%dir %{_sysconfdir}/%{name}.d
|
||||||
%if %{rpmbuild_group} == "root"
|
|
||||||
%config %attr(644,root,root) %{_sysconfdir}/%{name}.d/*.conf
|
%config %attr(644,root,root) %{_sysconfdir}/%{name}.d/*.conf
|
||||||
%config %attr(644,root,root) %{_sysconfdir}/%{name}.d/color-theme.*
|
%config %attr(644,root,root) %{_sysconfdir}/%{name}.d/color-theme.*
|
||||||
%else
|
|
||||||
%config %attr(640,root,%{rpmbuild_group}) %{_sysconfdir}/%{name}.d/*.conf
|
|
||||||
%config %attr(644,root,%{rpmbuild_group}) %{_sysconfdir}/%{name}.d/color-theme.*
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user