Author: baggins                      Date: Tue Apr 25 21:53:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- normal configure

---- Files affected:
SPECS:
   tora.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/tora.spec
diff -u SPECS/tora.spec:1.17 SPECS/tora.spec:1.18
--- SPECS/tora.spec:1.17        Tue Apr 25 19:39:48 2006
+++ SPECS/tora.spec     Tue Apr 25 23:53:29 2006
@@ -13,6 +13,10 @@
 BuildRequires: kdelibs-devel
 BuildRequires: qt-devel
 BuildRequires: qt-linguist
+BuildRequires: mono-devel
+BuildRequires: qscintilla-devel
+BuildRequires: pcre-devel
+BuildRequires: cppunit-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,17 +29,9 @@
 %setup -q
 
 %build
-./configure \
-       --prefix=%{_prefix} \
-       --prefix-lib=%{_datadir} \
-       --with-kde-include=%{_includedir} \
-       --with-kde-libs=%{_libdir} \
-       --with-qt-include=%{_includedir}/qt \
-       --with-qt-libs=%{_libdir} \
-       --with-qt-moc=%{_bindir}/moc \
-       --with-qt-uic=%{_bindir}/uic \
-       --without-oracle \
-       --with-gcc="%{__cc}"
+%configure \
+       --with-oracle
+
 %{__make}
 
 %install
@@ -43,7 +39,7 @@
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
-       ROOT=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install icons/tora.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -55,7 +51,7 @@
 %defattr(644,root,root,755)
 %doc BUGS NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%{_libdir}/lib*.so.*.*.*
 %{_desktopdir}/*
 %{_pixmapsdir}/*
 
@@ -65,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/04/25 21:53:29  baggins
+- normal configure
+
 Revision 1.17  2006/04/25 17:39:48  baggins
 - up to 1.3.21
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tora.spec?r1=1.17&r2=1.18&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to