From 20d3ad07f6a8f74fe9363b4961c68cf6ef36ddcf Mon Sep 17 00:00:00 2001 From: Maciej Pijanka Date: Tue, 12 Sep 2000 08:10:19 +0000 Subject: [PATCH] initial release, probably wont build but maybe someone want to fix it Changed files: LANChat.spec -> 1.1 --- LANChat.spec | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 LANChat.spec diff --git a/LANChat.spec b/LANChat.spec new file mode 100644 index 0000000..e52b2e8 --- /dev/null +++ b/LANChat.spec @@ -0,0 +1,38 @@ +Summary: LANChat +Summary(pl): LANChat +Name: LANChat +Version: 1.0.2 +Release: 0 +License: GPL +Group: Networking +Group(de): Netzwerkwesen +Group(pl): Sieciowe +Source0: http://priv4.onet.pl./ki/lanchat/%{name}-%{version}.tar.gz +Patch0: %{name}-ncurses.patch +BuildRequires: ncurses-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LANChat + +%description -l pl +LANChat + +%prep +%setup -q +%patch0 -p1 + +%build +%{__make} OPTIMIZE="$RPM_OPT_FLAGS" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}-%{version} + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) -- 2.43.0