|
Lines 6-12
Link Here
|
| 6 |
Summary: Library for using OBEX |
6 |
Summary: Library for using OBEX |
| 7 |
Name: lib%relaname |
7 |
Name: lib%relaname |
| 8 |
Version: 1.0.1 |
8 |
Version: 1.0.1 |
| 9 |
Release: alt2 |
9 |
Release: alt3 |
| 10 |
Copyright: LGPL |
10 |
Copyright: LGPL |
| 11 |
Group: System/Libraries |
11 |
Group: System/Libraries |
| 12 |
|
12 |
|
|
Lines 15-22
Link Here
|
| 15 |
Source: ftp://download.sourceforge.net/pub/sourceforge/openobex/%relaname-%version.tar.gz |
15 |
Source: ftp://download.sourceforge.net/pub/sourceforge/openobex/%relaname-%version.tar.gz |
| 16 |
|
16 |
|
| 17 |
|
17 |
|
| 18 |
# Automatically added by buildreq on Wed Oct 22 2003 |
18 |
# Automatically added by buildreq on Wed Feb 23 2005 |
| 19 |
BuildRequires: glibc-devel-static libbluez-devel |
19 |
BuildRequires: OpenSP docbook-dtds docbook-style-dsssl docbook-utils glibc-devel-static libbluez-devel openjade sgml-common |
| 20 |
|
20 |
|
| 21 |
%package devel |
21 |
%package devel |
| 22 |
Summary: Develop path of OBEX libraries |
22 |
Summary: Develop path of OBEX libraries |
|
Lines 43-48
Link Here
|
| 43 |
%build |
43 |
%build |
| 44 |
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix |
44 |
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix |
| 45 |
%make_build |
45 |
%make_build |
|
|
46 |
%make_build -C doc html |
| 46 |
|
47 |
|
| 47 |
%install |
48 |
%install |
| 48 |
%makeinstall |
49 |
%makeinstall |
|
Lines 61-71
Link Here
|
| 61 |
# %_libdir/lib%{relaname}*.la |
62 |
# %_libdir/lib%{relaname}*.la |
| 62 |
%_libdir/lib%relaname.so |
63 |
%_libdir/lib%relaname.so |
| 63 |
%_datadir/aclocal/%relaname.m4 |
64 |
%_datadir/aclocal/%relaname.m4 |
|
|
65 |
%doc doc/openobex/* |
| 64 |
|
66 |
|
| 65 |
%files devel-static |
67 |
%files devel-static |
| 66 |
%_libdir/lib%{relaname}*.a |
68 |
%_libdir/lib%{relaname}*.a |
| 67 |
|
69 |
|
| 68 |
%changelog |
70 |
%changelog |
|
|
71 |
* Wed Feb 23 2005 Sergey Vlasov <vsu@altlinux.ru> 1.0.1-alt3 |
| 72 |
- Build HTML documentation and add it to the devel subpackage. |
| 73 |
|
| 69 |
* Fri Dec 12 2003 Grigory Milev <week@altlinux.ru> 1.0.1-alt2 |
74 |
* Fri Dec 12 2003 Grigory Milev <week@altlinux.ru> 1.0.1-alt2 |
| 70 |
- remove *.la files due policy |
75 |
- remove *.la files due policy |
| 71 |
|
76 |
|