]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- add --tag=CC to libtool invocations auto/aidath/dialog-1_1_20080819-1 auto/th/dialog-1_1_20080819-1 auto/ti/dialog-1_1_20080819-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Jul 2009 23:30:21 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- libdialog.so.6 should be ghosted

Changed files:
    dialog.spec -> 1.66

dialog.spec

index 9583c11de053cb32b424fa4f18c9959a4d6c31d1..1333a41cec4b71c9d0328af46a0e3ad92ff1872f 100644 (file)
@@ -17,6 +17,7 @@ Source1:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 # Source1-md5: 932081790cd8aa857822bd2b0eafa5bb
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-pl.po-update.patch
+Patch2:                libtool.patch
 URL:           http://invisible-island.net/dialog/dialog.html
 BuildRequires: gettext-devel
 BuildRequires: ncurses-devel >= 5.4
@@ -85,6 +86,8 @@ Statyczna biblioteka dialog.
 %setup -q -n %{name}-%{ver}-%{sdate}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+mv aclocal.m4 acinclude.m4
 
 %build
 %configure \
@@ -118,7 +121,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES README
 %attr(755,root,root) %{_bindir}/dialog
-%attr(755,root,root) %{_libdir}/libdialog.so.*
+%attr(755,root,root) %{_libdir}/libdialog.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libdialog.so.6
 %{_mandir}/man1/*
 %lang(hu) %{_mandir}/hu/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
This page took 0.060307 seconds and 4 git commands to generate.