X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Flibxml2.spec;h=c241e768db7b7ede1d69280204b0f92e9241ae95;hb=7859f3a6db6ed26c24f9460de9e72f4e8137da58;hp=611bbac7b3abe7d372b1447acd91ab2c89567038;hpb=5bd317c86451082bf218c856a47369c61b275913;p=platform%2Fupstream%2Flibxml2.git diff --git a/packaging/libxml2.spec b/packaging/libxml2.spec index 611bbac..c241e76 100644 --- a/packaging/libxml2.spec +++ b/packaging/libxml2.spec @@ -8,6 +8,7 @@ Url: http://xmlsoft.org # Source ftp://xmlsoft.org/libxml2/libxml2-git-snapshot.tar.gz changes every day Source: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz Source2: baselibs.conf +Source1001: libxml2.manifest BuildRequires: pkg-config BuildRequires: readline-devel BuildRequires: xz-devel @@ -53,6 +54,7 @@ to develop applications that require these. %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -87,16 +89,19 @@ ln -s libxml2/libxml %{buildroot}%{_includedir}/libxml %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-, root, root) %license COPYING* %{_libdir}/lib*.so.* %files tools +%manifest %{name}.manifest %defattr(-, root, root) %{_bindir}/xmllint %{_bindir}/xmlcatalog %files devel +%manifest %{name}.manifest %defattr(-, root, root) %{_bindir}/xml2-config %dir %{_datadir}/aclocal