]> git.pld-linux.org Git - packages/cep.git/blob - cep.spec
6cff395771768544218d2c9c4e6cb24c4e28cef5
[packages/cep.git] / cep.spec
1 Summary:        Compress/uncompress PostScript files
2 Summary(pl):    Kompresja/dekompresja plików PostScript
3 Name:           cep
4 Version:        1.03
5 Release:        1
6 License:        Public Domain
7 Group:          Applications/Graphics
8 Source0:        http://www.agh.edu.pl/pub/tex/GUST/contrib/PS-supp/%{name}.zip
9 # Source0-md5:  f1ce5e65b73bbcc1130dbde4a0b7c2af
10 Source1:        %{name}-add.tar.gz
11 # Source1-md5:  d97220c4c5862487585fbe76f0c5fb00
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  ghostscript
15 BuildRequires:  unzip
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 cep/cop compresses Postscript files producing self-extracting
21 Postscript level 2 files, that can be used instead of original files.
22
23 %description -l pl
24 cep/cop kompresuje pliki Postscript produkuj±c samorozpakowywalne
25 pliki PS poziomu 2, które mog± byæ wykorzystane zamiast oryginalnych
26 plików.
27
28 %prep
29 %setup -q -n cep -b 1
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -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.043405 seconds and 2 git commands to generate.