devel/apt apt.spec,1.39,1.40

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Sun Jul 8 20:28:49 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/devel/apt
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13571

Modified Files:
	apt.spec 
Log Message:
- update to 0.5.15lorg3.92
- drop broken GPG keys, they belong to the config package anyway
- buildrequire sqlite-devel for repomd sqlite extension support
- add changelog to docs



Index: apt.spec
===================================================================
RCS file: /cvs/pkgs/devel/apt/apt.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- apt.spec	3 Jun 2007 09:23:23 -0000	1.39
+++ apt.spec	8 Jul 2007 20:28:13 -0000	1.40
@@ -5,8 +5,8 @@
 
 Summary: Debian's Advanced Packaging Tool with RPM support
 Name: apt
-Version: 0.5.15lorg3.2
-Release: 10%{?dist}
+Version: 0.5.15lorg3.92
+Release: 1%{?dist}
 Group: System Environment/Base
 URL: http://apt-rpm.org/
 License: GPL
@@ -41,6 +41,7 @@
 # TODO: verify the required minimum Python version
 BuildRequires: python-devel >= 2.2
 BuildRequires: libxml2-devel
+BuildRequires: sqlite-devel
 BuildRequires: rpm-devel, beecrypt-devel, elfutils-libelf-devel
 BuildRequires: zlib-devel
 BuildRequires: bzip2-devel
@@ -170,12 +171,8 @@
 # install config parts
 install -pm 644 %{SOURCE150} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/
 
-# GPG keys
+# # GPG keys
 mkdir -p %{buildroot}%{_sysconfdir}/apt/gpg/
-ln -s /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora \
- %{buildroot}%{_sysconfdir}/apt/gpg/gpg-pubkey-4f2a6fd2-3f9d9d3b
-ln -s /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras \
- %{buildroot}%{_sysconfdir}/apt/gpg/gpg-pubkey-1ac70ce6-41bebeef
 
 # Lua scripts
 mkdir -p %{buildroot}%{_datadir}/apt/scripts
@@ -228,6 +225,7 @@
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS* COPYING* ABOUT* TODO comps2prio.xsl doc/examples/ contrib/
+%doc ChangeLog
 
 %dir %{_sysconfdir}/apt/
 %config(noreplace) %{_sysconfdir}/apt/apt.conf
@@ -239,6 +237,7 @@
 # NOTE: no noreplace because we WANT to be able to change the defaults
 # without user intervention!
 %config %{_sysconfdir}/apt/apt.conf.d/default.conf
+%config %{_sysconfdir}/apt/apt.conf.d/multilib.conf
 %dir %{_sysconfdir}/apt/sources.list.d/
 %dir %{_sysconfdir}/apt/vendors.list.d/
 
@@ -290,6 +289,12 @@
 
 
 %changelog
+* Sun Jul 08 2007 Panu Matilainen <pmatilai at redhat.com> - 0.5.15lorg3.92-1
+- update to 0.5.15lorg3.92
+- drop broken GPG keys, they belong to the config package anyway
+- buildrequire sqlite-devel for repomd sqlite extension support
+- add changelog to docs
+
 * Sun Jun  3 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3.2-10
 - Make autoupdates a bit more quiet (Pierre Ossman
   <drzeus-bugzilla at drzeus.cx>).




More information about the fedora-extras-commits mailing list