144 lines
4.3 KiB
RPMSpec
144 lines
4.3 KiB
RPMSpec
Name: shared-mime-info
|
|
Version: 1.8
|
|
Release: 1mamba
|
|
Summary: A database of common MIME types and the update-mime-database tool
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://freedesktop.org/wiki/Software/shared-mime-info
|
|
Source: http://freedesktop.org/%7Ehadess/shared-mime-info-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libxml2-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: perl-devel
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: libxml2-utils
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
A database of common MIME types and the update-mime-database tool.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make -j1
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
# postplug one-shot update script to remove old package with wrong script
|
|
install -d %{buildroot}%{_sysconfdir}/postplug/updates.d
|
|
cat > %{buildroot}%{_sysconfdir}/postplug/updates.d/shared-mime-info-remove-broken-001.upd << _EOF
|
|
rpm -e shared-mime-info-0.71 --noscripts
|
|
exit 0
|
|
_EOF
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
update-mime-database %{_datadir}/mime >/dev/null 2>&1 :
|
|
exit 0
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
update-mime-database %{_datadir}/mime >/dev/null 2>&1
|
|
exit 0
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/update-mime-database
|
|
%dir %{_datadir}/mime
|
|
%{_datadir}/mime/*
|
|
%{_datadir}/pkgconfig/*.pc
|
|
%{_mandir}/man1/update-mime-database.*
|
|
%doc COPYING README
|
|
#
|
|
%{_sysconfdir}/postplug/updates.d/shared-mime-info-remove-broken-001.upd
|
|
|
|
%changelog
|
|
* Sun Feb 12 2017 Automatic Build System <autodist@mambasoft.it> 1.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 14 2016 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Apr 20 2016 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 08 2015 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 15 2015 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Oct 03 2013 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Feb 18 2013 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 04 2013 Davide Madrisan <davide.madrisan@gmail.com> 1.0-2mamba
|
|
- make the post and postun scripts dash-compliant
|
|
|
|
* Sun Aug 12 2012 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 14 2011 Automatic Build System <autodist@mambasoft.it> 0.91-1mamba
|
|
- update to 0.91
|
|
|
|
* Thu Dec 09 2010 Automatic Build System <autodist@mambasoft.it> 0.90-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Nov 06 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.80-2mamba
|
|
- added postplug one-shot script to remove old broken package with --noscripts
|
|
|
|
* Fri Oct 08 2010 Automatic Build System <autodist@mambasoft.it> 0.80-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Mar 20 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.71-3mamba
|
|
- fixed %postun script
|
|
- own %{_datadir}/mime
|
|
|
|
* Wed Feb 03 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.71-2mamba
|
|
- launch update-mime-database after package installation
|
|
|
|
* Wed Feb 03 2010 Automatic Build System <autodist@mambasoft.it> 0.71-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Oct 09 2009 Automatic Build System <autodist@mambasoft.it> 0.70-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Mar 01 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.60-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Nov 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.51-1mamba
|
|
- update to 0.51
|
|
|
|
* Thu Jul 17 2008 gil <puntogil@libero.it> 0.40-1mamba
|
|
- update to 0.40
|
|
|
|
* Wed Dec 26 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.23-1mamba
|
|
- update to 0.23
|
|
|
|
* Wed Sep 05 2007 Aleph0 <aleph0@openmamba.org> 0.22-1mamba
|
|
- update to 0.22
|
|
|
|
* Tue May 29 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.21-1mamba
|
|
- package created by autospec
|