Enable introspection
This commit is contained in:
parent
1b0c31b4ad
commit
f01257adb6
20
ostree.spec
20
ostree.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Git for operating system binaries
|
Summary: Git for operating system binaries
|
||||||
Name: ostree
|
Name: ostree
|
||||||
Version: 2013.6
|
Version: 2013.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
# The libostree.so (currently private) shared library, and almost all
|
||||||
@ -14,20 +14,23 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/ostree-%{versi
|
|||||||
# files for the canonical license status.
|
# files for the canonical license status.
|
||||||
License: LGPLv2+ and GPLv2+ and BSD
|
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 =(
|
# Too bad there isn't a pkg-config file =(
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
# For docs
|
# For docs
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: dracut
|
# Core requirements
|
||||||
|
|
||||||
Requires: dracut
|
|
||||||
Requires: systemd-units
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
BuildRequires: /usr/bin/g-ir-scanner
|
||||||
|
BuildRequires: dracut
|
||||||
|
|
||||||
|
# Runtime requirements
|
||||||
|
Requires: dracut
|
||||||
|
Requires: systemd-units
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OSTree is a tool for managing bootable, immutable, versioned
|
OSTree is a tool for managing bootable, immutable, versioned
|
||||||
@ -79,6 +82,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/lib/systemd/system/ostree*.service
|
%{_prefix}/lib/systemd/system/ostree*.service
|
||||||
%{_prefix}/lib/dracut/modules.d/98ostree/*
|
%{_prefix}/lib/dracut/modules.d/98ostree/*
|
||||||
%{_libdir}/*.so.1*
|
%{_libdir}/*.so.1*
|
||||||
|
%{_libdir}/girepository-1.0/OSTree-1.0.typelib
|
||||||
%{_mandir}/man1/*.gz
|
%{_mandir}/man1/*.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -87,8 +91,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
%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
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 12 2013 Colin Walters <walters@verbum.org> - 2013.6-3
|
||||||
|
- Enable introspection
|
||||||
|
|
||||||
* Mon Sep 09 2013 Colin Walters <walters@verbum.org> - 2013.6-2
|
* Mon Sep 09 2013 Colin Walters <walters@verbum.org> - 2013.6-2
|
||||||
- Tweak description
|
- Tweak description
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user