]> git.pld-linux.org Git - packages/file-roller.git/blob - file-roller.spec
Update to 3.22.1
[packages/file-roller.git] / file-roller.spec
1 Summary:        An archive manager for GNOME
2 Summary(pl.UTF-8):      Zarządca archiwów dla GNOME
3 Summary(pt_BR.UTF-8):   Gerenciador de arquivos compactados para o GNOME
4 Name:           file-roller
5 Version:        3.22.1
6 Release:        1
7 License:        GPL v2+
8 Group:          X11/Applications
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/file-roller/3.22/%{name}-%{version}.tar.xz
10 # Source0-md5:  e50e7f0e6e0458f7d20288a7d76f02b6
11 URL:            http://www.gnome.org/
12 BuildRequires:  autoconf >= 2.68
13 BuildRequires:  automake >= 1:1.11
14 BuildRequires:  desktop-file-utils
15 BuildRequires:  docbook-dtd412-xml
16 BuildRequires:  gettext-tools
17 BuildRequires:  glib2-devel >= 1:2.36.0
18 BuildRequires:  gtk+3-devel >= 3.13.3
19 BuildRequires:  intltool >= 0.50.1
20 BuildRequires:  json-glib-devel >= 0.14.0
21 BuildRequires:  libarchive-devel >= 3.0.0
22 BuildRequires:  libmagic-devel
23 BuildRequires:  libnotify-devel >= 0.4.3
24 BuildRequires:  libtool >= 2:2
25 BuildRequires:  libxml2-progs
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(find_lang) >= 1.23
28 BuildRequires:  rpmbuild(macros) >= 1.601
29 BuildRequires:  yelp-tools
30 Requires(post,postun):  desktop-file-utils
31 Requires(post,postun):  glib2 >= 1:2.36.0
32 Requires(post,postun):  gtk-update-icon-cache
33 Requires:       glib2 >= 1:2.36.0
34 Requires:       gtk+3 >= 3.13.3
35 Requires:       hicolor-icon-theme
36 Requires:       json-glib >= 0.14.0
37 Requires:       libarchive >= 3.0.0
38 Requires:       libnotify >= 0.4.3
39 Suggests:       bzip2
40 Suggests:       gzip
41 Suggests:       p7zip
42 %ifarch %{ix86}
43 Suggests:       rar
44 %else
45 Suggests:       unrar
46 %endif
47 Suggests:       tar
48 Suggests:       zip
49 Obsoletes:      nautilus-extension-file-roller
50 # sr@Latn vs. sr@latin
51 Conflicts:      glibc-misc < 6:2.7
52 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
53
54 %description
55 File Roller is an archive manager for the GNOME environment. With File
56 Roller you can: create and modify archives; view the content of an
57 archive; view a file contained in the archive; extract files from the
58 archive. File Roller is only a front-end (a graphical interface) to
59 various archiving programs. The supported file types are:
60 - Tar archives uncompressed (.tar) or compressed with
61  - gzip (.tar.gz , .tgz)
62  - bzip (.tar.bz , .tbz)
63  - bzip2 (.tar.bz2 , .tbz2)
64  - compress (.tar.Z , .taz)
65  - lzop (.tar.lzo , .tzo)
66 - Zip archives (.zip)
67 - Jar archives (.jar , .ear , .war)
68 - Lha archives (.lzh)
69 - Rar archives (.rar)
70 - Single files compressed with gzip, bzip, bzip2, compress, lzop.
71
72 %description -l pl.UTF-8
73 File Roller to zarządca archiwów dla środowiska GNOME. Przy jego
74 pomocy można: tworzyć i modyfikować archiwa, oglądać ich zawartość,
75 oglądać poszczególne pliki zawarte w archiwum oraz rozpakowywać pliki
76 z archiwów. File Roller jest tylko interfejsem graficznym do
77 właściwych programów archiwizujących. Obsługiwane typy plików to:
78 - archiwa tar nieskompresowane (.tar) lub skompresowane programami:
79  - gzip (.tar.gz, .tgz)
80  - bzip (.tar.bz, .tbz)
81  - bzip2 (.tar.bz2, .tbz2)
82  - compress (.tar.Z, .taz)
83  - lzop (.tar.lzo, .tzo)
84 - archiwa zip (.zip)
85 - archiwa jar (.jar, .ear, .war)
86 - archiwa lha (.lzh)
87 - archiwa rar (.rar)
88 - pojedyncze pliki skompresowane programami gzip, bzip, bzip2,
89   compress, lzop.
90
91 %description -l pt_BR.UTF-8
92 File Roller é um gerenciador de pacotes de arquivos compactados para o
93 ambiente GNOME. Com ele é possível criar arquivos, visualizar o
94 conteúdo de arquivos existentes, visualizar um arquivo contido em um
95 pacote e extrair os arquivos de um pacote.
96
97 %prep
98 %setup -q
99
100 %build
101 %{__intltoolize}
102 %{__libtoolize}
103 %{__aclocal} -I m4
104 %{__autoconf}
105 %{__autoheader}
106 %{__automake}
107 %configure \
108         --disable-schemas-compile \
109         --disable-silent-rules \
110         --disable-static
111
112 %{__make}
113
114 %install
115 rm -rf $RPM_BUILD_ROOT
116
117 %{__make} install \
118         DESTDIR=$RPM_BUILD_ROOT
119
120 %{__mv} $RPM_BUILD_ROOT%{_localedir}/{sr@ije,sr@ijekavian}
121
122 %find_lang %{name} --with-gnome
123
124 %clean
125 rm -rf $RPM_BUILD_ROOT
126
127 %post
128 %update_desktop_database_post
129 %update_icon_cache hicolor
130 %glib_compile_schemas
131
132 %postun
133 %update_desktop_database_postun
134 %update_icon_cache hicolor
135 %glib_compile_schemas
136
137 %files -f %{name}.lang
138 %defattr(644,root,root,755)
139 %doc AUTHORS ChangeLog MAINTAINERS NEWS README README_COMMANDLINE
140 %attr(755,root,root) %{_bindir}/file-roller
141 %dir %{_libdir}/file-roller
142 %attr(755,root,root) %{_libdir}/file-roller/isoinfo.sh
143 %attr(755,root,root) %{_libdir}/file-roller/rpm2cpio
144 %{_datadir}/GConf/gsettings/file-roller.convert
145 %{_datadir}/appdata/org.gnome.FileRoller.appdata.xml
146 %{_datadir}/dbus-1/services/org.gnome.FileRoller.service
147 %{_datadir}/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service
148 %{_datadir}/file-roller
149 %{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
150 %{_desktopdir}/org.gnome.FileRoller.desktop
151 %{_iconsdir}/hicolor/*x*/apps/file-roller.png
152 %{_iconsdir}/hicolor/scalable/apps/file-roller-symbolic.svg
This page took 0.042832 seconds and 4 git commands to generate.