]> git.pld-linux.org Git - packages/chmlib.git/commitdiff
- updated to 0.37.4, removed obsolete LIBDIR patch AC-branch AC-STABLE auto/ac/chmlib-0_37_4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Oct 2005 14:56:03 +0000 (14:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more verbose files, added NEWS to doc

Changed files:
    chmlib.spec -> 1.23

chmlib.spec

index 5c2cb22c5bcc7031e0e26f3dff80ac9340b82237..2ac2ac68c0ea56d34bc0611acf862e0c45dbdb30 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       chmlib - library designed for accessing MS ITSS files
 Summary(pl):   chmlib - biblioteka pozwalaj±ca na dostêp do plików MS ITSS
 Name:          chmlib
-Version:       0.37.3
-Release:       2
+Version:       0.37.4
+Release:       1
 License:       GPL
 Group:         Libraries
 Source0:       http://66.93.236.84/~jedwin/projects/chmlib/%{name}-%{version}.tbz
-# Source0-md5: 073f4cbb7cee68dc56b2e9b707503625
+# Source0-md5: b3a0c3bc955abd2155cc298c6cdbbf20
 Patch0:                %{name}-morearchs.patch
-Patch1:                %{name}-LIBDIR.patch
 URL:           http://66.93.236.84/~jedwin/projects/chmlib/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -55,7 +54,6 @@ Statyczna wersja chmlib.
 %prep
 %setup -q -n %{name}-0.37
 %patch0 -p1
-%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
@@ -84,16 +82,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libchm.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/libchm.so
+%{_libdir}/libchm.la
+%{_includedir}/chm_lib.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libchm.a
This page took 0.138906 seconds and 4 git commands to generate.