From dbd23b17a90b19c9c585abba896b579abb1ea142 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Thu, 25 Mar 2004 16:57:57 +0000 Subject: [PATCH] - removed some commented out portions of %%install section - added %%{_sysconfdir}/adduser-ng directory to %%files - it was Paszczus, not Pawcioos who created this spec, my mistake. Changed files: adduser-ng.spec -> 1.2 --- adduser-ng.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/adduser-ng.spec b/adduser-ng.spec index 697ce1e..70b678c 100644 --- a/adduser-ng.spec +++ b/adduser-ng.spec @@ -57,11 +57,6 @@ modularny: %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/{UI,plugins},%{_sysconfdir}/%{name}/groups,%{_datadir}/%{name}/plugins} -#install -d $RPM_BUILD_ROOT%{_libdir} -#install -d $RPM_ILD_ROOT%{_libdir}/UI -#install -d $RPM_BUILD_ROOT%{_libdir}/plugins -#install -d $RPM_BUILD_ROOT%{_sysconfdir}/adduser-ng -#install -d $RPM_BUILD_ROOT%{_sysconfdir}/adduser-ng/groups install adduser $RPM_BUILD_ROOT%{_bindir} install adduser-ng/adduser-ng.conf-dist $RPM_BUILD_ROOT%{_sysconfdir}/adduser-ng/adduser-ng.conf install adduser-ng/groups/adduser $RPM_BUILD_ROOT%{_sysconfdir}/adduser-ng/groups/ @@ -79,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT %doc Docs/* %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/* -%{_datadir}/%{name} +%dir %{_sysconfdir}/adduser-ng/ %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/adduser-ng/adduser-ng.conf %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/adduser-ng/groups/adduser +%{_datadir}/%{name} -- 2.44.0