Changeset 208

Show
Ignore:
Timestamp:
08/29/04 05:15:00 (9 years ago)
Author:
solitarius
Message:

2004-08-29 Guillaume Beaudoin <isf@…>

  • wifidog.spec.in: Remove some leftover from libOFX.
  • Makefile.am: Include debian/* files.
  • We should now be able to package .deb and .rpm from dist.
Location:
trunk/wifidog
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r203 r208  
    11# $Header$ 
     22004-08-29 Guillaume Beaudoin <isf@soli.ca> 
     3        * wifidog.spec.in: Remove some leftover from libOFX. 
     4        * Makefile.am: Include debian/* files. 
     5        * We should now be able to package .deb and .rpm from dist. 
     6 
    272004-08-27 Benoit Gr�goire  <bock@step.polymtl.ca> 
    38        * README.openwrt,src/conf.c,h:  Documentation update 
  • trunk/wifidog/Makefile.am

    r201 r208  
    1717  wifidog.spec \ 
    1818  config \ 
     19  debian/rules \ 
     20  debian/control \ 
     21  debian/changelog \ 
    1922  wifidog.conf 
    2023 
  • trunk/wifidog/wifidog.spec.in

    r69 r208  
    1111Release: %{release} 
    1212Source: http://download.sourceforge.net/wifidog/%{name}-%{version}.tar.gz 
    13 Requires:  
    14 Group:  Libraries/System 
     13Group: Applications/System 
    1514Copyright: GPL 
    1615Packager: Benoit Gr�goire <bock@step.polymtl.ca> 
     
    4847%files 
    4948%defattr(-,root,root) 
    50 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README totest.txt doc/html doc/implementation_notes.txt 
     49%doc AUTHORS COPYING ChangeLog INSTALL NEWS README doc/html 
    5150%{_bindir}/* 
    5251%{_libdir}/*.a 
     
    5756 
    5857%changelog 
    59 * Sat March 8 2004 Benoit Gr�goire <bock@step.polymtl.ca> 
     58* Sat Mar 8 2004 Benoit Gr�goire <bock@step.polymtl.ca> 
    6059- Created spec file 
     60* Sun Aug 29 2004 Guillaume Beaudoin <isf@soli.ca> 
     61- Littles fixes and libofx leftover.