]> git.pld-linux.org Git - packages/file-roller.git/blob - file-roller.spec
- updated to version 2.1.4
[packages/file-roller.git] / file-roller.spec
1 Summary:        An archive manager for GNOME
2 Summary(pl):    Zarz±dca archiwów dla GNOME
3 Summary(pt_BR): Gerenciador de arquivos compactados para o GNOME
4 Name:           file-roller
5 Version:        2.1.4
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
10 #Patch0:                %{name}-configure.patch
11 URL:            http://www.gnome.org/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gnome-vfs2-devel >= 2.1.4
16 BuildRequires:  libglade2-devel >= 2.0.1
17 BuildRequires:  libgnome-devel >= 2.1.0-3
18 BuildRequires:  libgnomeui-devel >= 2.1.1-3
19 BuildRequires:  rpm-build >= 4.1-8.2
20 Requires:       gnome-vfs2 >= 2.1.4
21 Requires(post): scrollkeeper
22 Requires(post): GConf2
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 File Roller is an archive manager for the GNOME environment. With File
27 Roller you can: create and modify archives; view the content of an
28 archive; view a file contained in the archive; extract files from the
29 archive. File Roller is only a front-end (a graphical interface) to
30 various archiving programs. The supported file types are:
31     - Tar archives uncompressed (.tar) or compressed with
32           - gzip (.tar.gz , .tgz)
33           - bzip (.tar.bz , .tbz)
34           - bzip2 (.tar.bz2 , .tbz2)
35           - compress (.tar.Z , .taz)
36           - lzop (.tar.lzo , .tzo)
37     - Zip archives (.zip)
38     - Jar archives (.jar , .ear , .war)
39     - Lha archives (.lzh)
40     - Rar archives (.rar)
41     - Single files compressed with gzip, bzip, bzip2, compress, lzop.
42
43 %description -l pl
44 File Roller to zarz±dca archiwów dla ¶rodowiska GNOME. Przy jego
45 pomocy mo¿na: tworzyæ i modyfikowaæ archiwa, ogl±daæ ich zawarto¶æ,
46 ogl±daæ poszczególne pliki zawarte w archiwum oraz rozpakowywaæ pliki
47 z archiwów. File Roller jest tylko interfejsem graficznym do
48 w³a¶ciwych programów archiwizuj±cych. Obs³ugiwane typy plików to:
49 - archiwa tar nieskompresowane (.tar) lub skompresowane programami:
50   - gzip (.tar.gz, .tgz)
51   - bzip (.tar.bz, .tbz)
52   - bzip2 (.tar.bz2, .tbz2)
53   - compress (.tar.Z, .taz)
54   - lzop (.tar.lzo, .tzo)
55 - archiwa zip (.zip)
56 - archiwa jar (.jar, .ear, .war)
57 - archiwa lha (.lzh)
58 - archiwa rar (.rar)
59 - pojedyncze pliki skompresowane programami gzip, bzip, bzip2,
60   compress, lzop.
61
62 %description -l pt_BR
63 File Roller é um gerenciador de pacotes de arquivos compactados para o
64 ambiente GNOME. Com ele é possível criar arquivos, visualizar o
65 conteúdo de arquivos existentes, visualizar um arquivo contido em um
66 pacote e extrair os arquivos de um pacote.
67
68 %prep
69 %setup -q
70 #%patch0 -p1
71
72 %build
73 rm -f missing
74 %{__aclocal}
75 %{__autoconf}
76 %{__automake}
77 %configure \
78     --disable-schemas-install 
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT \
86         omf_dest_dir=%{_omf_dest_dir}/%{name}
87
88 %find_lang %{name} --with-gnome
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post
94 /usr/bin/scrollkeeper-update
95 %gconf_schema_install
96
97 %postun -p /usr/bin/scrollkeeper-update
98
99 %files -f %{name}.lang
100 %defattr(644,root,root,755)
101 %doc AUTHORS NEWS README
102 %attr(755,root,root) %{_bindir}/file-roller
103 %{_datadir}/applications/*
104 %{_datadir}/file-roller
105 %{_datadir}/application-registry/file-roller.applications
106 %{_datadir}/mime-info/file-roller.*
107 %{_libdir}/bonobo/*.so
108 %{_libdir}/bonobo/*.la
109 %{_libdir}/bonobo/servers/*.server
110 %{_pixmapsdir}/file-roller.png
111 %{_omf_dest_dir}/%{name}
112 %{_sysconfdir}/*
This page took 0.086665 seconds and 3 git commands to generate.