]> git.pld-linux.org Git - packages/centericq.git/commitdiff
- added am_fixes patch for correctly install man pages, centericq-4_5_0-1
authorkloczek <kloczek@pld-linux.org>
Sat, 15 Dec 2001 16:44:33 +0000 (16:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added regenerate ac/am/lt files.

Changed files:
    centericq.spec -> 1.2

centericq.spec

index 271d41409f5f7bae635af5d58ee71b8ec1c0fb52..4d05c50e01e5af1b2e836b1d5366fad64e85b06b 100644 (file)
@@ -8,14 +8,16 @@ Group:                Applications/Communications
 Group(de):     Applikationen/Kommunikation
 Group(pl):     Aplikacje/Komunikacja
 Source0:       http://konst.org.ua/download/%{name}-%{version}.tar.gz
+Patch0:                %{name}-am_fixes.patch
 URL:           http://konst.org.ua/centericq/
-Obsoletes:     centerICQ
-BuildRequires: ncurses-devel
-BuildRequires: libstdc++-devel
-BuildRequires: libsigc++-devel >= 1.0.0
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: libsigc++-devel >= 1.0.0
+BuildRequires: libtool
+BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     centerICQ
 
 %description
 CenterICQ is a text mode menu- and window-driven ICQ interface. It
@@ -39,22 +41,33 @@ Mo
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-CPPFLAGS="-I%{_includedir}/ncurses"; export CPPFLAGS
-%configure2_13
+rm -f missing
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c
+for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo-0.1 libmsn-0.1\
+       libicq2000-0.2; do
+       cd $i
+       rm -f missing
+       aclocal
+       autoconf
+       automake -a -c
+       cd ..
+done
+CXXFLAGS="-I%{_includedir}/ncurses %{rpmcflags}"
+%configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.1 \
-   $RPM_BUILD_ROOT%{_mandir}/man1
-
 gzip -9nf README ChangeLog FAQ TODO
 
 %find_lang %{name}
This page took 0.064164 seconds and 4 git commands to generate.