From 16bc4d8cdc69a2a1f403d1f2ecc94549c60cb4f1 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Jun 24 2015 09:49:26 +0000 Subject: Apply temporary fix to solve chicken-egg problem with gprbuild --- diff --git a/xmlada.spec b/xmlada.spec index 35ed654..cbd661d 100644 --- a/xmlada.spec +++ b/xmlada.spec @@ -1,6 +1,6 @@ Name: xmlada Version: 2015 -Release: 3%{?dist} +Release: 4%{?dist} Summary: XML library for Ada Group: System Environment/Libraries License: GPLv2+ @@ -66,7 +66,7 @@ rm -f %{buildroot}/%{_libdir}/%{name}/static/* ## only-non-binary-in-usr-lib cd %{buildroot}/%{_libdir} && ln -s %{name}/lib%{name}*.so.* . ### TEMPORARY for upgrade procedure -cd %{buildroot}/%{_libdir} && for so in `ls lib%{name}.so`; do ln -s $so $so.2013; done +cd %{buildroot}/%{_libdir} && for so in `ls lib%{name}*.so`; do ln -s $so $so.2013; done %files %defattr(-,root,root,-) @@ -94,9 +94,10 @@ cd %{buildroot}/%{_libdir} && for so in `ls lib%{name}.so`; do ln -s $so $so.201 %changelog -* Wed Jun 24 2015 Pavel Zhukov <> - 2015-3 +* Wed Jun 24 2015 Pavel Zhukov <> - 2015-4 - Move sources to separate directories - Add temporary symlinks to allow gprbuiild bootstraping +- Fix temporary (upgrade) links pattern * Tue Jun 23 2015 Pavel Zhukov <> - 2015-2 - Install xmlada.gpr