]> git.pld-linux.org Git - packages/Zipper.git/blame - Zipper.spec
- tabs in preamble
[packages/Zipper.git] / Zipper.spec
CommitLineData
16479c5c 1Summary: File archive viewer application for GNUstep
42310f0f 2Summary(pl.UTF-8): Przeglądarka plików archiwów dla GNUstepa
16479c5c 3Name: Zipper
548c211f 4Version: 1.1
5Release: 1
16479c5c 6License: GPL
7Group: X11/Applications
f79fa535 8Source0: http://xanthippe.dyndns.org/Zipper/%{name}-%{version}.tar.gz
548c211f 9# Source0-md5: db9d9e88bd71fce128890adfd01b70c6
eef57922 10Patch0: %{name}-initwitharguments.patch
16479c5c 11URL: http://xanthippe.dyndns.org/Zipper/
16479c5c 12BuildRequires: Renaissance-devel
f79fa535 13BuildRequires: gnustep-gui-devel >= 0.9.1
16479c5c 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
59cad5b7 16%define _prefix /usr/%{_lib}/GNUstep
16479c5c 17
18%define libcombo gnu-gnu-gnu
19%define gsos linux-gnu
20%ifarch %{ix86}
21%define gscpu ix86
22%else
23# also s/alpha.*/alpha/, but we use only "alpha" arch for now
2ded9c72 24%define gscpu %(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
16479c5c 25%endif
26
27%description
f79fa535
JB
28Zipper is a tool for inspecting the contents of a compressed archive
29and for extracting.
30
31I know that there's a GNUstep port of the famous OpenUp application
32but I must admit that for a living I have to use Windoze at work.
33After a while I got quite used to Winzip's UI. Although I don't like
34some of its features, what I really like is the content listing of an
35archive without actually having to unpack it. This is what Zipper
36currently tries to mimic. This has also the advantage that you don't
37have to unpack archives from networked volumes to your local disk just
38to view what's in it.
39
093f697b
JR
40%description -l pl.UTF-8
41Zipper to narzędzie do oglądania zawartości i rozpakowywania
42skompresowanych archiwów.
f79fa535 43
093f697b
JR
44Autor jest świadom istnienia GNUstepowego portu słynnej aplikacji
45OpenUp, ale jako że w pracy musi używać Windows, przyzwyczaił się do
46interfejsu Winzipa. Mimo że nie lubi niektórych jego cech, podoba mu
47się sposób wyświetlania zawartości archiwów bez potrzeby
48rozpakowywania ich. Właśnie to próbuje naśladować Zipper. Ma także tę
49zaletę, że nie trzeba rozpakowywać archiwów z woluminów sieciowych na
50dysk lokalny tylko w celu sprawdzenia co jest w środku.
16479c5c 51
52%prep
53%setup -q -n %{name}
eef57922 54%patch0 -p1
16479c5c 55
56%build
57. %{_prefix}/System/Library/Makefiles/GNUstep.sh
58%{__make} \
59 OPTFLAG="%{rpmcflags}" \
60 messages=yes
61
62%install
63rm -rf $RPM_BUILD_ROOT
64. %{_prefix}/System/Library/Makefiles/GNUstep.sh
65
66%{__make} install \
67 GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%post -p /sbin/ldconfig
73%postun -p /sbin/ldconfig
74
75%files
76%defattr(644,root,root,755)
77%dir %{_prefix}/System/Applications/Zipper.app
78%attr(755,root,root) %{_prefix}/System/Applications/Zipper.app/Zipper
79%dir %{_prefix}/System/Applications/Zipper.app/Resources
80%{_prefix}/System/Applications/Zipper.app/Resources/*.desktop
81%{_prefix}/System/Applications/Zipper.app/Resources/*.plist
82%{_prefix}/System/Applications/Zipper.app/Resources/*.tiff
83%{_prefix}/System/Applications/Zipper.app/Resources/*.gsmarkup
84%dir %{_prefix}/System/Applications/Zipper.app/%{gscpu}
85%dir %{_prefix}/System/Applications/Zipper.app/%{gscpu}/%{gsos}
86%dir %{_prefix}/System/Applications/Zipper.app/%{gscpu}/%{gsos}/%{libcombo}
87%attr(755,root,root) %{_prefix}/System/Applications/Zipper.app/%{gscpu}/%{gsos}/%{libcombo}/Zipper
88%{_prefix}/System/Applications/Zipper.app/%{gscpu}/%{gsos}/%{libcombo}/*.openapp
This page took 0.072665 seconds and 4 git commands to generate.