]> git.pld-linux.org Git - packages/argtable2.git/blobdiff - argtable2.spec
- rel 1
[packages/argtable2.git] / argtable2.spec
index e8e6cd85c7dd8402f368b13ff6b02375deb6a720..a0b108e67f68e3eedb4f257eb907185d8be0be95 100644 (file)
@@ -1,16 +1,16 @@
 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
-Release:       0.9
+Version:       13
+Release:       1
 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
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Argtable is an ANSI C library for parsing GNU style command line
@@ -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.084904 seconds and 4 git commands to generate.