]> git.pld-linux.org Git - packages/gnustep-gui.git/commitdiff
- removed second Source0 with CVS URL; note: there is 0.7.0 on ftp
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 28 Sep 2001 08:39:48 +0000 (08:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized, added pl translations; %%install and %%files should be rewritten
- what are "%%{libcombo}" and "%%{_buildblurb}" ???

Changed files:
    gnustep-gui.spec -> 1.8

gnustep-gui.spec

index d498b9475b97e94538d48e60558fbbc003e2697d..7d7a8cf04aa1993c5a34cffea5592038f78a5408 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       GNUstep GUI library package
+Summary(pl):   Biblioteka GNUstep GUI
 Name:          gnustep-gui
 Version:       0.6.0
 Release:       1
@@ -9,7 +10,6 @@ Group(de):     Entwicklung/Werkzeuge
 Group(fr):     Development/Outils
 Group(pl):     Programowanie/Narzêdzia
 Source0:       ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
-Source0:       /cvs/%{name}-%{version}-%{date}.tar.gz
 Patch0:                gstep-gui-headers.patch
 URL:           http://www.gnustep.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,12 +28,26 @@ handling events, colors, fonts, pasteboards and images.
 
 Library combo is %{libcombo}. %{_buildblurb}
 
+%description -l pl
+To jest biblioteka klas graficznego interfejsu u¿ytkownika napisana w
+Objective-C. Klasy bazuj± na specyfikacji OpenStep wypuszczonej przez
+NeXT Software. Biblioteka nie jest ca³kowicie zgodna ze specyfikacj± i
+zosta³a rozszerzona, aby wykorzystaæ mo¿liwo¶ci systemu GNU. Klasy
+zawieraj± graficzne obiekty takie jak przyciski, pola tekstowe, listy
+rozwijane, listy przewijane i okienka; jest tak¿e wiele klas do
+obs³ugi zdarzeñ, kolorów, fontów i obrazków.
+
 %package devel
-Summary:       GNUstep GUI headers and libs.
+Summary:       GNUstep GUI headers and libs
+Summary(pl):   Pliki nag³ówkowe GNUstep GUI
 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}, gnustep-base-devel
 Conflicts:     gnustep-core
 
@@ -41,6 +55,10 @@ Conflicts:   gnustep-core
 Header files required to build applications against the GNUstep GUI
 library. Library combo is %{libcombo}. %{_buildblurb}
 
+%description devel -l pl
+Pliki nag³ówkowe potrzebne do budowania aplikacji korzystaj±cych z
+biblioteki GNUstep GUI.
+
 %prep
 %setup -q -n gstep-%{ver}/gui
 %patch -p2
@@ -92,12 +110,12 @@ sed -e "s|GSARCH|${GNUSTEP_HOST_CPU}|" -e "s|GSOS|${GNUSTEP_HOST_OS}|" < filelis
 
 # Don't worry about ld.so.conf on linux as gnustep-base should take care of it.
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files -f filelist.rpm
 %defattr(644,root,root,755)
 
This page took 0.107642 seconds and 4 git commands to generate.