From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-January/011005.html | 138 ++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-January/011005.html (limited to 'zarb-ml/mageia-dev/2012-January/011005.html') diff --git a/zarb-ml/mageia-dev/2012-January/011005.html b/zarb-ml/mageia-dev/2012-January/011005.html new file mode 100644 index 000000000..37102be36 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-January/011005.html @@ -0,0 +1,138 @@ + + + + [Mageia-dev] [packages-commits] [189967] - version upgrade + + + + + + + + + +

[Mageia-dev] [packages-commits] [189967] - version upgrade

+ Thomas Spuhler + thomas at btspuhler.com +
+ Fri Jan 6 01:33:43 CET 2012 +

+
+ +
On Thursday, January 05, 2012 12:36:12 PM Matteo wrote:
+> Il 03/01/2012 17:30, Guillaume Rousse ha scritto:
+> > Le 03/01/2012 17:18, Jani Välimaa a écrit :
+> >>> @@ -11,7 +11,7 @@
+> >>> 
+> >>>   Group:        System/Kernel and hardware
+> >>>   BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+> >>>   URL:        http://www.codemonkey.org.uk/projects/x86info/
+> >>> 
+> >>> -Source0:    %{name}-%{realver}%{?cvsdate:-%{cvsdate}}.tar.bz2
+> >>> +Source0:    %{name}-%{realver}%{?cvsdate:-%{cvsdate}}.tgz
+> >>> 
+> >>>   Patch0:        x86info-1.17-intel-flags.patch
+> >>>   Patch1:        x86info-1.17-intel-caches.patch
+> >>>   Patch2:        x86info-1.17-cpuid-with-ecx-input.patch
+> >>> 
+> >>> @@ -33,17 +33,18 @@
+> >>> 
+> >>>   %setup -q -n %{name}-%{realver}
+> >>>   
+> >>>   %build
+> >>> 
+> >>> -make CFLAGS="%{optflags}"
+> >>> +#make CFLAGS="%{optflags}"
+> >>> +%make
+> >>> 
+> >>>   %install
+> >>> 
+> >>> -rm -rf %{buildroot}
+> >>> -install -d %{buildroot}%{_bindir}
+> >>> -install -d %{buildroot}%{_mandir}/man1
+> >>> -install -m755 %{name} %{buildroot}%{_bindir}/
+> >>> -install -m755 %{name}.1 %{buildroot}%{_mandir}/man1/
+> >>> +%__rm -rf %{buildroot}
+> >>> +%__install -d %{buildroot}%{_bindir}
+> >>> +%__install -d %{buildroot}%{_mandir}/man1
+> >>> +%__install -m755 %{name} %{buildroot}%{_bindir}/
+> >>> +%__install -m755 %{name}.1 %{buildroot}%{_mandir}/man1/
+> >> 
+> >> I think this is pretty much opposite what everyone else is doing. IMHO
+> >> this also makes .spec harder to read.
+> > 
+> > Morevoer, it mixes pure cosmetics changes, as some of those macros just
+> > expand to the command itself, as install vs %__install,
+> 
+> Hi Guillaume,
+> I'm sorry, but I don't think that /usr/bin/install it's equal to
+> 'install'. There are technical reasons to avoid these macros? Can you
+> suggest me some reference, please? I'm not able to find nothing about
+> this topic.
+> 
+>  with behaviour
+> 
+> > changes, as other macros expand to the command with additional
+> > arguments, as make vs %make, which is actually make -j.
+> 
+> So if I need to invoke make -j what should I do?
+> Again, excuse me -I'm not so skilled- but why should I avoid to call
+> make using -j option?
+> 
+> Be patient, please :-)
+Why are you signing your e-mail with a key that is not public?
+-- 
+Best regards
+Thomas Spuhler
+
+ + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1