]> git.pld-linux.org Git - packages/ickle.git/commitdiff
- updated to 0.3.2
authormisi3k <misi3k@pld-linux.org>
Fri, 30 May 2003 14:31:12 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libicq2000 >= 0.3.2
- cosmetics

Changed files:
    ickle.spec -> 1.18

ickle.spec

index 2338c1b70be13bedecac7dc895c4bfd1d1658352..131fa198cf51e23bfe2d20263135e84402955d61 100644 (file)
@@ -1,12 +1,16 @@
+#
+# TODO:
+#      ickle.desktop
+
 Summary:       A Gtk-- ICQ2000 Client
 Summary(pl):   Klient ICQ2000 przeznaczony dla Gtk--
 Name:          ickle
-Version:       0.3.1
-Release:       3
+Version:       0.3.2
+Release:       1
 License:       GPL v2
 Group:         Applications/Communications
-Source0:       http://unc.dl.sourceforge.net/sourceforge/ickle/%{name}-%{version}.tar.gz
-# Source0-md5: c1cb37b0264db9610cf7e8e53255db99
+# Source0-md5: c59acbc24ac90cfc7fd21c49038481ed
+Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 URL:           http://ickle.sourceforge.net/
 BuildRequires: ORBit-devel
 BuildRequires: autoconf
@@ -15,13 +19,12 @@ BuildRequires:      gettext-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: gtkmm1-devel >= 1.2.0
-BuildRequires: libicq2000-devel
+BuildRequires: libicq2000-devel >= 0.3.2
 BuildRequires: libstdc++-devel
 BuildRequires: libsigc++1-devel >= 1.0.0
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define         _sysconfdir     /etc/X11
 
 %description
 ickle is an open-source project implementing the ICQ2000 protocol. The
@@ -43,11 +46,12 @@ platform.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_applnkdir}/Network/Communications}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       desktopdir=%{_applnkdir}/Network/Communications
+       DESTDIR=$RPM_BUILD_ROOT 
+       
+install ickle/ickle_applet.desktop $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
 
 # why it is not installed by the command above ?
 install ickle/ickle_applet.1 $RPM_BUILD_ROOT%{_mandir}/man1
@@ -62,7 +66,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO scripts/*.pl
 %attr(755,root,root) %{_bindir}/*
-%{_sysconfdir}/CORBA/servers/*
 %{_applnkdir}/Network/Communications/*
 %{_datadir}/%{name}
 %{_mandir}/man1/*
This page took 0.087827 seconds and 4 git commands to generate.