]> git.pld-linux.org Git - packages/argtable2.git/commitdiff
- up to 13
authorzbyniu <zbyniu@pld-linux.org>
Sat, 28 May 2011 21:11:42 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    argtable2.spec -> 1.8

argtable2.spec

index a2fd3e0bad670ed26cdecd50440bd73f0e4b36a6..bd01f36530bce6accc787b55c3ef3b3265b36c73 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       An ANSI C library for parsing GNU style command line arguments
 Summary(pl.UTF-8):     Biblioteka ANSI C do analizy argumentów linii poleceń w stylu GNU
 Name:          argtable2
-Version:       9
+Version:       13
 Release:       0.9
 License:       LGPL v2
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/argtable/%{name}-%{version}.tar.gz
-# Source0-md5: a7fcddef768db0ae66534ec4c4a51dee
+# Source0-md5: 156773989d0d6406cea36526d3926668
 URL:           http://argtable.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -83,11 +85,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libargtable2.so.0
 
 %files devel
 %defattr(644,root,root,755)
 %doc example doc/*.{ps,gif,html,pdf}
 %attr(755,root,root) %{_libdir}/lib*.so
+%{_pkgconfigdir}/argtable2.pc
 %{_libdir}/lib*.la
 %{_includedir}/*.h
 %{_mandir}/man3/*.3*
This page took 0.083805 seconds and 4 git commands to generate.