rpm/dtn.spec
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 Summary: Delay Tolerant Networking reference implementation
       
     2 Name: dtn
       
     3 Version: 2.5.0
       
     4 Release: 1
       
     5 License: Apache
       
     6 Group: Applications/Internet
       
     7 URL: http://www.dtnrg.org
       
     8 Source0: %{name}_%{version}.tgz
       
     9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
       
    10 
       
    11 %description
       
    12 
       
    13  This package contains the reference implementation of the Delay
       
    14  Tolerant Networking (DTN) architecture. This includes the DTN daemon
       
    15  (dtnd) as well as several example applications that use the DTN
       
    16  protocols. 
       
    17 
       
    18 %prep
       
    19 %setup -q -n %{name}_%{version}
       
    20 
       
    21 %build
       
    22 ./configure
       
    23 make
       
    24 
       
    25 %install
       
    26 rm -rf $RPM_BUILD_ROOT
       
    27 DESTDIR=$RPM_BUILD_ROOT make install
       
    28 
       
    29 %clean
       
    30 make clean
       
    31 rm -rf $RPM_BUILD_ROOT
       
    32 
       
    33 
       
    34 %files
       
    35 %defattr(-,root,root,-)
       
    36 %doc README
       
    37 %config /etc/dtn.conf
       
    38 %config /etc/DS.xsd
       
    39 %config /etc/clevent.xsd
       
    40 %config/etc/router.xsd
       
    41 
       
    42 /var/dtn
       
    43 /var/dtn/bundles
       
    44 /var/dtn/db
       
    45 /usr/bin/dtnd
       
    46 /usr/bin/dtnd-control
       
    47 /usr/bin/dtncat
       
    48 /usr/bin/dtncp
       
    49 /usr/bin/dtncpd
       
    50 /usr/bin/dtnhttpproxy
       
    51 /usr/bin/dtnping
       
    52 /usr/bin/dtnrecv
       
    53 /usr/bin/dtnsend
       
    54 /usr/bin/dtntunnel
       
    55 /usr/bin/dtntraceroute
       
    56 /usr/lib/libdtnapi++-2.5.0.so
       
    57 /usr/lib/libdtnapi++.so
       
    58 /usr/lib/libdtnapi-2.5.0.so
       
    59 /usr/lib/libdtnapi.so
       
    60 /usr/lib/libdtntcl-2.5.0.so
       
    61 /usr/lib/libdtntcl.so
       
    62 /usr/lib/liboasys.so
       
    63 /usr/lib/liboasyscompat.so
       
    64 
       
    65 
       
    66 %changelog
       
    67