source: projects/specs/trunk/e/engrampa/engrampa-vl.spec @ 10906

Revision 10906, 4.0 KB checked in by iwaim, 7 years ago (diff)

engrampa 1.16.0-1

Line 
1Summary:        Archive manipulator for MATE
2Name:           engrampa
3Version:        1.16.0
4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          Applications/Archiving
8URL:            http://mate-desktop.org/
9
10BuildRequires:  mate-common
11BuildRequires:  gtk3-devel
12BuildRequires:  libSM-devel
13BuildRequires:  json-glib-devel
14BuildRequires:  caja-devel
15BuildRequires:  gtk-doc
16BuildRequires:  itstool
17BuildRequires:  autoconf
18BuildRequires:  automake
19
20Requires(posttrans,postun):     glib2
21Requires(post,postun):  gtk2
22Requires(post,postun):  desktop-file-utils
23
24Obsoletes:      mate-file-archiver < 1.8.0
25Provides:       mate-file-archiver = %{version}-%{release}
26
27BuildRoot:      %{_tmppath}/%{name}-%{version}-root
28
29Vendor:         Project Vine
30Distribution:   Vine Linux
31Packager:       Takemikaduchi, iwaim
32
33
34%description
35Engrampa is an archive manager for the MATE environment.  This means
36that you can create and modify archives; view the content of an archive;
37view and modify a file contained in the archive; extract files from the
38archive.
39
40
41%prep
42%setup -q
43
44
45%build
46(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
47%configure \
48        --libexecdir=%{_libexecdir}/mate \
49        --disable-static
50
51%{__make} %{?_smp_mflags}
52
53
54%install
55%{__rm} -rf ${RPM_BUILD_ROOT}
56
57%{__make} install DESTDIR=${RPM_BUILD_ROOT}
58
59find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
60find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
61
62%find_lang engrampa
63
64
65%clean
66%{__rm} -rf ${RPM_BUILD_ROOT}
67
68%post
69/sbin/ldconfig
70update-desktop-database %{_datadir}/applications >& /dev/null ||:
71touch --no-create %{_datadir}/icons/hicolor
72gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
73
74%postun
75/sbin/ldconfig
76if [ $1 -eq 0 ]; then
77  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
78  update-desktop-database %{_datadir}/applications >& /dev/null ||:
79  touch --no-create %{_datadir}/icons/hicolor
80  gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
81fi
82
83%posttrans
84glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
85
86
87%files -f engrampa.lang
88%defattr(-,root,root,-)
89%doc COPYING ChangeLog NEWS README
90%{_bindir}/%{name}
91%{_libdir}/caja/extensions-2.0/libcaja-%{name}.so
92%{_libexecdir}/mate/%{name}/isoinfo.sh
93%{_libexecdir}/mate/%{name}/rpm2cpio
94%{_libexecdir}/mate/%{name}-server
95%{_datadir}/appdata/%{name}.appdata.xml
96%{_datadir}/applications/%{name}.desktop
97%{_datadir}/caja/extensions/libcaja-%{name}.caja-extension
98%{_datadir}/dbus-1/services/org.mate.Engrampa.service
99%{_datadir}/%{name}
100%{_datadir}/glib-2.0/schemas/org.mate.%{name}.gschema.xml
101%{_datadir}/icons/hicolor/*/*/*
102%{_datadir}/help/*/%{name}
103%{_mandir}/man1/%{name}.1.gz
104
105
106%changelog
107* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
108- new upstream release
109- update GTK+ version
110 - BR: gtk3-devel
111- update Packager
112
113* Sun May 22 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.1-1
114- new upstream release
115
116* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
117- new upstream release
118
119* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
120- new upstream release
121
122* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
123- new upstream release
124
125* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
126- new upstream release
127
128* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
129- new upstream release
130
131* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
132- new upstream release
133- rename package
134- add BuildRequies: json-glib-devel, caja-devel, itstool
135
136* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
137- rebuild with VineSeed environment
138
139* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
140- new upstream release
141
142* Thu Aug 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
143- new upstream release
144
145* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
146- new upstream release
147
148* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
149- change category
150
151* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
152- initial build for Vine Linux
153
Note: See TracBrowser for help on using the repository browser.