Author: undefine                     Date: Sun Jun 19 09:27:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 2.2.0 pre1

---- Files affected:
SPECS:
   bmon.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/bmon.spec
diff -u SPECS/bmon.spec:1.14 SPECS/bmon.spec:1.15
--- SPECS/bmon.spec:1.14        Sun Jun 19 10:00:05 2005
+++ SPECS/bmon.spec     Sun Jun 19 11:27:24 2005
@@ -1,16 +1,16 @@
 # $Revision$, $Date$
 
-%define                _pre    pre1
-
+%define        _pre    pre1
+%define        _sysconfdir     /etc/%{name}
 Summary:       Console interface bandwidth usage monitor
 Summary(pl):   Konsolowy monitor użycia interfejsu sieciowego
 Name:          bmon
-Version:       2.1.1
+Version:       2.2.0
 Release:       0.%{_pre}.1
 License:       Artistic
 Group:         Applications/Networking
 Source0:       
http://people.suug.ch/~tgr/bmon/files/%{name}-%{version}-%{_pre}.tar.gz
-# Source0-md5: e08f5d8a7b0fb6e632484cbfc95ebd33
+# Source0-md5: 3111a027907016c0902d67350c619df6
 URL:           http://people.suug.ch/~tgr/bmon/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -18,6 +18,7 @@
 BuildRequires: libdbi-devel
 BuildRequires: libnl-devel
 BuildRequires: ncurses-devel
+BuildRequires: postgresql-devel
 BuildRequires: rrdtool-devel
 Conflicts:     nstats
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -57,7 +58,6 @@
 Pliki nagłówkowe niezbędne do tworzenia aplikacji korzystających z
 bmon.
 
-
 %prep
 %setup -q -n %{name}-%{version}-%{_pre}
 
@@ -74,10 +74,9 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
-install etc/%{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
+cp -r etc/* $RPM_BUILD_ROOT%{_sysconfdir}
 install include/%{name}/* $RPM_BUILD_ROOT%{_includedir}/%{name}/
 
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -88,7 +87,8 @@
 %defattr(644,root,root,755)
 %doc ChangeLog
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %{_mandir}/man1/*
 
 %files devel
@@ -101,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/06/19 09:27:24  undefine
+- up to 2.2.0 pre1
+
 Revision 1.14  2005/06/19 08:00:05  undefine
 - BR: libnl-devel, sort BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bmon.spec?r1=1.14&r2=1.15&f=u

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

Reply via email to