]> git.pld-linux.org Git - packages/DiVine.git/blame - DiVine.spec
- updated to 1.6.3
[packages/DiVine.git] / DiVine.spec
CommitLineData
40f0f877
JB
1Summary: DirectFB Virtual Input extension
2Summary(pl.UTF-8): Rozszerzenie DirectFB o wirtualne wejście
3Name: DiVine
f9117c9a 4Version: 1.6.3
40f0f877
JB
5Release: 1
6License: LGPL v2+
7Group: Libraries
8Source0: http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz
f9117c9a
JB
9# Source0-md5: a5a08ef9197bf32c8bc6b030f96f2103
10Patch0: %{name}-missing.patch
40f0f877 11URL: http://www.directfb.org/
f9117c9a 12BuildRequires: DirectFB-devel >= 1:1.6.0
40f0f877 13BuildRequires: pkgconfig >= 1:0.9
f9117c9a 14Requires: DirectFB >= 1:1.6.0
40f0f877
JB
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18DiVine consists of:
19- an input driver that reads raw input events from a pipe and
20 dispatches them via a virtual input device.
21- a library that handles the connection to the input driver including
22 helper functions for generating events.
23- a tool called "spooky" to generate input events using a simple
24 script featuring button or motion events, linear or circular
25 automated motion and delays.
26
40f0f877
JB
27%description -l pl.UTF-8
28DiVine składa się z:
29- sterownika wejścia czytającego surowe zdarzenia wejściowe z potoku
30 i przekazującego je poprzez wirtualne urządzenie wejściowe,
31- biblioteki obsługującej połączenie ze sterownikiem wejściowym oraz
32 zawierającej funkcje pomocnicze do generowania zdarzeń,
33- narzędzia "spooky" generującego zdarzenia wejściowe przy użyciu
34 prostego skryptu oferującego zdarzenia związane z przyciskami i
35 ruchem, automatycznym ruchem liniowym lub cyklicznym i opóźnieniami.
36
37%package devel
38Summary: Header files for divine library
39Summary(pl.UTF-8): Pliki nagłówkowe biblioteki divine
40Group: Development/Libraries
41Requires: %{name} = %{version}-%{release}
f9117c9a 42Requires: DirectFB-devel >= 1:1.6.0
40f0f877
JB
43
44%description devel
45Header files for divine library.
46
47%description devel -l pl.UTF-8
48Pliki nagłówkowe biblioteki divine.
49
50%package static
51Summary: Static divine library
52Summary(pl.UTF-8): Statyczna biblioteka divine
53Group: Development/Libraries
54Requires: %{name}-devel = %{version}-%{release}
55
56%description static
57Static divine library.
58
59%description static -l pl.UTF-8
60Statyczna biblioteka divine.
61
62%prep
63%setup -q
f9117c9a 64%patch0 -p1
40f0f877
JB
65
66%build
67%configure \
68 --enable-static
69%{__make}
70
71%install
72rm -rf $RPM_BUILD_ROOT
73
74%{__make} install \
75 DESTDIR=$RPM_BUILD_ROOT
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%post -p /sbin/ldconfig
81%postun -p /sbin/ldconfig
82
83%files
84%defattr(644,root,root,755)
85%doc AUTHORS ChangeLog README
86%attr(755,root,root) %{_bindir}/spooky
f9117c9a
JB
87%attr(755,root,root) %{_libdir}/libdivine-1.6.so.*.*.*
88%attr(755,root,root) %ghost %{_libdir}/libdivine-1.6.so.0
89%attr(755,root,root) %{_libdir}/directfb-1.6-0/inputdrivers/libdirectfb_divine.so
90%dir %{_libdir}/directfb-1.6-0/interfaces/IDiVine
91%attr(755,root,root) %{_libdir}/directfb-1.6-0/interfaces/IDiVine/libidivine_dispatcher.so
92%attr(755,root,root) %{_libdir}/directfb-1.6-0/interfaces/IDiVine/libidivine_requestor.so
40f0f877
JB
93
94%files devel
95%defattr(644,root,root,755)
96%attr(755,root,root) %{_bindir}/divine-config
97%attr(755,root,root) %{_libdir}/libdivine.so
98%{_libdir}/libdivine.la
99%{_includedir}/divine
100%{_pkgconfigdir}/divine.pc
101
102%files static
103%defattr(644,root,root,755)
104%{_libdir}/libdivine.a
f9117c9a
JB
105%{_libdir}/directfb-1.6-0/inputdrivers/libdirectfb_divine.[aol]*
106%{_libdir}/directfb-1.6-0/interfaces/IDiVine/libidivine_dispatcher.[aol]*
107%{_libdir}/directfb-1.6-0/interfaces/IDiVine/libidivine_requestor.[aol]*
This page took 0.07623 seconds and 4 git commands to generate.