From 1485d6349ad85589c3ab598c86de1c3d4b0182ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Oct 2011 17:43:13 +0200 Subject: remi-release for f16 --- remi-release.spec | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 remi-release.spec (limited to 'remi-release.spec') diff --git a/remi-release.spec b/remi-release.spec new file mode 100644 index 0000000..8aba668 --- /dev/null +++ b/remi-release.spec @@ -0,0 +1,151 @@ +Name: remi-release +Version: %{fedora} +Release: 6%{?dist} +Summary: YUM configuration for remi repository +Summary(fr): Configuration de YUM pour le dépôt remi + +Group: System Environment/Base +License: GPL +URL: http://remi.collet.free.fr +Source0: RPM-GPG-KEY-remi +Source1: remi-fc.repo +Source2: remi.channel +Source3: remi.list +BuildRoot: %{_tmppath}/%{name}-%{version} +BuildArchitectures: noarch + +Requires: yum +Requires: fedora-release >= %{fedora} +# If apt is around, it needs to be a version with repomd support +%if %{fedora} > 5 +Conflicts: apt < 0.5.15lorg3 +%endif + +%description +This package contains yum configuration for the "remi" RPM Repository, +as well as the public GPG keys used to sign them. + +The repository is not enabled after installation, so you must use +the --enablerepo=remi option for yum. + +%if %{fedora} > 5 +It also provides smart and apt configuration. +%endif + +%description -l fr +Ce paquetage contient le fichier de configuration de YUM pour utiliser +les RPM du dépôt "remi" ainsi que la clé GPG utilisée pour les signer. + +Le dépôt n'est pas activé après l'installation, vous devez donc utiliser +l'option --enablerepo=remi de yum. + +%if %{fedora} > 5 +Il fournit également la configuration de smart et apt. +%endif + +%prep +%setup -c -T + +%build +echo empty build + +%install +rm -rf %{buildroot} + +# PGP +%{__install} -Dp -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-remi + +# YUM +%{__install} -Dp -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/yum.repos.d/remi.repo + +%if %{fedora} > 5 +# APT +install -dm 755 %{buildroot}%{_sysconfdir}/apt/{gpg,sources.list.d} +install -m 644 -p %{SOURCE3} \ + %{buildroot}%{_sysconfdir}/apt/sources.list.d/remi.list +ln -s ../../pki/rpm-gpg/RPM-GPG-KEY-remi \ + %{buildroot}%{_sysconfdir}/apt/gpg/gpg-pubkey-00f97f56-467e318a + +# SMART +install -Dp -m 644 %{SOURCE2} \ + %{buildroot}%{_sysconfdir}/smart/channels/remi.channel +%endif + +%clean +rm -rf %{buildroot} + +%if %{fedora} > 5 +%post +%{__sed} -i -e s/VERSION/%{fedora}/ -e s/ARCH/$(uname -i)/ %{_sysconfdir}/smart/channels/remi.channel +%endif + +%files +%defattr(-,root,root,-) +%config(noreplace) %{_sysconfdir}/yum.repos.d/remi.repo +%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-remi +%if %{fedora} > 5 +%{_sysconfdir}/apt/gpg/gpg-pubkey-00f97f56-467e318a +%config(noreplace) %{_sysconfdir}/apt/sources.list.d/remi.list +%config %{_sysconfdir}/smart/channels/remi.channel +%endif + +%changelog +* Sun Oct 02 2011 Remi Collet - 16-6.fc16.remi +- F16 build - Verne + +* Sat Apr 16 2011 Remi Collet - 15-6.fc15.remi +- F15 build - Lovelock + +* Wed Sep 22 2010 Remi Collet - 14-6.fc14.remi +- F14 build - Laughlin + +* Sat May 01 2010 Remi Collet - ##-6.fc##.remi +- use a mirrorlist URL + +* Sat Apr 17 2010 Remi Collet - 13-5.fc13.remi +- F13 build - Goddard + +* Fri Nov 06 2009 Remi Collet - 12-5.fc12.remi +- F12 build + +* Thu Apr 30 2009 Remi Collet - ##-5.fc##.remi +- F11 build +- new repo layout + +* Wed Nov 12 2008 Remi Collet - 10-4.fc10.remi +- F10 build +- remove old site (remi.collet.free.fr) + +* Wed May 7 2008 Remi Collet - 9-4.fc9.remi +- F9 build + +* Sat Feb 2 2008 Remi Collet - {3-8}-4.fc{3-8}.remi +- new mirror http://rpms.famillecollet.com/ + +* Thu Nov 02 2007 Remi Collet - 8-3.fc8.remi +- F8 build + +* Thu Aug 23 2007 Remi Collet - {3-5}-3.fc{3-5}.remi +- update smart.channel during %%post only on fc > 5 + +* Sun Jun 24 2007 Remi Collet - {3-7}-2.el4.remi +- New key (email change, same ID) + +* Sun May 20 2007 Remi Collet - 7-1.fc7.remi +- F-7 rebuild + +* Sat Mar 24 2007 Remi Collet - 6-1.fc6.remi +- add remi.channel for smart +- add remi.list for apt + +* Mon Nov 20 2006 Remi Collet - 1-2.fc6.remi +- change mirror list (iut-info.ens.univ-reims.fr to iut-info.univ-reims.fr) + +* Tue Oct 24 2006 Remi Collet - 1-1.fc6.remi +- open FC6 repo + +* Sun Mar 26 2006 Remi Collet - 1-1.fc5.remi +- open FC5 repo + +* Tue Jan 03 2006 Remi Collet - 1-1.fc{3,4}.remi +- initial package -- cgit