root/tags/release-0.9.3-pre2/obexftp.spec.in

Revision 24, 1.0 KB (checked in by zany, 9 years ago)

Release 0.9.2

Line 
1#
2# spec file for package ObexFTP (Version 0.9.2)
3#
4# Author: Christian W. Zuckschwerdt <zany@triq.net>, Dec 2001 - Feb 2002
5#
6
7Summary:      Access devices via ObexFTP e.g. Siemens Moblile Equipment
8Name:         obexftp
9Version:      @VERSION@
10Release:      @RELEASE@
11Copyright:    GPL
12Group:        Utilities/Console
13Autoreqprov:  on
14Source:       http://triq.net/gsmlib/%{name}-%{version}.tar.gz
15URL:          http://triq.net/gsm.html
16BuildRoot:    %{_tmppath}/%{name}-%{version}-root
17Packager:     Christian W. Zuckschwerdt <zany@triq.net>
18
19
20%description
21This package contains a library for ObexFTP and a library to access
22Siemens Mobile Equipment via serial port.
23A simple command line client is included too.
24
25Authors:
26--------
27    Christian W. Zuckschwerdt <zany@triq.net>
28   
29
30%prep
31%setup
32
33%configure
34
35%build
36make
37
38%install
39rm -rf $RPM_BUILD_ROOT
40%makeinstall
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-, root, root)
47%doc AUTHORS COPYING ChangeLog NEWS
48%doc README README.bfb README.obexftp README.openobex
49%{_prefix}/bin/*
50%{_libdir}/*
51%{_includedir}/*/*
52
Note: See TracBrowser for help on using the browser.