]> git.pld-linux.org Git - packages/bbkeys.git/commitdiff
- updated to 0.8.6, STABLE bbkeys-0_8_6-1
authorkloczek <kloczek@pld-linux.org>
Sat, 1 Feb 2003 23:49:12 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more fixes in sysconfdir patch (added missing fixes in mana pages),
- added ac_fixes patch,
- use /etc/default ad %%{_sysconfdir},
- added %dir %%{_sysconfdir}/bbtools to %files,
- du not use %%{__cc} ac %%{__cxx} (now bbkeys is real C++ program), added
  libstdc++-devel to BuildRequires and added -fno-rtti -fno-exceptions to
  CXXFLAGS for better optimizations.

Changed files:
    bbkeys.spec -> 1.19

bbkeys.spec

index ba0695ef4a2f38af373c44746ccb4e0e14515052..21073f21d7f185e3cf9414238450fc9c2c2db473 100644 (file)
@@ -1,18 +1,21 @@
 Summary:       bbkeys, a completely configurable key-combo grabber for blackbox
 Summary(pl):   Ca³kowicie konfigurowalny przechwytywacz klawiszy dla blackboksa
 Name:          bbkeys
-Version:       0.8.4
-Release:       4
+Version:       0.8.6
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/bbkeys/%{name}-%{version}.tar.gz
 Patch0:                %{name}-sysconfdir.patch
+Patch1:                %{name}-ac_fixes.patch
 URL:           http://bbkeys.sourceforge.net/
+BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: XFree86-devel
+BuildRequires: libstdc++-devel
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sysconfdir             /etc/default
 
 %description
 bbkeys is a configurable key-grabber designed for the blackbox window
@@ -32,16 +35,18 @@ konfigurowalne przez bezpo
 albo poprzez graficzny interfejs bbkeysconf (z braku lepszej nazwy).
 
 %prep
-%setup -q
+%setup  -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
+CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure
-%{__make} CXX="%{__cc}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README AUTHORS ChangeLog NEWS TODO
+%dir %{_sysconfdir}/bbtools
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/*/*
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.102511 seconds and 4 git commands to generate.