]> git.pld-linux.org Git - packages/LinPopUp.git/blob - LinPopUp.spec
- upgraded to 0.9.9
[packages/LinPopUp.git] / LinPopUp.spec
1 Summary:     Linux enhanced port of winpopup
2 Summary(pl): Port winpopup'a pod Linux'a
3 Name:        LinPopUp
4 Version:     0.9.9
5 Release:     1
6 Copyright:   GPL
7 Group:       Networking
8 Group(pl):   Sieæ
9 Source:      ftp://littleigloo.org/pub/linpopup/%{name}-%{version}.src.tar.bz2
10 Patch:       LinPopUp-prefix.patch
11 URL:         http://www.littleigloo.org/
12 Icon:        linpopup.gif
13 Requires:    samba
14 BuildRoot:   /tmp/%{name}-%{version}-root
15
16 %description
17 LinPopUp is a Xwindow graphical port of Winpopup, running over Samba. It
18 permits to communicate with a windows computer that runs Winpopup, sending
19 or receiving message. (It also provides an alternative way to communicate
20 between Linux computers that run Samba). Please note that LinPopUp is not
21 only a port, as it includes several enhanced features. Also note that it
22 requires to have Samba installed to be fully functionnal.
23
24 %description -l pl
25 LinPopUp umo¿liwia wysy³anie krótkich kominikatów tekstowych przy
26 wykorzystaniu Samby. Pozwala na komunikacjê z osobami pos³uguj±cymi siê
27 Winpopup'em.
28
29 %prep
30 %setup -q
31 %patch -p1
32
33 %build
34 cd src
35 make \
36         DESTDIR="" \
37         PREFIX="/usr/X11R6" \
38         DOC_DIR="/usr/doc/%{name}-%{version}"
39         CFLAGS="$RPM_OPT_FLAGS " \
40         LDFLAGS="-s"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT/{usr/X11R6/{bin,man/man1,share},var/lib/linpopup}
45
46 cd src
47 make install \
48         DESTDIR="$RPM_BUILD_ROOT" \
49         PREFIX="/usr/X11R6" \
50         DOC_DIR="$RPM_BUILD_ROOT//usr/doc/%{name}-%{version}"
51 cd ..
52
53 rm -f $RPM_BUILD_ROOT/usr/X11R6/man/man1/linpopup.1
54 echo ".so LinPopUp.1" >$RPM_BUILD_ROOT/usr/X11R6/man/man1/linpopup.1
55
56 rm -f $RPM_BUILD_ROOT/usr/doc/%{name}-%{version}/{COPYING,INSTALL,MANUAL}
57 gzip -9nf $RPM_BUILD_ROOT/usr/X11R6/man/man1/*
58 gzip -9nf $RPM_BUILD_ROOT/usr/doc/%{name}-%{version}/*
59
60 %clean
61 #rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 #%doc AUTHORS.gz BUGS.gz NEWS.gz THANKS.gz docs/*
66 %doc /usr/doc/%{name}-%{version}
67
68 %dir /var/lib/linpopup
69
70 %attr(755,root,root) /usr/X11R6/bin/*
71 %attr(666,nobody,nobody) /var/lib/linpopup/messages.dat
72 /usr/X11R6/man/man1/*
73 /usr/X11R6/share/LinPopUp
74
75 %changelog
76 * Tue Feb  9 1999 Micha³ Kuratczyk <kurkens@polbox.com>
77   [0.9.6-2d]
78 - added gzipping documentation
79 - sloted BuildRoot into PLD standard
80 - added LDFLAGS=-s
81 - cosmetic changes
82
83 * Sat Jan 22 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
84   [0.9.6-1d]
85 - added "rm -rf $RPM_BUILD_ROOT" on top %install,
86 - gzipping instead bzipping2 man pages,
87
88 * Sat Jan 21 1999 Artur Frysiak <wiget@usa.net>
89 - initial release
This page took 0.087459 seconds and 4 git commands to generate.