]> git.pld-linux.org Git - packages/qimageblitz.git/blob - qimageblitz.spec
- added noexecstack patch; release 5
[packages/qimageblitz.git] / qimageblitz.spec
1 Summary:        Blitz KDE/Qt image filter library
2 Summary(pl.UTF-8):      Biblioteka filtrów obrazu Blitz dla KDE/Qt
3 Name:           qimageblitz
4 Version:        0.0.6
5 Release:        5
6 License:        BSD
7 Group:          X11/Libraries
8 Source0:        ftp://ftp.kde.org/pub/kde/stable/qimageblitz/%{name}-%{version}.tar.bz2
9 # Source0-md5:  0ae2f7d4e0876764a97ca73799f61df4
10 Patch0:         %{name}-noexecstack.patch
11 URL:            http://sourceforge.net/projects/qimageblitz/
12 BuildRequires:  QtCore-devel >= 4
13 BuildRequires:  QtGui-devel >= 4
14 BuildRequires:  cmake
15 BuildRequires:  qt4-build >= 4
16 BuildRequires:  qt4-qmake >= 4
17 BuildRequires:  rpmbuild(macros) >= 1.605
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Blitz is a graphical effect and filter library for KDE 4 that contains
22 many improvements over KDE 3.x's kdefx library including bugfixes,
23 memory and speed improvements, and MMX/SSE support.
24
25 %description -l pl.UTF-8
26 Blitz to biblioteka efektów i filtrów graficznych dla KDE 4
27 zawierająca wiele ulepszeń w stosunku do biblioteki kdefx z KDE 3.x, w
28 tym poprawki błędów, poprawę wydajności (pod względem wykorzystania
29 pamięci i szybkości działania) oraz obsługę MMX/SSE.
30
31 %package devel
32 Summary:        Header files for Blitz library
33 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Blitz
34 Group:          X11/Development/Libraries
35 Requires:       %{name} = %{version}-%{release}
36 Requires:       QtGui-devel >= 4
37
38 %description devel
39 Header files needed for build programs that use qimageblitz.
40
41 %description devel -l pl.UTF-8
42 Pliki nagłówkowe potrzebne do tworzenia programów z użyciem
43 qimageblitz.
44
45 %prep
46 %setup -q
47 %patch0 -p1
48
49 %build
50 install -d build
51 cd build
52 %cmake ..
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} -C build install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post   -p /sbin/ldconfig
66 %postun -p /sbin/ldconfig
67
68 %files
69 %defattr(644,root,root,755)
70 %doc COPYING Changelog README.BLITZ
71 %attr(755,root,root) %{_bindir}/blitztest
72 %attr(755,root,root) %{_libdir}/libqimageblitz.so.4.0.0
73 %attr(755,root,root) %ghost %{_libdir}/libqimageblitz.so.4
74
75 %files devel
76 %defattr(644,root,root,755)
77 %doc README.PORTING
78 %attr(755,root,root) %{_libdir}/libqimageblitz.so
79 %dir %{_includedir}/qimageblitz
80 %{_includedir}/qimageblitz/blitzcpu.h
81 %{_includedir}/qimageblitz/qimageblitz.h
82 %{_includedir}/qimageblitz/qimageblitz_export.h
83 %{_pkgconfigdir}/qimageblitz.pc
This page took 0.073538 seconds and 3 git commands to generate.