]> git.pld-linux.org Git - packages/KXL.git/commitdiff
- version 1.1.4 KXL-1_1_4-1
authorfastviper <fastviper@poczta.onet.pl>
Fri, 7 Dec 2001 16:54:33 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- revision 1
- see Changelog to learn what have been fixed in KXL
- removed .so files from static subpackage.
- removed KXL.html from package -- it's in japaneese

Changed files:
    KXL.spec -> 1.6

KXL.spec

index 353e284b51468b0dbbefbfb9872155584945b6f8..e962fbab59cdf7b12087d9118f2102e3458057e8 100644 (file)
--- a/KXL.spec
+++ b/KXL.spec
@@ -1,8 +1,8 @@
 Summary:       KXL -- a visual & sound library
 Summary(pl):   KXL -- biblioteka X11 - d¼wiêk i grafika
 Name:          KXL
-Version:       1.1.3
-Release:       2
+Version:       1.1.4
+Release:       1
 License:       GPL
 Group:         X11/Libraries
 Group(de):     X11/Libraries
@@ -13,7 +13,6 @@ Group(pt_BR): X11/Bibliotecas
 Group(ru):     X11/âÉÂÌÉÏÔÅËÉ
 Group(uk):     X11/â¦Â̦ÏÔÅËÉ
 Source0:       http://www2.mwnet.or.jp/~fc3srx7/download/%{name}-%{version}.tar.gz
-Patch0:                %{name}-lib_version.patch
 URL:           http://www2.mwnet.or.jp/~fc3srx7/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -69,7 +68,6 @@ Statyczna biblioteka KXL.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 rm -f missing
@@ -87,26 +85,30 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        aclocaldir=%{_aclocaldir}
 
-gzip -9nf ChangeLog README
+gzip -9nf ChangeLog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post
+ln -s %{_libdir}/lib%{name}-%{version}.so %{_libdir}/lib%{name}.so
+/sbin/ldconfig
+
+%postun 
+rm %{_libdir}/lib%{name}.so
+/sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc *.gz
+%attr(755,root,root) %{_libdir}/lib%{name}-%{version}.so
+%attr(755,root,root) %{_libdir}/lib%{name}.la
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz KXL.html
-%attr(755,root,root) %{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/*
 %{_aclocaldir}/KXL.m4
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/lib%{name}.a
This page took 0.072376 seconds and 4 git commands to generate.