From ea54810afb0770770e95438792a757b2e604d385 Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 29 Oct 2001 19:31:02 +0000 Subject: [PATCH] - release 4, - 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 | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/LinPopUp.spec b/LinPopUp.spec index 5648cef..661cd79 100644 --- a/LinPopUp.spec +++ b/LinPopUp.spec @@ -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 -- 2.43.0