From 123b596f29a432c6774180b8dd7b3c57ca6d4747 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Sat, 23 Jan 1999 10:03:07 +0000 Subject: [PATCH] - initial release Changed files: LinPopUp.spec -> 1.1 --- LinPopUp.spec | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 LinPopUp.spec diff --git a/LinPopUp.spec b/LinPopUp.spec new file mode 100644 index 0000000..80d3367 --- /dev/null +++ b/LinPopUp.spec @@ -0,0 +1,69 @@ +Summary: Linux enhanced port of winpopup +Name: LinPopUp +Version: 0.9.6 +Release: 1d +Copyright: GPL +Group: Networking +Group(pl): Sieæ +Source: ftp://littleigloo.org/pub/linpopup/%{name}-%{version}.src.tar.bz2 +URL: http://www.littleigloo.org/ +Requires: samba +Requires: XFree86-libs +Requires: gtk+ +Requires: glib +Icon: linpopup.gif +BuildRoot: /var/tmp/%{name}-%{version}-%{release} +Summary(pl): Port winpopup'a pod Linux'a + + +%description +LinPopUp is a Xwindow graphical port of Winpopup, +running over Samba. It permits to communicate with a +windows computer that runs Winpopup, sending or +receiving message. (It also provides an alternative way +to communicate between Linux computers that run Samba). +Please note that LinPopUp is not only a port, as it includes +several enhanced features. Also note that it requires to +have Samba installed to be fully functionnal. + +%description -l pl +LinPopUp umo¿liwia wysy³anie krótkich kominikatów tekstowych +przy wykorzystaniu Samby. Pozwala na kominikacje z osobami +pos³uguj±cymi siê Winpopup'em. + +%prep +%setup -q + +%build +cd src +make DESTDIR=/usr/X11R6 SHARE_PATH=/var/lib/linpopup/ CFLAGS="$RPM_OPT_FLAGS " +#make DESTDIR=/usr/X11R6 doc + +%install +cd src + +install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,man/man1} +install -d -m0755 $RPM_BUILD_ROOT/var/lib/linpopup + +make DESTDIR=$RPM_BUILD_ROOT/usr/X11R6 SHARE_PATH=$RPM_BUILD_ROOT/var/lib/linpopup install + +touch $RPM_BUILD_ROOT/var/lib/linpopup/messages.dat + +rm -f $RPM_BUILD_ROOT/usr/X11R6/man/man1/linpopup.1 +echo ".so LinPopUp.1" >$RPM_BUILD_ROOT/usr/X11R6/man/man1/linpopup.1 + +bzip2 -9 $RPM_BUILD_ROOT/usr/X11R6/man/man1/* + +%files +%defattr(644,root,root,755) +%doc AUTHORS BUGS NEWS THANKS docs/* +%attr(755,root,root) /usr/X11R6/bin/* +%attr(644,root, man) /usr/X11R6/man/man1/* +%attr(666,nobody,nobody) /var/lib/linpopup/messages.dat + +%clean +rm -rf $RPM_BUILD_ROOT + +%changelog +* Sat Jan 23 1999 Artur Frysiak +- initial release -- 2.43.0