[matreshka/f18] Fix gpr path (#895231)

Pavel Zhukov landgraf at fedoraproject.org
Thu Mar 28 08:58:32 UTC 2013


commit 644a266560c5d2008f6b7d0d3ba098650eae066a
Author: Pavel Zhukov <pavel at zhukoff.net>
Date:   Thu Mar 28 09:58:37 2013 +0100

    Fix gpr path (#895231)

 matreshka-0.3.0_gpr.patch |  132 +++++++++++++++++++++++++++++++++++++++++++++
 matreshka.spec            |    5 ++-
 2 files changed, 136 insertions(+), 1 deletions(-)
---
diff --git a/matreshka-0.3.0_gpr.patch b/matreshka-0.3.0_gpr.patch
index 5b08322..6a0c359 100644
--- a/matreshka-0.3.0_gpr.patch
+++ b/matreshka-0.3.0_gpr.patch
@@ -278,3 +278,135 @@
  
 -end XML;
 +end matreshka_xml;
+--- a/gnat/install/matreshka_amf_uml.gpr	2013-03-28 09:44:46.844943460 +0100
++++ b/gnat/install/matreshka_amf_uml.gpr	2013-03-28 09:47:07.976939262 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ with "amf.gpr";
+ 
+ library project matreshka_amf_uml is
+--- a/gnat/install/matreshka_fastcgi.gpr	2013-03-28 09:44:46.846943460 +0100
++++ b/gnat/install/matreshka_fastcgi.gpr	2013-03-28 09:47:07.979939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ 
+ library project matreshka_fastcgi is
+ 
+--- a/gnat/install/matreshka_amf_ocl.gpr	2013-03-28 09:44:46.848943460 +0100
++++ b/gnat/install/matreshka_amf_ocl.gpr	2013-03-28 09:47:07.981939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ with "amf.gpr";
+ with "amf_uml.gpr";
+ 
+--- a/gnat/install/matreshka_sql_oracle.gpr	2013-03-28 09:44:46.850943460 +0100
++++ b/gnat/install/matreshka_sql_oracle.gpr	2013-03-28 09:47:07.984939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ 
+ library project matreshka_sql_oracle is
+ 
+--- a/gnat/install/matreshka_amf_utp.gpr	2013-03-28 09:44:46.853943460 +0100
++++ b/gnat/install/matreshka_amf_utp.gpr	2013-03-28 09:47:07.987939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ with "amf.gpr";
+ with "amf_uml.gpr";
+ 
+--- a/gnat/install/matreshka_xml.gpr	2013-03-28 09:44:46.855943460 +0100
++++ b/gnat/install/matreshka_xml.gpr	2013-03-28 09:47:07.990939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ 
+ library project matreshka_xml is
+ 
+--- a/gnat/install/matreshka_amf.gpr	2013-03-28 09:44:46.859943459 +0100
++++ b/gnat/install/matreshka_amf.gpr	2013-03-28 09:47:07.996939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ with "xml.gpr";
+ 
+ library project matreshka_amf is
+--- a/gnat/install/matreshka_sql_postgresql.gpr	2013-03-28 09:44:46.862943459 +0100
++++ b/gnat/install/matreshka_sql_postgresql.gpr	2013-03-28 09:47:07.999939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ 
+ library project matreshka_sql_postgresql is
+ 
+--- a/gnat/install/matreshka_sql_firebird.gpr	2013-03-28 09:44:46.866943459 +0100
++++ b/gnat/install/matreshka_sql_firebird.gpr	2013-03-28 09:47:08.005939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ 
+ library project matreshka_sql_firebird is
+ 
+--- a/gnat/install/matreshka_sql.gpr	2013-03-28 09:44:46.868943459 +0100
++++ b/gnat/install/matreshka_sql.gpr	2013-03-28 09:47:08.008939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ 
+ library project matreshka_sql is
+ 
+--- a/gnat/install/matreshka_sql_sqlite3.gpr	2013-03-28 09:44:46.870943459 +0100
++++ b/gnat/install/matreshka_sql_sqlite3.gpr	2013-03-28 09:47:08.011939261 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ 
+ library project matreshka_sql_sqlite3 is
+ 
+--- a/gnat/install/matreshka_amf_mofext.gpr	2013-03-28 09:44:46.873943459 +0100
++++ b/gnat/install/matreshka_amf_mofext.gpr	2013-03-28 09:47:08.014939260 +0100
+@@ -43,7 +43,7 @@
+ ------------------------------------------------------------------------------
+ with "directories";
+ with "matreshka/matreshka_config.gpr";
+-with "league.gpr";
++with "matreshka_league.gpr";
+ with "amf.gpr";
+ with "amf_uml.gpr";
+ 
diff --git a/matreshka.spec b/matreshka.spec
index 2c799d9..e362c2a 100644
--- a/matreshka.spec
+++ b/matreshka.spec
@@ -1,7 +1,7 @@
 %define _gprdir %_GNAT_project_dir
 Name:       matreshka
 Version:    0.3.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Set of Ada libraries to help to develop information systems
 Group:      System Environment/Libraries
 License:    BSD
@@ -363,6 +363,9 @@ chrpath --delete %{buildroot}%{_libdir}/lib*
 %files amf-mofext-devel -f .objs/amf_mofext-devel.files
 
 %changelog
+* Thu Mar 28 2013 Pavel Zhukov <landgraf at fedoraproject.org> - 0.3.0.3
+- Fix league gpr path
+
 * Sun Sep 30 2012 Pavel Zhukov <landgraf at fedoraproject.org> - 0.3.0-2
 - Add gpr patch
 


More information about the scm-commits mailing list