]> git.pld-linux.org Git - packages/bbsload.git/blobdiff - bbsload.spec
- rel 2
[packages/bbsload.git] / bbsload.spec
index b479c2668cb301beeda6fb88fd77c5de3aa62296..a0aaf46fbc44ac6ce565fc297e98b744fe29df0c 100644 (file)
@@ -1,22 +1,19 @@
 Summary:       A system load mozitor designed for blackbox
 Summary(pl):   Monitor obci±¿enia systemu zaprojektowany dla blackboksa
 Name:          bbsload
-Version:       0.2.5
-Release:       1
+Version:       0.2.8
+Release:       2
 License:       GPL
 Group:         X11/Applications
-Group(de):     X11/Applikationen
-Group(pl):     X11/Aplikacje
 Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
+# Source0-md5: beef63c4a4cefaad5d02ffd7e133f6ae
+Patch0:                %{name}-sysconfdir.patch
 URL:           http://bbtools.windsofstorm.net/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-
 %description
 bbsload monitors system, and memory load.
 It is highly integrated with blackbox window manager (can use it's theme
@@ -29,25 +26,28 @@ mo
 
 %prep
 %setup -q
+%patch0 -p1
+
 %build
-aclocal
-autoconf
-automake -a -c
+rm -f missing
+cp -f /usr/share/automake/config.sub .
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
-%{__make} CXX="%{__cc}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-
-gzip -9nf BUGS README TODO
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc BUGS README TODO
 %attr(755,root,root) %{_bindir}/bb*
-%config %{_datadir}/bbtools/%{name}.*
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.073278 seconds and 4 git commands to generate.