From 5750ff7c0bfe9fd20a288cf04539f82574ca94bf Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 20 Sep 2001 08:43:56 +0000 Subject: - resync with cvs (Pablo s**) - switch to usermode - spec cleanup --- mdkonline.spec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/mdkonline.spec b/mdkonline.spec index 9c9b2e29..42f3eab3 100644 --- a/mdkonline.spec +++ b/mdkonline.spec @@ -5,7 +5,7 @@ Summary: The Mandrake Online Tool Name: %{name} Version: %{version} -Release: 6mdk +Release: 8mdk # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) Source0: %{name}-%{version}.tar.bz2 @@ -36,6 +36,14 @@ hardware support/enhancements and other high value services. rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT install +mv ${RPM_BUILD_ROOT}%{_prefix}/X11R6/bin/%{name} \ + ${RPM_BUILD_ROOT}%{_prefix}/X11R6/bin/%{name}.real +ln -sf %{_bindir}/consolehelper ${RPM_BUILD_ROOT}%{_prefix}/X11R6/bin/%{name} + +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/{pam.d,security/console.apps} +cp pam.%{name} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/%{name} +cp apps.%{name} $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/%{name} + #install lang %{find_lang} %{name} @@ -69,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) +%config(noreplace) %{_sysconfdir}/pam.d/%{name} +%config(noreplace) %{_sysconfdir}/security/console.apps/%{name} %{_prefix}/bin/* %{_prefix}/X11R6/bin/* %{_datadir}/%{name} @@ -78,6 +88,14 @@ rm -rf $RPM_BUILD_ROOT %{_liconsdir}/*.png %changelog +* Thu Sep 20 2001 Daouda LO 0.15-8mdk +- resync with cvs (Pablo s**) +- switch to usermode +- spec cleanup + +* Fri Sep 14 2001 Pablo Saratxaga 0.15-7mdk +- rebuild including latest translations + * Tue Sep 11 2001 Daouda LO 0.15-6mdk - cvs snapshot - new http authentification -- cgit v1.2.1