source: spec/trunk/SPECS/yum-metadata-parser.spec@ 168

Last change on this file since 168 was 168, checked in by Yuri Dario, 14 years ago

spec: massive rebuild due to new rpm lx parser updates (see changeset:167).

File size: 813 bytes
Line 
1
2Summary: A fast metadata parser for yum
3Name: yum-metadata-parser
4Version: 1.1.4
5Release: 3%{?dist}
6Source0: %{name}-%{version}.tar.gz
7License: GPL
8Group: Development/Libraries
9URL: http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum-metadata-parser/
10Requires: yum >= 2.6.2
11BuildRequires: python-devel
12BuildRequires: glib2-devel
13BuildRequires: libxml2-devel
14BuildRequires: sqlite-devel
15BuildRequires: pkgconfig
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17
18Requires: sqlite, glib2, libxml2
19
20%description
21Fast metadata parser for yum implemented in C.
22
23%prep
24%setup
25
26%build
27%{__python} setup.py build
28
29%install
30%{__python} setup.py install -O1 --root=%{buildroot}
31
32%clean
33%{__rm} -rf %{buildroot}
34
35%files
36%defattr(-,root,root)
37%doc README AUTHORS ChangeLog
38%{_libdir}/*
39
40
41%changelog
Note: See TracBrowser for help on using the repository browser.