]> git.pld-linux.org Git - packages/expat.git/commitdiff
- replaced external expat.m4 by file from package + am18 patch
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 18 Apr 2006 21:16:27 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more verbose files

Changed files:
    expat.spec -> 1.49

expat.spec

index 9c4908feaf6076e6c51d202ae83babb9bdf90a4a..5b6d82bc5bf54b436b0174c5cc5fee823d6931d5 100644 (file)
@@ -12,8 +12,8 @@ License:      Thai Open Source Software Center Ltd (distributable)
 Group:         Applications/Publishing/XML
 Source0:       http://dl.sourceforge.net/expat/%{name}-%{version}.tar.gz
 # Source0-md5: d945df7f1c0868c5c73cf66ba9596f3f
-Source1:       %{name}.m4
 Patch0:                %{name}-ac_fixes.patch
+Patch1:                %{name}-am18.patch
 URL:           http://expat.sourceforge.net/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -129,7 +129,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_aclocaldir}
-install %{SOURCE1} $RPM_BUILD_ROOT%{_aclocaldir}
+install conftools/expat.m4 $RPM_BUILD_ROOT%{_aclocaldir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -140,18 +140,18 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc COPYING Changes README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/xmlwf
+%attr(755,root,root) %{_libdir}/libexpat.so.*.*
+%{_mandir}/man1/xmlwf.1*
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/{reference.html,style.css}
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
-%{_aclocaldir}/*.m4
+%attr(755,root,root) %{_libdir}/libexpat.so
+%{_libdir}/libexpat.la
+%{_includedir}/expat*.h
+%{_aclocaldir}/expat.m4
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libexpat.a
This page took 0.038226 seconds and 4 git commands to generate.