packages: mtdev/mtdev.spec - unified, pl, ghost soname symlink - release 1

qboosh qboosh at pld-linux.org
Wed Mar 14 19:00:29 CET 2012


Author: qboosh                       Date: Wed Mar 14 18:00:29 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- unified, pl, ghost soname symlink
- release 1

---- Files affected:
packages/mtdev:
   mtdev.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/mtdev/mtdev.spec
diff -u packages/mtdev/mtdev.spec:1.3 packages/mtdev/mtdev.spec:1.4
--- packages/mtdev/mtdev.spec:1.3	Wed Mar 14 16:25:16 2012
+++ packages/mtdev/mtdev.spec	Wed Mar 14 19:00:24 2012
@@ -1,15 +1,17 @@
 # $Revision$, $Date$
 Summary:	Multitouch devices
+Summary(pl.UTF-8):	Urządzenia multitouch
 Name:		mtdev
 Version:	1.1.2
-Release:	0.1
-License:	MIT (X11)
-Group:		Development/Libraries
+Release:	1
+License:	MIT
+Group:		Libraries
 Source0:	http://bitmath.org/code/mtdev/%{name}-%{version}.tar.bz2
 # Source0-md5:	d9c7700918fc392e29da7477ae20c5c2
 URL:		http://bitmath.org/code/mtdev/
-BuildRequires:	autoconf >= 2.59
-BuildRequires:	automake >= 1:1.8.1
+BuildRequires:	autoconf >= 2.60
+BuildRequires:	automake
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -19,31 +21,48 @@
 tracking, type A with contact tracking, or type B with contact
 tracking. See the kernel documentation for further details.
 
+%description -l pl.UTF-8
+mtdev to samodzielna biblioteka tłumacząca wszystkie warianty zdarzeń
+MT z jądra na protokół slotowy typu B. Zdarzenia umieszczane w mtdev
+mogą pochodzić z dowolnego urządzenia MT, w szczególności typu A bez
+śledzenia kontaktu, typu A ze śledzeniem kontaktu lub typu B ze
+śledzeniem kontaktu. Więcej szczegółów w dokumentacji jądra.
+
 %package devel
 Summary:	Header files for mtdev library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki mtdev
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-mtdev-devel contains header files for use with mtdev library
+This package contains the header files for use with mtdev library.
 
-%package tools
-Summary:	Tools for mtdev library
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
-
-%description tools
-mtdev test tool
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe do biblioteki mtdev.
 
 %package static
-Summary:	Static mtdev libraries
+Summary:	Static mtdev library
+Summary(pl.UTF-8):	Statyczna biblioteka mtdev
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-mtdev-static contains development static libraries for use with mtdev
-library
+This package contains mtdev static library.
+
+%description static -l pl.UTF-8
+Ten pakiet zawiera statyczną bibliotekę mtdev.
+
+%package tools
+Summary:	Tools for mtdev library
+Summary(pl.UTF-8):	Narzędzia do biblioteki mtdev
+Group:		Applications/System
+Requires:	%{name} = %{version}-%{release}
 
+%description tools
+mtdev test tool.
+
+%description tools -l pl.UTF-8
+Narzędzie testowe mtdev.
 
 %prep
 %setup -q
@@ -67,36 +86,40 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README
+%doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/libmtdev.so.1.0.0
-
-%files tools
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/mtdev-test
+%attr(755,root,root) %ghost %{_libdir}/libmtdev.so.1
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libmtdev.so
 %{_libdir}/libmtdev.la
-%{_includedir}/mtdev*
+%{_includedir}/mtdev*.h
 %{_pkgconfigdir}/mtdev.pc
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libmtdev.a
 
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/mtdev-test
+
 %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.4  2012/03/14 18:00:24  qboosh
+- unified, pl, ghost soname symlink
+- release 1
+
 Revision 1.3  2012/03/14 15:25:16  lmasko
 - Adapterized. Should be acceptable.
 
@@ -106,4 +129,3 @@
 Revision 1.1  2012/03/14 13:43:44  lmasko
 - Very, very initial spec, needs work with file packaging.
 - This packet is needed for xorg synaptics driver.
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mtdev/mtdev.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list