]> git.pld-linux.org Git - packages/libgnomecanvas.git/commitdiff
- fixed -devel Group, added -static preamble and pl translation
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Jan 2002 09:36:43 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgnomecanvas.spec -> 1.4

libgnomecanvas.spec

index 4874ff48b7cb683e441629d6fc7da9dc7fb0440d..dbe1d79be0fa29820cd8777b88d84c9b053998ff 100644 (file)
@@ -3,6 +3,7 @@
 %define libglade2_version 1.99.5.90
 
 Summary:       GnomeCanvas widget
+Summary(pl):   Widget GnomeCanvas
 Name:          libgnomecanvas
 Version:       1.109.0
 Release:       1
@@ -30,26 +31,52 @@ The canvas widget allows you to create custom displays using stock
 items such as circles, lines, text, and so on. It was originally a
 port of the Tk canvas widget but has evolved quite a bit over time.
 
+%description -l pl
+Widget canvas pozwala tworzyæ w³asne widoki przy u¿yciu zgromadzonych
+rzeczy takich jak ko³a, linie, tekst itp. Oryginalnie by³ to port
+widgetu Tk canvas, ale od tamtego czasu nieco wyewoluowa³.
+
 %package devel
-Summary:       Libraries and headers for libgnomecanvas.
-Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(es):     Desarrollo/Bibliotecas
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Group(pt_BR):  Desenvolvimento/Bibliotecas
-Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
-Requires:      %name = %{version}
+Summary:       libgnomecanvas header files
+Summary(pl):   Pliki nag³ówkowe libgnomecanvas
+Group:         X11/Development/Libraries
+Group(de):     X11/Entwicklung/Libraries
+Group(es):     X11/Desarrollo/Bibliotecas
+Group(fr):     X11/Development/Librairies
+Group(pl):     X11/Programowanie/Biblioteki
+Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
+Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name} = %{version}
 Conflicts:     gnome-libs-devel < 1.4.1.2
 Requires:      gtk2-devel >= %{gtk2_version}
 Requires:      libart_lgpl-devel >= %{libart_lgpl_version}
 Requires:      libglade2-devel >= %{libglade2_version}
 
 %description devel
-The canvas widget allows you to create custom displays using stock
-items such as circles, lines, text, and so on. It was originally a
-port of the Tk canvas widget but has evolved quite a bit over time.
+Development part of libgnomecanvas - header files.
+
+%description devel -l pl
+Czê¶æ libgnomecanvas dla programistów - pliki nag³ówkowe.
+
+%package static
+Summary:       Static libgnomecanvas library
+Summary(pl):   Statyczna biblioteka libgnomecanvas
+Group:         X11/Development/Libraries
+Group(de):     X11/Entwicklung/Libraries
+Group(es):     X11/Desarrollo/Bibliotecas
+Group(fr):     X11/Development/Librairies
+Group(pl):     X11/Programowanie/Biblioteki
+Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
+Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name}-devel = %{version}
+
+%description static
+Static version of libgnomecanvas library.
+
+%description static -l pl
+Statyczna wersja biblioteki libgnomecanvas.
 
 %prep
 %setup -q
@@ -66,14 +93,14 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
-%find_lang %name
-
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
This page took 0.085044 seconds and 4 git commands to generate.