diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | macros.in | 2 | ||||
-rw-r--r-- | rpm-mandriva-setup.spec | 2 |
4 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-05-12 08:36 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * configure.ac, rpm-mandriva-setup.spec: - 0.7 (provide emacs spec + mode) + 2005-05-10 12:06 Olivier Thauvin <thauvin@aerov.jussieu.fr> * configure.ac, rpm-mandriva-setup.spec: - 0.6 diff --git a/configure.ac b/configure.ac index 7e1237c..e745793 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 0.7, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 0.8, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR @@ -71,6 +71,8 @@ %_multilibpatt (/%{_lib}|/usr/%{_lib}(|/gconv)|/usr/local/%{_lib}|/usr/X11R6/%{_lib}|/opt/%{_lib})/[^/]*\\.([oa]|la|so[0-9.]*)$ %_sysconfdir /etc +%_localstatedir %_var/lib + %_infodir /usr/share/info %_mandir /usr/share/man %_initrddir %{_sysconfdir}/rc.d/init.d diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec index 5eab50e..eda3e97 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -1,5 +1,5 @@ %define name rpm-mandriva-setup -%define version 0.7 +%define version 0.8 %define release %mkrel 1 # This can be usefull for backport as rpm-4.2 |