]> git.pld-linux.org Git - packages/libofx.git/commitdiff
- more verbose files AC-branch auto/ac/libofx-0_8_3-1 auto/th/libofx-0_8_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 May 2007 17:43:53 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package .pc file

Changed files:
    libofx.spec -> 1.13

libofx.spec

index 9bdf70cab89212c59fc67ea7ac396ea086464873..37ed849b33a7608e1de63ac84684a8f1ea5139a3 100644 (file)
@@ -86,6 +86,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -rf $RPM_BUILD_ROOT%{_docdir}/libofx
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -95,17 +97,19 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_bindir}/ofx2qif
+%attr(755,root,root) %{_bindir}/ofxdump
+%attr(755,root,root) %{_libdir}/libofx.so.*.*.*
 %{_datadir}/libofx
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/html
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libofx.so
+%{_libdir}/libofx.la
 %{_includedir}/libofx
+%{_pkgconfigdir}/libofx.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libofx.a
This page took 0.069799 seconds and 4 git commands to generate.