From ffe2b496d1aace4913bcd88cb8241c0e3312e8b4 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Sat, 10 Nov 2012 21:18:33 +0100 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ autospec.spec.in | 10 ---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c3d029..c743a36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,9 +18,15 @@ Changes in version 1.14.2 A color scheme can be selected now by using the new command-line option '--colorize-theme'. ++ improvement * lib/libmsgmng.lib, conf/Makefile - Davide Madrisan: 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 diff --git a/autospec.spec.in b/autospec.spec.in index 3968ef9..6e9e38b 100644 --- a/autospec.spec.in +++ b/autospec.spec.in @@ -1,7 +1,6 @@ # modify these definitions according to your distribution %define distribution openmamba %define vendor openmamba -%define rpmbuild_group packager Name: autospec 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-update.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 -%else -%config %attr(640,root,%{rpmbuild_group}) %{_sysconfdir}/%{name}.conf -%endif %files config-%{distribution} %defattr(-,root,root) %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/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 %defattr(-,root,root)