]> git.pld-linux.org Git - packages/abr2gbr.git/blame - abr2gbr.spec
- tabs in preamble
[packages/abr2gbr.git] / abr2gbr.spec
CommitLineData
e9b3d078 1Summary: Converts PhotoShop .ABR and Paint Shop Pro .JBR brushes to GIMP .GBR
70b869d4 2Summary(pl.UTF-8): Narzędzie do konwersji pędzli PhotoShopa oraz Paint Shop Pro do formatu GIMP-a
bd3ae9d4
ER
3Name: abr2gbr
4Version: 1.0.2
5Release: 1
6License: GPL v2
7Group: Applications/Graphics
8Source0: http://the.sunnyspot.org/gimp/tools/%{name}-%{version}.tgz
9# Source0-md5: edecc74a3df1ce858ec641de9a098cdf
10URL: http://the.sunnyspot.org/gimp/tools.html
11BuildRequires: glib-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
e9b3d078 15Converts PhotoShop .ABR and Paint Shop Pro .JBR brushes to GIMP .GBR.
bd3ae9d4 16
e9b3d078 17ABR files can hold many bushes within a single file and GIMP's GBR
18format was build only for single brushes. This tool simply extract
19each brush and save it into a separate GBR file.
bd3ae9d4 20
e9b3d078 21Actually abr2gbr can decode only ABR files with format version less or
9dd0b1e4 22equal to 1, version 2 format is undocumented.
e9b3d078 23
aeae7206
JR
24%description -l pl.UTF-8
25Narzędzie konwertujące pędzle PhotoShopa .ABR oraz Paint Shop Pro .JBr
9dd0b1e4 26do formatu GIMP-a .GBR.
e9b3d078 27
aeae7206
JR
28Pliki .ABR mogą przechowwywać wiele pędzli w pojedynczym pliku, a
29format GIMP-a .GBR został stworzony tylko dla jednego pędzla. To
30narzędzie oddziela każdy pędzel i zapisuje go w oddzielnym pliku .GBR.
e9b3d078 31
aeae7206
JR
32Aktualnie abr2gdr może dekodować pliki .ABR w wersji równej lub
33mniejszej niż 1; wersja 2 jest nieudokumentowana.
bd3ae9d4
ER
34
35%prep
36%setup -qc
37
38%build
91fb3ad4
JB
39%{__make} -C src \
40 CC="%{__cc}" \
41 CDEBUG="%{rpmcflags}"
bd3ae9d4
ER
42
43%install
44rm -rf $RPM_BUILD_ROOT
45install -d $RPM_BUILD_ROOT%{_bindir}
46install src/abr2gbr $RPM_BUILD_ROOT%{_bindir}
47ln -s abr2gbr $RPM_BUILD_ROOT%{_bindir}/jbr2gbr
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc src/TODO
55%attr(755,root,root) %{_bindir}/abr2gbr
56%attr(755,root,root) %{_bindir}/jbr2gbr
This page took 0.135339 seconds and 4 git commands to generate.