]> git.pld-linux.org Git - packages/LinPopUp.git/commitdiff
- release 4,
authorkloczek <kloczek@pld-linux.org>
Mon, 29 Oct 2001 19:31:02 +0000 (19:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added desktop file and png icon,
- fixed %files list,
- added INSTALL to %doc (contains notes how to modify samba configuration).

Changed files:
    LinPopUp.spec -> 1.32

LinPopUp.spec

index 5648cef89389f90aa6ebab44aac86a6442f5eeb7..661cd797d849737535bcad53353bcee7825c795e 100644 (file)
@@ -2,12 +2,14 @@ Summary:      Linux enhanced port of winpopup
 Summary(pl):   Port programu winpopup pod Linuksa
 Name:          LinPopUp
 Version:       1.2.0
-Release:       3
+Release:       4
 License:       GPL
 Group:         X11/Applications/Networking
 Group(de):     X11/Applikationen/Netzwerkwesen
 Group(pl):     X11/Aplikacje/Sieciowe
 Source0:       ftp://littleigloo.org/pub/linpopup/%{name}-%{version}.src.tar.gz
+Source1:       %{name}.desktop
+Source2:       %{name}.png
 Patch0:                %{name}-prefix.patch
 URL:           http://www.littleigloo.org/
 Icon:          LinPopUp.gif
@@ -51,7 +53,8 @@ cd src
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/linpopup}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/linpopup} \
+       $RPM_BUILD_ROOT{%{_pixmapsdir},%{_applnkdir}/Network/Communications}
 
 (cd src; make install \
        DESTDIR="$RPM_BUILD_ROOT" \
@@ -60,19 +63,25 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/linpopup}
        DATA_DIR='$(DESTDIR)/var/lib/linpopup' \
        DOC_DIR="$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}" )
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+
 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/linpopup.1
 echo ".so LinPopUp.1" >$RPM_BUILD_ROOT%{_mandir}/man1/linpopup.1
 
+gzip -9nf AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %{_defaultdocdir}/%{name}-%{version}
-
-%dir /var/lib/linpopup
-
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %attr(666,nobody,nobody) /var/lib/linpopup/messages.dat
+%{_applnkdir}/Network/Communications/*
+%{_pixmapsdir}/*
 %{_mandir}/man1/*
 %{_datadir}/LinPopUp
+
+%dir /var/lib/linpopup
This page took 0.050056 seconds and 4 git commands to generate.