]> git.pld-linux.org Git - packages/enca.git/commitdiff
- update files too
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 18 Nov 2005 19:31:05 +0000 (19:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enca.spec -> 1.13

enca.spec

index 42319f3e28bf6f5f7ec54cb1a25304abe067d136..c0725b01071c3b58afd7fcff5989539b9036a13c 100644 (file)
--- a/enca.spec
+++ b/enca.spec
@@ -6,7 +6,7 @@ Summary:        Extremely Naive Charset Analyser
 Summary(pl):   Skrajnie naiwny analizator zestawów znaków
 Name:          enca
 Version:       1.7
-Release:       1.1
+Release:       1.2
 License:       GPL v2
 Group:         Libraries
 Source0:       http://trific.ath.cx/Ftp/enca/%{name}-%{version}.tar.bz2
@@ -103,17 +103,20 @@ echo '.so enca.1' > $RPM_BUILD_ROOT%{_mandir}/man1/enconv.1
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %attr(755,root,root) %{_libexecdir}/enca
 %{_mandir}/man1/*
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %doc README.devel
This page took 0.082733 seconds and 4 git commands to generate.