]> git.pld-linux.org Git - packages/osinfo-db-tools.git/blame - osinfo-db-tools.spec
- updated to 1.5.0
[packages/osinfo-db-tools.git] / osinfo-db-tools.spec
CommitLineData
a332c6ed 1Summary: Tools for managing the osinfo database
03654c38 2Summary(pl.UTF-8): Narzędzia do zarządzania bazą danych osinfo
a332c6ed 3Name: osinfo-db-tools
0bb2328c 4Version: 1.5.0
a332c6ed 5Release: 1
03654c38
JB
6License: GPL v2+
7Group: Applications/File
a332c6ed 8Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz
0bb2328c 9# Source0-md5: b599f5eb4545ff84e1d6cba01bfe800f
a332c6ed
MB
10URL: https://libosinfo.org/
11BuildRequires: autoconf >= 2.61
12BuildRequires: automake >= 1:1.11.1
0bb2328c 13BuildRequires: gettext-tools >= 0.19.8
a332c6ed 14BuildRequires: glib2-devel >= 1:2.36.0
0bb2328c 15BuildRequires: json-glib-devel
a332c6ed 16BuildRequires: libarchive-devel >= 3.0.0
03654c38 17BuildRequires: libtool >= 2:2
a332c6ed
MB
18BuildRequires: libxml2-devel >= 1:2.6.0
19BuildRequires: libxslt-devel >= 1.0.0
20BuildRequires: pkgconfig
21BuildRequires: xz
03654c38
JB
22Requires: glib2 >= 1:2.36.0
23Requires: libarchive >= 3.0.0
24Requires: libxml2 >= 1:2.6.0
25Requires: libxslt >= 1.0.0
76259170 26Conflicts: libosinfo < 1.0.0
a332c6ed
MB
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30This package provides tools for managing the osinfo database of
31information about operating systems for use with virtualization.
32
03654c38
JB
33%description -l pl.UTF-8
34Ten pakiet dostarcza narzędzia do zarządzania bazą danych osinfo,
35zawierającą informacje o systemach operacyjnych przeznaczone do
36wykorzystania przy wirtualizacji.
37
a332c6ed
MB
38%prep
39%setup -q
40
41%build
a332c6ed
MB
42%{__libtoolize}
43%{__aclocal} -I m4
44%{__autoconf}
0bb2328c 45%{__autoheader}
a332c6ed
MB
46%{__automake}
47%configure \
48 --disable-silent-rules
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
03654c38
JB
57# not supported by glibc
58%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{bal,ilo,kw@kkcor,kw@uccor,wba}
59
a332c6ed
MB
60%find_lang %{name}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files -f %{name}.lang
66%defattr(644,root,root,755)
03654c38 67%doc AUTHORS ChangeLog NEWS README docs/*.txt
a332c6ed
MB
68%attr(755,root,root) %{_bindir}/osinfo-db-export
69%attr(755,root,root) %{_bindir}/osinfo-db-import
70%attr(755,root,root) %{_bindir}/osinfo-db-path
71%attr(755,root,root) %{_bindir}/osinfo-db-validate
72%{_mandir}/man1/osinfo-db-export.1*
73%{_mandir}/man1/osinfo-db-import.1*
74%{_mandir}/man1/osinfo-db-path.1*
75%{_mandir}/man1/osinfo-db-validate.1*
This page took 0.062944 seconds and 4 git commands to generate.