diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | irssi.spec.in | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 94ed9423..30108fe5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,8 @@ SUBDIRS = po intl macros src $(PLUGINS) $(SERVERTEST) docs @MAINT@ cd macros && $(MAKE) macros.dep if HAVE_GNOME -appletdir = $(datadir)/applets/Network -applet_DATA = irssi.desktop +desktopdir = $(datadir)/gnome/apps/Network +desktop_DATA = irssi.desktop corbadir = $(sysconfdir)/CORBA/servers corba_DATA = irssi.gnorba diff --git a/irssi.spec.in b/irssi.spec.in index c994c935..32e7ca16 100644 --- a/irssi.spec.in +++ b/irssi.spec.in @@ -1,4 +1,4 @@ -# $Revision: 1.4 $, $Date: 1999/10/16 13:05:25 $ +# $Revision: 1.5 $, $Date: 2000/01/13 02:13:20 $ Name: irssi Version: @VERSION@ Release: 1 @@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/irssi %{_sysconfdir}/CORBA/servers/irssi.gnorba -%{_datadir}/applets/Network/irssi.desktop +%{_datadir}/gnome/apps/Network/irssi.desktop %{_datadir}/gnome/help/irssi %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -109,6 +109,10 @@ rm -rf $RPM_BUILD_ROOT All below listed persons can be reached on <cvs_login>@pld.org.pl $Log: irssi.spec.in,v $ +Revision 1.5 2000/01/13 02:13:20 kloczek +- irssi.desktop now this is not applet but application description file - + place them in $(datadir)/gnome/apps/Network. + Revision 1.4 1999/10/16 13:05:25 wiget - polish translation @@ -136,4 +140,4 @@ Revision 1.2 1999/09/02 17:22:51 wiget -- gziped docs -- corrected %%files section -- based at spec from tarball (by JT Traub <jtraub@dragoncat.net>) +- based at spec from tarball (by JT Traub <jtraub@dragoncat.net>)
\ No newline at end of file |