Author: kolodko                      Date: Tue Jul 18 17:23:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sources from openobex, now it is one package
- up to 1.3
- rel 1

---- Files affected:
SPECS:
   openobex-apps.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/openobex-apps.spec
diff -u SPECS/openobex-apps.spec:1.5 SPECS/openobex-apps.spec:1.6
--- SPECS/openobex-apps.spec:1.5        Tue Jul 20 07:14:59 2004
+++ SPECS/openobex-apps.spec    Tue Jul 18 19:23:02 2006
@@ -1,16 +1,19 @@
 # $Revision$, $Date$
+
+%define                src_name openobex
+
 Summary:       Open OBEX utility programs
 Summary(pl):   Narzędzia Open OBEX
 Name:          openobex-apps
-Version:       1.0.0
-Release:       2
+Version:       1.3
+Release:       1
 License:       LGPL
 Group:         Applications/Communications
-Source0:       http://dl.sourceforge.net/openobex/%{name}-%{version}.tar.gz
-# Source0-md5: 99927916459067bac249da8f7abc43fa
+Source0:       http://dl.sourceforge.net/openobex/%{src_name}-%{version}.tar.gz
+# Source0-md5: feaa5dfe5151c0e70e8f868fa4648a43
 URL:           http://openobex.sourceforge.net/
-BuildRequires: openobex-devel >= 1.0.0
-Requires:      openobex >= 1.0.0
+BuildRequires: openobex-devel >= %{version}
+Requires:      openobex >= %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,26 +25,36 @@
 biblioteki Open OBEX.
 
 %prep
-%setup -q
+%setup -q -n %{src_name}-%{version}
 
 %build
-%configure2_13
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --enable-apps
 
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
         DESTDIR=$RPM_BUILD_ROOT
 
+#don't generate warnings, these files are in openobex.spec
+rm -rf $RPM_BUILD_ROOT/usr/include
+rm -rf $RPM_BUILD_ROOT/usr/lib
+rm -rf $RPM_BUILD_ROOT/usr/share
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/ircp
 %attr(755,root,root) %{_bindir}/irobex_palm3
 %attr(755,root,root) %{_bindir}/irxfer
 %attr(755,root,root) %{_bindir}/obex_tcp
@@ -53,6 +66,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/07/18 17:23:02  kolodko
+- sources from openobex, now it is one package
+- up to 1.3
+- rel 1
+
 Revision 1.5  2004/07/20 05:14:59  ankry
 - rel. 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openobex-apps.spec?r1=1.5&r2=1.6&f=u

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

Reply via email to