]> git.pld-linux.org Git - packages/amsn.git/commitdiff
- missing dir; rel 2 AC-branch AC-STABLE auto/ac/amsn-0_95-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Oct 2006 20:15:09 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amsn.spec -> 1.12

amsn.spec

index d2df58f541fc5b0e3bdd56eb562a84696218029a..7c01eff3cfa553af814eb38a132d2d7317dd08bd 100644 (file)
--- a/amsn.spec
+++ b/amsn.spec
@@ -4,7 +4,7 @@ Summary(fr):    Cl
 Summary(pl):   Klon MSN Messengera dla Linuksa
 Name:          amsn
 Version:       0.95
-Release:       1
+Release:       2
 Epoch:         0
 License:       GPL
 Group:         Applications/Communications
@@ -54,6 +54,10 @@ dzia
 
 %prep
 %setup -q
+
+# undos some source files
+find -name '*.tcl' -print0 | xargs -0 sed -i -e 's,\r$,,'
+
 %patch0 -p1
 %patch1 -p1
 
@@ -101,6 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc FAQ GNUGPL HELP README TODO CREDITS
 %attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/%{name}
 %{_libdir}/%{name}/a[!m]*
 %{_libdir}/%{name}/[!a]*
 %attr(755,root,root) %{_libdir}/%{name}/amsn*
This page took 0.043323 seconds and 4 git commands to generate.