ALT Linux Bugzilla
– Attachment 7144 Details for
Bug 33641
Выделить субпакет mate-file-manager-archiver
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
mate-file-archiver.spec
mate-file-archiver.spec (text/x-rpm-spec), 5.57 KB, created by
Антон Мидюков
on 2017-07-12 17:54:14 MSK
(
hide
)
Description:
mate-file-archiver.spec
Filename:
MIME Type:
Creator:
Антон Мидюков
Created:
2017-07-12 17:54:14 MSK
Size:
5.57 KB
patch
obsolete
>Group: Archiving/Other ># BEGIN SourceDeps(oneline): >BuildRequires: /usr/bin/desktop-file-install /usr/bin/glib-compile-resources /usr/bin/glib-genmarshal /usr/bin/glib-gettextize /usr/bin/glib-mkenums libgio-devel pkgconfig(glib-2.0) pkgconfig(gthread-2.0) ># END SourceDeps(oneline) >BuildRequires: libmagic-devel libSM-devel >%define _libexecdir %_prefix/libexec >%define oldname engrampa ># %%oldname or %%version is ahead of its definition. Predefining for rpm 4.0 compatibility. >%define name engrampa >%define version 1.16.0 ># Conditional for release and snapshot builds. Uncomment for release-builds. >%global rel_build 1 > ># This is needed, because src-url contains branched part of versioning-scheme. >%global branch 1.16 > ># Settings used for build from snapshots. >%{!?rel_build:%global commit f4611c3411c44e792f729a0780c31b0aa55fe004} >%{!?rel_build:%global commit_date 20131215} >%{!?rel_build:%global shortcommit %(c=%{commit};echo ${c:0:7})} >%{!?rel_build:%global git_ver git%{commit_date}-%{shortcommit}} >%{!?rel_build:%global git_rel .git%{commit_date}.%{shortcommit}} >%{!?rel_build:%global git_tar %{oldname}-%{version}-%{git_ver}.tar.xz} > >Name: mate-file-archiver >Version: %{branch}.0 >%if 0%{?rel_build} >Release: alt3_1 >%else >Release: alt3_0.3%{?git_rel} >%endif >Summary: MATE Desktop file archiver >License: GPLv2+ and LGPLv2+ >URL: http://mate-desktop.org > ># for downloading the tarball use 'spectool -g -R engrampa.spec' ># Source for release-builds. >%{?rel_build:Source0: http://pub.mate-desktop.org/releases/%{branch}/%{oldname}-%{version}.tar.xz} ># Source for snapshot-builds. >%{!?rel_build:Source0: http://git.mate-desktop.org/%{oldname}/snapshot/%{oldname}-%{commit}.tar.xz#/%{git_tar}} > >BuildRequires: mate-common >BuildRequires: desktop-file-utils >BuildRequires: libmagic-devel >BuildRequires: gtk3-demo libgail3-devel libgtk+3 libgtk+3-devel libgtk+3-gir-devel >BuildRequires: libjson-glib libjson-glib-devel libjson-glib-gir-devel >BuildRequires: mate-file-manager-devel >BuildRequires: libSM-devel >Source44: import.info >Patch33: file-roller-2.28.2-alt-7z.patch > >Requires: %{oldname} = %{version}-%{release} >Requires: mate-file-manager-archiver = %{version}-%{release} > >%description >Mate File Archiver is an application for creating and viewing archives files, >such as zip, xv, bzip2, cab, rar and other compress formats. > >%package -n %{oldname} >Summary: Mate-file-manager extension for mount archiver >Group: Archiving/Other > >%description -n %{oldname} >Mate-file-manager extension for mount archiver > >%package -n mate-file-manager-archiver >Summary: Mate-file-manager extension for mount archiver >Group: Graphical desktop/MATE >Requires: %{oldname} = %{version}-%{release} > >%description -n mate-file-manager-archiver >Mate-file-manager extension for mount archiver > >%prep >%setup -n %{oldname}-%{version} -q%{!?rel_build:n %{oldname}-%{commit}} > >%if 0%{?rel_build} >#NOCONFIGURE=1 ./autogen.sh >%else # 0%{?rel_build} ># needed for git snapshots >NOCONFIGURE=1 ./autogen.sh >%endif # 0%{?rel_build} >%patch33 -p0 > > >%build >%configure \ > --disable-schemas-compile \ > --disable-static \ > --enable-caja-actions \ > --enable-magic \ > --disable-packagekit > >make %{?_smp_mflags} V=1 > > >%install >%{makeinstall_std} > >desktop-file-install \ > --delete-original \ > --dir %{buildroot}%{_datadir}/applications \ >%{buildroot}%{_datadir}/applications/engrampa.desktop > >find %{buildroot} -name "*.la" -exec rm -f {} ';' > >%find_lang %{oldname} --with-gnome --all-name > >%files > >%files -n %{oldname} -f %{oldname}.lang >%doc README COPYING NEWS AUTHORS >%{_mandir}/man1/* >%{_bindir}/engrampa >%{_libexecdir}/engrampa >%{_libexecdir}/engrampa-server >%{_datadir}/engrampa >%{_datadir}/appdata/engrampa.appdata.xml >%{_datadir}/applications/engrampa.desktop >%{_datadir}/dbus-1/services/org.mate.Engrampa.service >%{_datadir}/icons/hicolor/*/apps/*.png >%{_datadir}/icons/hicolor/scalable/apps/*.svg >%{_datadir}/glib-2.0/schemas/org.mate.engrampa.gschema.xml > >%files -n mate-file-manager-archiver >%{_datadir}/caja/extensions/libcaja-engrampa.caja-extension >%{_libdir}/caja/extensions-2.0/libcaja-engrampa.so > >%changelog >* Wed Jul 12 2017 Anton Midyukov <antohami@altlinux.org> 1.16.0-alt3_1 >- new subpackages mate-file-manager-archiver and engrampa > >* Mon Oct 31 2016 Vladimir D. Seleznev <vseleznv@altlinux.org> 1.16.0-alt2_1 >- fixed zip archive encoding (closes: #32689) > >* Wed Oct 12 2016 Vladimir D. Seleznev <vseleznv@altlinux.org> 1.16.0-alt1_1 >- update to mate 1.16 > >* Wed Feb 17 2016 Igor Vlasenko <viy@altlinux.ru> 1.12.0-alt1_2 >- new version > >* Fri Oct 30 2015 Igor Vlasenko <viy@altlinux.ru> 1.10.2-alt1_2 >- new version > >* Sat Mar 22 2014 Igor Vlasenko <viy@altlinux.ru> 1.8.0-alt1_1 >- new fc release > >* Wed Aug 07 2013 Igor Vlasenko <viy@altlinux.ru> 1.6.0-alt1_3 >- new fc release > >* Mon Jul 22 2013 Igor Vlasenko <viy@altlinux.ru> 1.6.0-alt1_2 >- new fc release > >* Mon Apr 15 2013 Igor Vlasenko <viy@altlinux.ru> 1.6.0-alt1_1 >- new fc release > >* Tue Mar 05 2013 Igor Vlasenko <viy@altlinux.ru> 1.5.1-alt1_6 >- new fc release > >* Sat Feb 02 2013 Igor Vlasenko <viy@altlinux.ru> 1.5.1-alt1_4 >- new fc release > >* Fri Nov 30 2012 Igor Vlasenko <viy@altlinux.ru> 1.5.1-alt1_3 >- rebase to fc > >* Wed Oct 24 2012 Anton V. Boyarshinov <boyarsh@altlinux.ru> 1.4.0-alt2_1.1 >- Build for Sisyphus > >* Wed Oct 17 2012 Igor Vlasenko <viy@altlinux.ru> 1.4.0-alt2_1 >- adapted alt patches > >* Sun Aug 05 2012 Igor Vlasenko <viy@altlinux.ru> 1.4.0-alt1_1 >- 20120801 mate snapshot > >* Thu Jul 05 2012 Igor Vlasenko <viy@altlinux.ru> 1.2.1-alt1_1 >- 20120622 mate snapshot >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 33641
: 7144