Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f5b410f07 | ||
|
|
c7af0200c1 | ||
|
|
d2c4f88c3e | ||
|
|
4f8e63e0cf | ||
|
|
f1e22a491f | ||
|
|
8d95d49eb2 | ||
|
|
0d1d352a58 | ||
|
|
d3d4c9b3ff | ||
|
|
a91b21aaf1 | ||
|
|
3ac045fc6b | ||
|
|
4b64214a26 | ||
|
|
b0b25dde3f | ||
|
|
807fe28deb | ||
|
|
74fcd191df | ||
|
|
773bd2f993 | ||
|
|
f8fcc07c27 | ||
|
|
73447ef5d2 | ||
|
|
e7fe2a08f6 | ||
|
|
fcceefe87f | ||
|
|
c6e4c5cd63 | ||
|
|
89577fde2b | ||
|
|
87a911925a | ||
|
|
7948a68ace | ||
|
|
c185605f92 |
4 changed files with 1 additions and 140 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
/zif-0.1.0.tar.gz
|
||||
/zif-0.1.1.tar.gz
|
||||
/zif-0.1.2.tar.gz
|
||||
/zif-0.1.3.tar.gz
|
||||
/zif-0.1.4.tar.gz
|
||||
/zif-0.1.5.tar.gz
|
||||
/zif-0.2.0.tar.gz
|
||||
/zif-0.2.1.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This has been obsoleted by hawkey and librepo
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
cba692ac3547c4eab874471119336f96 zif-0.2.1.tar.gz
|
||||
131
zif.spec
131
zif.spec
|
|
@ -1,131 +0,0 @@
|
|||
Summary: Simple wrapper for rpm and the Fedora package metadata
|
||||
Name: zif
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://github.com/hughsie/zif
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: glib2-devel >= 2.16.1
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
|
||||
%description
|
||||
Zif is a simple yum-compatible library that provides read-write
|
||||
access to the rpm database and the Fedora metadata for PackageKit.
|
||||
|
||||
Zif is not designed as a replacement to yum, nor to be used by end users.
|
||||
|
||||
%package devel
|
||||
Summary: GLib Libraries and headers for zif
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: bzip2-devel
|
||||
Requires: zlib-devel
|
||||
Requires: gpgme-devel
|
||||
|
||||
%description devel
|
||||
GLib headers and libraries for zif.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la
|
||||
|
||||
%find_lang Zif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f Zif.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_bindir}/zif
|
||||
%{_libdir}/*libzif*.so.*
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%dir %{_sysconfdir}/zif
|
||||
%config %{_sysconfdir}/bash_completion.d/*-completion.bash
|
||||
%config %{_sysconfdir}/zif/zif.conf
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libzif*.so
|
||||
%{_libdir}/pkgconfig/zif.pc
|
||||
%dir %{_includedir}/libzif
|
||||
%{_includedir}/libzif/*.h
|
||||
%{_datadir}/gtk-doc
|
||||
|
||||
%changelog
|
||||
* Mon Jul 04 2011 Richard Hughes <richard@hughsie.com> 0.2.1-1
|
||||
- New upstream release with many bugfixes and performance improvements.
|
||||
|
||||
* Tue Jun 07 2011 Richard Hughes <richard@hughsie.com> 0.2.0-2
|
||||
- Actually upload the new sources.
|
||||
|
||||
* Tue Jun 07 2011 Richard Hughes <richard@hughsie.com> 0.2.0-1
|
||||
- New upstream release with many bugfixes and performance improvements.
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Jan 24 2011 Richard Hughes <richard@hughsie.com> 0.1.5-1
|
||||
- New upstream release with many bugfixes and performance improvements.
|
||||
|
||||
* Wed Jan 19 2011 Matthias Clasen <mclasen@redhat.com> 0.1.4-2
|
||||
- Rebuild against new rpm
|
||||
|
||||
* Fri Jan 07 2011 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
||||
- New upstream release with many bugfixes and performance improvements.
|
||||
|
||||
* Mon Dec 13 2010 Richard Hughes <richard@hughsie.com> 0.1.3-3
|
||||
- Make zif-devel BR gpgme-devel to fix PackageKit compile in mock.
|
||||
|
||||
* Mon Dec 13 2010 Richard Hughes <richard@hughsie.com> 0.1.3-2
|
||||
- Backport a patch to fix the compile of external applications which use
|
||||
libzif and complain about a missing ZifDelta header.
|
||||
|
||||
* Mon Dec 13 2010 Richard Hughes <richard@hughsie.com> 0.1.3-1
|
||||
- New upstream release with many bugfixes and performance improvements.
|
||||
|
||||
* Mon Nov 01 2010 Richard Hughes <richard@hughsie.com> 0.1.2-1
|
||||
- New upstream release with many bugfixes and performance improvements.
|
||||
|
||||
* Tue Oct 05 2010 Parag Nemade <paragn AT fedoraproject.org> 0.1.1-2
|
||||
- drop the ldconfig and pkgconfig as a Requires.
|
||||
|
||||
* Mon Oct 04 2010 Richard Hughes <richard@hughsie.com> 0.1.1-1
|
||||
- New upstream release with many bugfixes and performance improvements.
|
||||
|
||||
* Fri Oct 01 2010 Richard Hughes <richard@hughsie.com> 0.1.0-4
|
||||
- Take ownership of the gtk-doc directory, and use another macro.
|
||||
|
||||
* Fri Oct 01 2010 Richard Hughes <richard@hughsie.com> 0.1.0-3
|
||||
- Remove group from devel subpackage, and make the description better.
|
||||
|
||||
* Fri Oct 01 2010 Richard Hughes <richard@hughsie.com> 0.1.0-2
|
||||
- Address some review comments, many thanks.
|
||||
|
||||
* Wed Sep 08 2010 Richard Hughes <richard@hughsie.com> 0.1.0-1
|
||||
- Initial package for review.
|
||||
Loading…
Add table
Add a link
Reference in a new issue