Author: qboosh                       Date: Sun Jan 13 02:07:55 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanups part 1

---- Files affected:
SPECS:
   gtk-vnc.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gtk-vnc.spec
diff -u SPECS/gtk-vnc.spec:1.2 SPECS/gtk-vnc.spec:1.3
--- SPECS/gtk-vnc.spec:1.2      Wed Dec 12 23:13:25 2007
+++ SPECS/gtk-vnc.spec  Sun Jan 13 03:07:50 2008
@@ -1,49 +1,60 @@
 # $Revision$, $Date$
-Summary:       A GTK widget for VNC clients
+Summary:       A GTK+ widget for VNC clients
+Summary(pl.UTF-8):     Widget GTK+ dla klientów VNC
 Name:          gtk-vnc
 Version:       0.3.0
 Release:       1
 License:       LGPL
-Group:         Development/Libraries
+Group:         Libraries
 Source0:       http://dl.sourceforge.net/gtk-vnc/%{name}-%{version}.tar.gz
 # Source0-md5: 6ef6cd8862ba4edd797fe4df48db647d
 Patch0:                %{name}-codegen.patch
 URL:           http://gtk-vnc.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gtk+2-devel
+BuildRequires: libtool
 BuildRequires: python-devel
 BuildRequires: python-pygtk-devel
+BuildRequires: rpm-pythonprov
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
+gtk-vnc is a VNC viewer widget for GTK+. It is built using coroutines
 allowing it to be completely asynchronous while remaining single
 threaded.
 
+%description -l pl.UTF-8
+gtk-vnc to widget przeglądarki VNC dla GTK+. Jest skonstruowany z
+użyciem korutyn, dzięki czemu mogą być w pełni asynchroniczne
+pozostając jednowątkowymi.
+
 %package devel
-Summary:       Libraries, includes, etc. to compile with the gtk-vnc library
+Summary:       Header files for gtk-vnc library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki gtk-vnc
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      gtk+2-devel
 Requires:      python-pygtk-devel
 
 %description devel
-gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
-allowing it to be completely asynchronous while remaining single
-threaded.
+Header files for gtk-vnc library.
 
-Libraries, includes, etc. to compile with the gtk-vnc library
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki gtk-vnc.
 
 %package -n python-gtk-vnc
 Summary:       Python bindings for the gtk-vnc library
-Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Summary(pl.UTF-8):     Wiązania Pythona do biblioteki gtk-vnc
+Group:         Libraries/Python
+Requires:      %{name} = %{version}-%{release}
+%requires_eq   python-libs
 
 %description -n python-gtk-vnc
-gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
-allowing it to be completely asynchronous while remaining single
-threaded.
+A module allowing use of the GTK+ VNC widget from Python.
 
-A module allowing use of the GTK-VNC widget from python
+%description -n python-gtk-vnc -l pl.UTF-8
+Moduł pozwalający na używanie widgetu GTK+ VNC z poziomu Pythona.
 
 %prep
 %setup -q
@@ -59,13 +70,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.a
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.la
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
 
 %clean
 rm -fr $RPM_BUILD_ROOT
@@ -85,8 +95,9 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README COPYING.LIB
 %doc examples/gvncviewer.c
-%{_libdir}/lib*.so
-%dir %{_includedir}/%{name}-1.0/
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%dir %{_includedir}/%{name}-1.0
 %{_includedir}/%{name}-1.0/*.h
 %{_pkgconfigdir}/%{name}-1.0.pc
 
@@ -101,9 +112,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-01-13 02:07:50  qboosh
+- pl, cleanups part 1
+
 Revision 1.2  2007-12-12 22:13:25  patrys
 - typo
 
 Revision 1.1  2007-12-12 22:12:37  patrys
 - initial PLD release
-
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtk-vnc.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to