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