]> git.pld-linux.org Git - packages/file-roller.git/blob - file-roller.spec
- pl description, fixed find_lang macro name
[packages/file-roller.git] / file-roller.spec
1 Summary:        An archive manager for GNOME
2 Summary(pl):    Zarz±dca archiwów dla GNOME
3 Name:           file-roller
4 Version:        1.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Archiving
8 Source0:        http://prdownloads.sourceforge.net/fileroller/%{name}-%{version}.tar.gz
9 URL:            http://fileroller.sourceforge.net
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  bonobo-devel >= 1.0.0
13 BuildRequires:  gdk-pixbuf-devel >= 0.9.0
14 BuildRequires:  gnome-libs-devel >= 1.2.0
15 BuildRequires:  libglade-devel >= 0.14
16 BuildRequires:  oaf-devel >= 0.6.5
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 File Roller is an archive manager for the GNOME environment. With File
21 Roller you can: create and modify archives; view the content of an
22 archive; view a file contained in the archive; extract files from the
23 archive. File Roller is only a front-end (a graphical interface) to
24 various archiving programs. The supported file types are:
25     - Tar archives uncompressed (.tar) or compressed with
26           - gzip (.tar.gz , .tgz)
27           - bzip (.tar.bz , .tbz)
28           - bzip2 (.tar.bz2 , .tbz2)
29           - compress (.tar.Z , .taz)
30           - lzop (.tar.lzo , .tzo)
31     - Zip archives (.zip)
32     - Jar archives (.jar , .ear , .war)
33     - Lha archives (.lzh)
34     - Rar archives (.rar)
35     - Single files compressed with gzip, bzip, bzip2, compress, lzop.
36
37 %description -l pl
38 File Roller to zarz±dca archiwów dla ¶rodowiska GNOME. Przy jego
39 pomocy mo¿na: tworzyæ i modyfikowaæ archiwa, ogl±daæ ich zawarto¶æ,
40 ogl±daæ poszczególne pliki zawarte w archiwum oraz rozpakowywaæ pliki
41 z archiwów. File Roller jest tylko interfejsem graficznym do
42 w³a¶ciwych programów archiwizuj±cych. Obs³ugiwane typy plików to:
43 - archiwa tar nieskompresowane (.tar) lub skompresowane programami:
44   - gzip (.tar.gz, .tgz)
45   - bzip (.tar.bz, .tbz)
46   - bzip2 (.tar.bz2, .tbz2)
47   - compress (.tar.Z, .taz)
48   - lzop (.tar.lzo, .tzo)
49 - archiwa zip (.zip)
50 - archiwa jar (.jar, .ear, .war)
51 - archiwa lha (.lzh)
52 - archiwa rar (.rar)
53 - pojedyncze pliki skompresowane programami gzip, bzip, bzip2,
54   compress, lzop.
55
56 %prep
57 %setup -q
58
59 %build
60 rm -f missing
61 aclocal
62 autoconf
63 automake -a -c -f
64 %configure
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %{__make} install \
71         DESTDIR=$RPM_BUILD_ROOT \
72         desktopdir=%{_applnkdir}/Utilities
73
74 gzip -9nf AUTHORS NEWS README
75
76 %find_lang %{name}
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files -f %{name}.lang
82 %defattr(644,root,root,755)
83 %doc *.gz
84 %attr(755,root,root) %{_bindir}/file-roller
85 %attr(755,root,root) %{_bindir}/fr-document-viewer
86 %{_applnkdir}/Utilities/file-roller.desktop
87 %{_datadir}/file-roller
88 %{_datadir}/appliation-registry/file-roller.applications
89 %{_datadir}/mime-info/file-roller.*
90 %{_pixmapsdir}/file-roller.png
This page took 0.089377 seconds and 4 git commands to generate.