]> git.pld-linux.org Git - SPECS.git/blob - kbox.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / kbox.spec
1 Summary:        Blackbox client for kwin
2 Summary(pl.UTF-8):      Klient Blackboksa dla kwin
3 Name:           kbox
4 Version:        0.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/kbox/%{name}-%{version}.tar.gz
9 # Source0-md5:  a158f1a74c0af7863f7cf7aeb89ab05f
10 Source1:        http://ep09.pld-linux.org/~djurban/kde/kde-common-admin.tar.bz2
11 # Source1-md5:  81e0b2f79ef76218381270960ac0f55f
12 URL:            http://kbox.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  kdelibs-devel <= 9:3.2.0
16 BuildRequires:  kdebase-devel <= 9:3.2.0
17 BuildRequires:  sed >= 4.0
18 BuildRequires:  unsermake >= 040805
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Blackbox windows decorations support for kwin.
23
24 %description -l pl.UTF-8
25 ObsÅ‚uga dekoracji okien z Blackboksa dla kwin.
26
27 %prep
28 %setup -q -a1
29
30 %{__sed} -i -e 's,$(TOPSUBDIRS),blackbox,g' Makefile.am
31
32 %build
33 cp -f /usr/share/automake/config.sub admin
34 export UNSERMAKE=/usr/share/unsermake/unsermake
35
36 %{__make} -f Makefile.cvs
37 CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_libdir}/*
53 %{_datadir}/apps/kwin/*
This page took 2.157288 seconds and 3 git commands to generate.