rpms/lostirc/FC-6 lostirc.spec,1.2,1.3 sources,1.3,1.4

Damien Durand (splinux) fedora-extras-commits at redhat.com
Fri Jun 8 10:49:07 UTC 2007


Author: splinux

Update of /cvs/extras/rpms/lostirc/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5988

Added Files:
	lostirc.spec sources 
Log Message:



Index: lostirc.spec
===================================================================
RCS file: lostirc.spec
diff -N lostirc.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ lostirc.spec	8 Jun 2007 10:48:32 -0000	1.3
@@ -0,0 +1,60 @@
+Name:           lostirc
+Version:        0.4.6
+Release:        2%{?dist}
+Summary:        Simple IRC client for X11
+
+Group:          Applications/Internet
+License:        GPL
+URL:            http://lostirc.sourceforge.net
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  gtkmm24-devel, gettext, desktop-file-utils
+
+
+%description
+Lostirc is a simple, yet very useful IRC-client. It has features such as 
+tab-autocompletion, multiple server support, automatic joining of 
+servers/channels and DCC sending which should cover the needs of most 
+people. The client is 100% keyboard-controllable, and uses the gtkmm GUI 
+library
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+desktop-file-install --vendor="" --delete-original \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications        \
+  $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
+
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING NEWS README
+%{_bindir}/%{name}
+%{_datadir}/pixmaps/*.png
+%{_datadir}/applications/*.desktop
+%{_mandir}/man1/*
+
+
+%changelog
+* Thu May 31 2007 Damien Durand <splinux at fedoraproject.org> - 0.4.6-2
+- Fixed source0 url
+
+* Thu Apr 03 2007 Damien Durand <splinux at fedoraproject.org> - 0.4.6-1
+- Initial RPM release


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	8 Jun 2007 10:48:32 -0000	1.4
@@ -0,0 +1 @@
+501cd56bc0740d599540fb415718b939  lostirc-0.4.6.tar.gz




More information about the fedora-extras-commits mailing list