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/2011-August/007399.html | 123 +++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 zarb-ml/mageia-dev/2011-August/007399.html (limited to 'zarb-ml/mageia-dev/2011-August/007399.html') diff --git a/zarb-ml/mageia-dev/2011-August/007399.html b/zarb-ml/mageia-dev/2011-August/007399.html new file mode 100644 index 000000000..fad9aced8 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-August/007399.html @@ -0,0 +1,123 @@ + + + + [Mageia-dev] [134638] - clean spec + + + + + + + + + +

[Mageia-dev] [134638] - clean spec

+ D.Morgan + dmorganec at gmail.com +
+ Sat Aug 20 15:34:52 CEST 2011 +

+
+ +
On Sat, Aug 20, 2011 at 3:22 PM,  <root at mageia.org> wrote:
+> Revision 134638 Author shadow95 Date 2011-08-20 15:22:52 +0200 (Sat, 20 Aug
+> 2011)
+>
+> Log Message
+>
+> - clean spec
+>
+> Modified Paths
+>
+> cauldron/gcstar/current/SPECS/gcstar.spec
+>
+> Modified: cauldron/gcstar/current/SPECS/gcstar.spec
+> ===================================================================
+> --- cauldron/gcstar/current/SPECS/gcstar.spec	2011-08-20 13:17:33 UTC (rev
+> 134637)
+> +++ cauldron/gcstar/current/SPECS/gcstar.spec	2011-08-20 13:22:52 UTC (rev
+> 134638)
+> @@ -24,15 +24,16 @@
+>  %setup -q -n %{name}
+>
+>  %install
+> -%{__mkdir_p} %{buildroot}%{_prefix}
+> -%{__install} -d %{buildroot}%{_bindir}
+> -%{__install} bin/gcstar %{buildroot}%{_bindir}
+> -%{__install} -d %{buildroot}%{_prefix}/lib
+> -%{__cp} -a lib/gcstar %{buildroot}%{_prefix}/lib
+> -%{__install} -d %{buildroot}%{_datadir}
+> -%{__cp} -a share/* %{buildroot}%{_datadir}
+> -%{__install} -d %{buildroot}%{_mandir}/man1
+> -%{__install} man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+> +rm -rf %{buildroot}
+> +mkdir -p %{buildroot}%{_prefix}
+> +install -d %{buildroot}%{_bindir}
+> +install bin/gcstar %{buildroot}%{_bindir}
+> +install -d %{buildroot}%{_prefix}/lib
+> +cp -a lib/gcstar %{buildroot}%{_prefix}/lib
+> +install -d %{buildroot}%{_datadir}
+> +cp -a share/* %{buildroot}%{_datadir}
+> +install -d %{buildroot}%{_mandir}/man1
+> +install man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+
+
+Why do you clean by removing rpm macros ?  what was wrong with them ?
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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