]> git.pld-linux.org Git - packages/cep.git/blame - cep.spec
- converted to UTF-8
[packages/cep.git] / cep.spec
CommitLineData
88b6ad05 1Summary: Compress/uncompress PostScript files
43ecb798 2Summary(pl.UTF-8): Kompresja/dekompresja plików PostScript
88b6ad05
SZ
3Name: cep
4Version: 1.03
5Release: 1
81d75f43 6License: Public Domain
88b6ad05 7Group: Applications/Graphics
88b6ad05 8Source0: http://www.agh.edu.pl/pub/tex/GUST/contrib/PS-supp/%{name}.zip
8132b1e9 9# Source0-md5: f1ce5e65b73bbcc1130dbde4a0b7c2af
88b6ad05 10Source1: %{name}-add.tar.gz
f550ede1 11# Source1-md5: d97220c4c5862487585fbe76f0c5fb00
3ac3fb76
JB
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: ghostscript
0b07df6b 15BuildRequires: unzip
3ac3fb76 16BuildArch: noarch
88b6ad05
SZ
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20cep/cop compresses Postscript files producing self-extracting
21Postscript level 2 files, that can be used instead of original files.
22
43ecb798
JR
23%description -l pl.UTF-8
24cep/cop kompresuje pliki Postscript produkując samorozpakowywalne
25pliki PS poziomu 2, które mogą być wykorzystane zamiast oryginalnych
26plików.
88b6ad05
SZ
27
28%prep
29%setup -q -n cep -b 1
30
31%build
32%{__aclocal}
33%{__autoconf}
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc 0cep_lic.pol 0cep_lic.eng *.inf
48%attr(755,root,root) %{_bindir}/*
49%{_datadir}/cep
50%{_mandir}/*/*
This page took 0.061454 seconds and 4 git commands to generate.