SPECS: libsynaptics.spec (NEW) - new

prism prism at pld-linux.org
Mon May 15 17:51:00 CEST 2006


Author: prism                        Date: Mon May 15 15:51:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libsynaptics.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libsynaptics.spec
diff -u /dev/null SPECS/libsynaptics.spec:1.1
--- /dev/null	Mon May 15 17:51:00 2006
+++ SPECS/libsynaptics.spec	Mon May 15 17:50:55 2006
@@ -0,0 +1,95 @@
+# $Revision$, $Date$
+Summary:	libsynaptics - a library for communication with Synaptics touchpad
+Summary(pl):	libsynaptics - biblioteka do komunikacji z touchpadami Synaptics
+Name:		libsynaptics
+Version:	0.14.4d
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	http://qsynaptics.sourceforge.net/%{name}-%{version}.tar.bz2
+# Source0-md5:	1df76861480200343d7de52237e54249
+URL:		http://qsynaptics.sourceforge.net/
+BuildRequires:	autoconf >= 2.54
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libsynaptics is a library for communication with Synaptics touchpads.
+
+%description -l pl
+libsynaptics jest biblioteką umożliwiającą komunikację z touchpadami
+Synaptics.
+
+%package devel
+Summary:	Header files for the libsynaptics library
+Summary(pl):	Pliki nagłówkowe biblioteki libsynaptics
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for the libsynaptics library
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki libsynaptics
+
+%package static
+Summary:	Static libsynaptics library
+Summary(pl):	Statyczna biblioteka libsynaptics
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libsynaptics library
+
+%description static -l pl
+Statyczna biblioteka libsynaptics
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/synaptics
+
+%files static
+%defattr(644,root,root,755)
+ %{_libdir}/lib*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/15 15:50:55  prism
+- new
+
================================================================


More information about the pld-cvs-commit mailing list