]> git.pld-linux.org Git - packages/abr2gbr.git/blobdiff - abr2gbr.spec
- tabs in preamble
[packages/abr2gbr.git] / abr2gbr.spec
index 4f856aab0e3962d36b627792c082fe70e18b09c6..667ab01f5dff56b54f5d82e0aadd5a3d9e318a84 100644 (file)
@@ -1,4 +1,5 @@
-Summary:       abr2gbr
+Summary:       Converts PhotoShop .ABR and Paint Shop Pro .JBR brushes to GIMP .GBR
+Summary(pl.UTF-8):     Narzędzie do konwersji pędzli PhotoShopa oraz Paint Shop Pro do formatu GIMP-a
 Name:          abr2gbr
 Version:       1.0.2
 Release:       1
@@ -11,20 +12,33 @@ BuildRequires:      glib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Converts PhotoShop .ABR and Paint Shop Pro .JBR brushes to GIMP .GBR. 
+Converts PhotoShop .ABR and Paint Shop Pro .JBR brushes to GIMP .GBR.
 
-ABR files can hold many bushes within a single file and GIMP's GBR format was
-build only for single brushes. This tool simply extract each brush and save it
-into a separate GBR file. 
+ABR files can hold many bushes within a single file and GIMP's GBR
+format was build only for single brushes. This tool simply extract
+each brush and save it into a separate GBR file.
 
-Actually abr2gbr can decode only ABR files with format version less or equal to
-1, format version 2 is undocumented
+Actually abr2gbr can decode only ABR files with format version less or
+equal to 1, version 2 format is undocumented.
+
+%description -l pl.UTF-8
+Narzędzie konwertujące pędzle PhotoShopa .ABR oraz Paint Shop Pro .JBr
+do formatu GIMP-a .GBR.
+
+Pliki .ABR mogą przechowwywać wiele pędzli w pojedynczym pliku, a
+format GIMP-a .GBR został stworzony tylko dla jednego pędzla. To
+narzędzie oddziela każdy pędzel i zapisuje go w oddzielnym pliku .GBR.
+
+Aktualnie abr2gdr może dekodować pliki .ABR w wersji równej lub
+mniejszej niż 1; wersja 2 jest nieudokumentowana.
 
 %prep
 %setup -qc
 
 %build
-%{__make} -C src
+%{__make} -C src \
+       CC="%{__cc}" \
+       CDEBUG="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.079106 seconds and 4 git commands to generate.