New upstream release
- Now LGPLv2+ only - Enable libarchive since it might be useful for people - Enable new gpgme dependency
This commit is contained in:
parent
f01257adb6
commit
209111279e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/ostree-2013.4.tar.xz
|
/ostree-2013.4.tar.xz
|
||||||
/ostree-2013.5.tar.xz
|
/ostree-2013.5.tar.xz
|
||||||
/ostree-2013.6.tar.xz
|
/ostree-2013.6.tar.xz
|
||||||
|
/ostree-2013.7.tar.xz
|
||||||
|
27
ostree.spec
27
ostree.spec
@ -1,29 +1,23 @@
|
|||||||
Summary: Git for operating system binaries
|
Summary: Git for operating system binaries
|
||||||
Name: ostree
|
Name: ostree
|
||||||
Version: 2013.6
|
Version: 2013.7
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
#VCS: git:git://git.gnome.org/ostree
|
#VCS: git:git://git.gnome.org/ostree
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/ostree-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/ostree-%{version}.tar.xz
|
||||||
# The libostree.so (currently private) shared library, and almost all
|
License: LGPLv2+
|
||||||
# of the utilities are licensed under the LGPLv2+. Only at present
|
|
||||||
# one utility program (ostree-switch-root) is forked from util-linux under
|
|
||||||
# the GPL.
|
|
||||||
# The BSD is there basically just for some random scripts, nothing
|
|
||||||
# important.
|
|
||||||
# As always, consult the upstream COPYING file, and individual source
|
|
||||||
# files for the canonical license status.
|
|
||||||
License: LGPLv2+ and GPLv2+ and BSD
|
|
||||||
URL: http://live.gnome.org/OSTree
|
URL: http://live.gnome.org/OSTree
|
||||||
|
|
||||||
# We always run autogen.sh
|
# We always run autogen.sh
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
# Too bad there isn't a pkg-config file =(
|
|
||||||
BuildRequires: libattr-devel
|
|
||||||
# For docs
|
# For docs
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
# Core requirements
|
# Core requirements
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
|
BuildRequires: libattr-devel
|
||||||
|
# Extras
|
||||||
|
BuildRequires: pkgconfig(libarchive)
|
||||||
|
BuildRequires: gpgme-devel
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: /usr/bin/g-ir-scanner
|
BuildRequires: /usr/bin/g-ir-scanner
|
||||||
BuildRequires: dracut
|
BuildRequires: dracut
|
||||||
@ -89,11 +83,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
%{_datadir}/ostree
|
||||||
%dir %{_datadir}/gtk-doc/html/ostree
|
%dir %{_datadir}/gtk-doc/html/ostree
|
||||||
%{_datadir}/gtk-doc/html/ostree
|
%{_datadir}/gtk-doc/html/ostree
|
||||||
%{_datadir}/gir-1.0/OSTree-1.0.gir
|
%{_datadir}/gir-1.0/OSTree-1.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 15 2013 Colin Walters <walters@verbum.org> - 2013.7-1
|
||||||
|
- New upstream release
|
||||||
|
- Now LGPLv2+ only
|
||||||
|
- Enable libarchive since it might be useful for people
|
||||||
|
- Enable new gpgme dependency
|
||||||
|
|
||||||
* Thu Sep 12 2013 Colin Walters <walters@verbum.org> - 2013.6-3
|
* Thu Sep 12 2013 Colin Walters <walters@verbum.org> - 2013.6-3
|
||||||
- Enable introspection
|
- Enable introspection
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user