]> git.pld-linux.org Git - packages/LinPopUp.git/blob - LinPopUp.spec
- initial release
[packages/LinPopUp.git] / LinPopUp.spec
1 Summary:     Linux enhanced port of winpopup
2 Name:        LinPopUp
3 Version:     0.9.6
4 Release:     1d
5 Copyright:   GPL
6 Group:       Networking
7 Group(pl):   Sieæ
8 Source:      ftp://littleigloo.org/pub/linpopup/%{name}-%{version}.src.tar.bz2
9 URL:         http://www.littleigloo.org/
10 Requires:    samba
11 Requires:    XFree86-libs
12 Requires:    gtk+
13 Requires:    glib
14 Icon:        linpopup.gif
15 BuildRoot:   /var/tmp/%{name}-%{version}-%{release}
16 Summary(pl): Port winpopup'a pod Linux'a
17
18
19 %description
20 LinPopUp is a Xwindow graphical port of Winpopup,
21 running over Samba. It permits to communicate with a
22 windows computer that runs Winpopup, sending or 
23 receiving message. (It also provides an alternative way
24 to communicate between Linux computers that run Samba).
25 Please note that LinPopUp is not only a port, as it includes
26 several enhanced features. Also note that it requires to
27 have Samba installed to be fully functionnal. 
28
29 %description -l pl
30 LinPopUp umo¿liwia wysy³anie krótkich kominikatów tekstowych
31 przy wykorzystaniu Samby. Pozwala na kominikacje z osobami
32 pos³uguj±cymi siê Winpopup'em.
33
34 %prep
35 %setup -q
36
37 %build
38 cd src
39 make DESTDIR=/usr/X11R6 SHARE_PATH=/var/lib/linpopup/ CFLAGS="$RPM_OPT_FLAGS "
40 #make DESTDIR=/usr/X11R6 doc 
41
42 %install
43 cd src
44
45 install -d $RPM_BUILD_ROOT/usr/X11R6/{bin,man/man1}
46 install -d -m0755 $RPM_BUILD_ROOT/var/lib/linpopup
47
48 make DESTDIR=$RPM_BUILD_ROOT/usr/X11R6 SHARE_PATH=$RPM_BUILD_ROOT/var/lib/linpopup install
49
50 touch $RPM_BUILD_ROOT/var/lib/linpopup/messages.dat
51
52 rm -f $RPM_BUILD_ROOT/usr/X11R6/man/man1/linpopup.1
53 echo ".so LinPopUp.1" >$RPM_BUILD_ROOT/usr/X11R6/man/man1/linpopup.1
54
55 bzip2 -9 $RPM_BUILD_ROOT/usr/X11R6/man/man1/*
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS BUGS NEWS THANKS docs/* 
60 %attr(755,root,root) /usr/X11R6/bin/*
61 %attr(644,root, man) /usr/X11R6/man/man1/*
62 %attr(666,nobody,nobody) /var/lib/linpopup/messages.dat
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %changelog
68 * Sat Jan 23 1999 Artur Frysiak <wiget@usa.net>
69 - initial release
This page took 0.07315 seconds and 4 git commands to generate.