]> git.pld-linux.org Git - packages/LANChat.git/commitdiff
- some changes, fixed %install %files
authorMaciej Pijanka <agaran@pld-linux.org>
Tue, 12 Sep 2000 20:19:48 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- now probably build (still probably dont work with --target)

Changed files:
    LANChat.spec -> 1.3

LANChat.spec

index 4dfc81899511bba5ac929a55d46e9d516e70beb4..b687993141c0d35087f05dba9649769adfab043a 100644 (file)
@@ -9,6 +9,7 @@ Group(pl):      Aplikacje/Sieciowe
 Group(de):     Applikationen/Netzwerkwesen
 Source0:       http://priv4.onet.pl./ki/lanchat/%{name}-%{version}.tar.gz
 Patch0:                %{name}-ncurses.patch
+Patch1:                %{name}-makefile.patch
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,18 +30,23 @@ LANChat
 %prep
 %setup -q 
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install LANChat $RPM_BUILD_ROOT%{_bindir}/
+gzip -9nf README ROUTING BUGS COPYING ChangeLog TODO
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc {README,ROUTING,BUGS,COPYING,ChangeLog,TODO}.gz lanchat.lsm
+%attr(755,root,root) %{_bindir}/LANChat
This page took 0.065688 seconds and 4 git commands to generate.