]> git.pld-linux.org Git - packages/LinPopUp.git/commitdiff
- added "rm -rf $RPM_BUILD_ROOT" on top %install,
authorkloczek <kloczek@pld-linux.org>
Sat, 23 Jan 1999 15:41:57 +0000 (15:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gzipping instead bzipping2 man pages,
- some other cosmetic changes.

Changed files:
    LinPopUp.spec -> 1.3

LinPopUp.spec

index b891f05fdefcbccd35ab1ce4d7b963b9ca26d04c..a2fcc2ceeaf41b3e518c41343858e4c602383c52 100644 (file)
@@ -1,4 +1,5 @@
 Summary:     Linux enhanced port of winpopup
+Summary(pl): Port winpopup'a pod Linux'a
 Name:        LinPopUp
 Version:     0.9.6
 Release:     1d
@@ -7,29 +8,25 @@ Group:       Networking
 Group(pl):   Sieæ
 Source:      ftp://littleigloo.org/pub/linpopup/%{name}-%{version}.src.tar.bz2
 URL:         http://www.littleigloo.org/
+Icon:        linpopup.gif
 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
-
+BuildRoot:   /tmp/%{name}-%{version}-%{release}
 
 %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. 
+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.
+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
@@ -37,15 +34,15 @@ pos
 %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
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/{usr/X11R6/{bin,man/man1},var/lib/linpopup}
 
-make DESTDIR=$RPM_BUILD_ROOT/usr/X11R6 SHARE_PATH=$RPM_BUILD_ROOT/var/lib/linpopup install
+cd src
+make install \
+       DESTDIR=$RPM_BUILD_ROOT/usr/X11R6
+       SHARE_PATH=$RPM_BUILD_ROOT/var/lib/linpopup
 
 rm -rf $RPM_BUILD_ROOT/var/lib/linpopup/docs
 ln -s $RPM_BUILD_ROOT/usr/doc/%{name}-%{version} $RPM_BUILD_ROOT/var/lib/linpopup/docs
@@ -53,20 +50,27 @@ ln -s $RPM_BUILD_ROOT/usr/doc/%{name}-%{version} $RPM_BUILD_ROOT/var/lib/linpopu
 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/*
+gzip -9nf $RPM_BUILD_ROOT/usr/X11R6/man/man1/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS BUGS NEWS THANKS docs/* 
+%doc AUTHORS BUGS NEWS THANKS docs/*
 %attr(755,root,root) /usr/X11R6/bin/*
+
 %attr(644,root, man) /usr/X11R6/man/man1/*
+
 %dir /var/lib/linpopup
 /var/lib/linpopup/misc
 %attr(666,nobody,nobody) /var/lib/linpopup/messages.dat
 
 %changelog
+* Sat Jan 22 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.9.6-1d]
+- added "rm -rf $RPM_BUILD_ROOT" on top %install,
+- gzipping instead bzipping2 man pages,
+
 * Sat Jan 23 1999 Artur Frysiak <wiget@usa.net>
 - initial release
This page took 0.065935 seconds and 4 git commands to generate.