From d05373256a2724e02bde80f5d51e88d955c06f13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 18 Nov 2005 19:31:05 +0000 Subject: [PATCH] - update files too Changed files: enca.spec -> 1.13 --- enca.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/enca.spec b/enca.spec index 42319f3..c0725b0 100644 --- 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 -- 2.44.0