[matreshka/f17] Fix source dir

Pavel Zhukov landgraf at fedoraproject.org
Tue Apr 3 19:30:30 UTC 2012


commit d152f885e14de1a5c25ae045f2ad5fe4d6f49120
Author: Pavel Zhukov <landgraf at fedoraproject.org>
Date:   Tue Apr 3 23:30:18 2012 +0400

    Fix source dir

 matreshka-gpr.patch |    2 +-
 matreshka.spec      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/matreshka-gpr.patch b/matreshka-gpr.patch
index dedda3a..75c4379 100644
--- a/matreshka-gpr.patch
+++ b/matreshka-gpr.patch
@@ -58,7 +58,7 @@
     for Library_Kind use "dynamic";
     for Library_Name use Library_Name;
 -   for Source_Dirs use ("../../include/matreshka/sql/postgresql");
-+   for Source_Dirs use (Directories.Includedir "/matreshka/sql/postgresql");
++   for Source_Dirs use (Directories.Includedir & "/matreshka/sql/postgresql");
     for Library_Dir use Matreshka_Config.Library_Dir;
     for Library_ALI_Dir use Matreshka_Config.Library_ALI_Dir;
     for Externally_Built use "True";
diff --git a/matreshka.spec b/matreshka.spec
index 6640308..9b0edab 100644
--- a/matreshka.spec
+++ b/matreshka.spec
@@ -1,6 +1,6 @@
 Name:       matreshka
 Version:    0.2.0
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    Set of Ada libraries to help to develop information systems
 Group:      System Environment/Libraries
 License:    BSD
@@ -382,7 +382,7 @@ cd %{buildroot}%{_GNAT_project_dir} && for file in $(ls *.gpr); do mv $file matr
 %defattr(-,root,root,-)
 
 %changelog
-* Tue Apr 3 2012 Pavel Zhukov <landgraf at fedoraproject.org> - 0.2.0-4
+* Tue Apr 3 2012 Pavel Zhukov <landgraf at fedoraproject.org> - 0.2.0-5
 - Fix projects names
 
 * Sun Mar 24 2012 Pavel Zhukov <landgraf at fedoraproject.org> - 0.2.0-3


More information about the scm-commits mailing list