]> git.pld-linux.org Git - packages/libspnav.git/blame - libspnav.spec
\t cosmetics
[packages/libspnav.git] / libspnav.spec
CommitLineData
2d795829
AA
1Summary: A free, compatible alternative for 3Dconnexion's 3D input device drivers and SDK
2Summary(pl.UTF-8): -
3Name: libspnav
4Version: 0.2.2
aa5da1cb 5Release: 1
2d795829
AA
6License: BSD
7Group: Development
8Source0: http://downloads.sourceforge.net/spacenav/%{name}-%{version}.tar.gz
9# Source0-md5: b85a0f4ab711e2d4f73a40e2e371f5ae
10Patch0: %{name}-build_fix.patch
11URL: http://spacenav.sourceforge.net/
12BuildRequires: automake
13BuildRequires: xorg-lib-libX11-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17A free, compatible alternative for 3Dconnexion's 3D input device
18drivers and SDK.
19
20%description -l pl.UTF-8
21Darmowa alternatywa dla oprogramowania urządzeń wejściowych i SDK
22firmy 3Dconnexion.
23
24%package devel
25Summary: Header files for %{name} library
26Summary(pl.UTF-8): Pliki nagłówkowe biblioteki %{name}
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29
30%description devel
31Header files for %{name} library.
32
33%description devel -l pl.UTF-8
34Pliki nagłówkowe biblioteki %{name}.
35
36%prep
37%setup -q
38%patch0 -p1
39
40%build
41%configure \
42 --disable-opt
43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48install -d $RPM_BUILD_ROOT%{_libdir}
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
63976392
ER
56%post -p /sbin/ldconfig
57%postun -p /sbin/ldconfig
aa5da1cb 58
2d795829
AA
59%files
60%defattr(644,root,root,755)
61%doc README
62%attr(755,root,root) %{_libdir}/libspnav.so.*.*
63%attr(755,root,root) %ghost %{_libdir}/libspnav.so.0
64
65%files devel
66%defattr(644,root,root,755)
67%attr(755,root,root) %{_libdir}/libspnav.so
68%{_includedir}/spnav*.h
This page took 0.081841 seconds and 4 git commands to generate.