SPECS (DEVEL): dotnet-gtksourceview-sharp.spec - BR: pkgconfig - s...
charles
charles at pld-linux.org
Mon Jun 27 11:57:15 CEST 2005
Author: charles Date: Mon Jun 27 09:57:15 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- BR: pkgconfig
- s/test -f/test -d/
---- Files affected:
SPECS:
dotnet-gtksourceview-sharp.spec (1.17.2.4 -> 1.17.2.5)
---- Diffs:
================================================================
Index: SPECS/dotnet-gtksourceview-sharp.spec
diff -u SPECS/dotnet-gtksourceview-sharp.spec:1.17.2.4 SPECS/dotnet-gtksourceview-sharp.spec:1.17.2.5
--- SPECS/dotnet-gtksourceview-sharp.spec:1.17.2.4 Tue May 24 21:26:57 2005
+++ SPECS/dotnet-gtksourceview-sharp.spec Mon Jun 27 11:57:10 2005
@@ -18,6 +18,7 @@
BuildRequires: libtool
BuildRequires: monodoc >= 0.16
BuildRequires: mono-csharp >= 1.1.6
+BuildRequires: pkgconfig
Requires: gtksourceview >= 1.0.1
Requires: dotnet-gtk-sharp >= 1.9.3
Provides: gtksourceview-sharp
@@ -70,7 +71,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-if test -f $RPM_BUILD_ROOT%{_pkgconfigdir} ; then
+if test -d $RPM_BUILD_ROOT%{_pkgconfigdir} ; then
:
else
install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
@@ -103,6 +104,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17.2.5 2005/06/27 09:57:10 charles
+- BR: pkgconfig
+- s/test -f/test -d/
+
Revision 1.17.2.4 2005/05/24 19:26:57 malekith
- add hack so it builds on amd64
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dotnet-gtksourceview-sharp.spec?r1=1.17.2.4&r2=1.17.2.5&f=u
More information about the pld-cvs-commit
mailing list