packages: libv4l/libv4l.spec - License is LGPL and Group is Libraries - exp...

qboosh qboosh at pld-linux.org
Sat Nov 6 18:31:55 CET 2010


Author: qboosh                       Date: Sat Nov  6 17:31:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- License is LGPL and Group is Libraries
- explicit sonames
- pl

---- Files affected:
packages/libv4l:
   libv4l.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/libv4l/libv4l.spec
diff -u packages/libv4l/libv4l.spec:1.7 packages/libv4l/libv4l.spec:1.8
--- packages/libv4l/libv4l.spec:1.7	Tue Jul 13 00:45:09 2010
+++ packages/libv4l/libv4l.spec	Sat Nov  6 18:31:49 2010
@@ -1,10 +1,11 @@
 # $Revision$, $Date$
-Summary:	libv4l
+Summary:	libv4l - abstraction layer on top of video4linux2 devices
+Summary(pl.UTF-8):	libv4l - warstwa abstrakcji dla urządzeń video4linux2
 Name:		libv4l
 Version:	0.6.4
 Release:	1
-License:	GPL v2
-Group:		Applications
+License:	LGPL v2.1+
+Group:		Libraries
 Source0:	http://people.fedoraproject.org/~jwrdegoede/%{name}-%{version}.tar.gz
 # Source0-md5:	7ef58595dc36252be7f83f69b379a715
 URL:		http://hansdegoede.livejournal.com/3636.html
@@ -17,13 +18,23 @@
 of devices without having to write seperate code for different devices
 in the same class.
 
+%description -l pl.UTF-8
+libv4l to zestaw bibliotek dodający niewielką warstwę abstrakcji dla
+urządzeń video4linux2. Celem tej warstwy jest ułatwienie autorom
+aplikacji obsługi szerokiej gamy urządzeń bez pisania osobnego kodu
+dla różnych urządzeń tej samej klasy.
+
 %package devel
-Summary:	Header files for libv4l library
+Summary:	Header files for libv4l libraries
+Summary(pl.UTF-8):	Pliki nagłówkowe bibliotek libv4l
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-Header files for libv4l library.
+Header files for libv4l libraries.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe bibliotek libv4l.
 
 %prep
 %setup -q
@@ -41,9 +52,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-    PREFIX=%{_prefix} \
-    LIBDIR=%{_libdir} \
-    DESTDIR=$RPM_BUILD_ROOT
+	PREFIX=%{_prefix} \
+	LIBDIR=%{_libdir} \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,16 +65,18 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO
-%attr(755,root,root) %{_libdir}/libv4l1.so.?
-%attr(755,root,root) %{_libdir}/libv4l2.so.?
-%attr(755,root,root) %{_libdir}/libv4lconvert.so.?
+%attr(755,root,root) %{_libdir}/libv4l1.so.0
+%attr(755,root,root) %{_libdir}/libv4l2.so.0
+%attr(755,root,root) %{_libdir}/libv4lconvert.so.0
 %dir %{_libdir}/libv4l
-%attr(755,root,root) %{_libdir}/libv4l/v4l*.so
+%attr(755,root,root) %{_libdir}/libv4l/v4l1compat.so
+%attr(755,root,root) %{_libdir}/libv4l/v4l2convert.so
 %attr(755,root,root) %{_libdir}/libv4l/ov511-decomp
 %attr(755,root,root) %{_libdir}/libv4l/ov518-decomp
 
 %files devel
 %defattr(644,root,root,755)
+%doc README.multi-threading
 %attr(755,root,root) %{_libdir}/libv4l1.so
 %attr(755,root,root) %{_libdir}/libv4l2.so
 %attr(755,root,root) %{_libdir}/libv4lconvert.so
@@ -80,6 +93,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2010/11/06 17:31:49  qboosh
+- License is LGPL and Group is Libraries
+- explicit sonames
+- pl
+
 Revision 1.7  2010/07/12 22:45:09  cactus
 - up to 0.6.4; lots of bugfixes, new source adress;
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libv4l/libv4l.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list