rpms/lostirc/devel lostirc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Fri Sep 8 04:30:30 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/lostirc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15951/devel

Modified Files:
	.cvsignore sources 
Added Files:
	lostirc.spec 
Log Message:
auto-import lostirc-0.4.6-3 on branch devel from lostirc-0.4.6-3.src.rpm
initial import


--- NEW FILE lostirc.spec ---
Name:		lostirc
Version:	0.4.6
Release:	3%{?dist}
Summary:	Simple IRC client

Group:		Applications/Internet
License:	GPL
URL:		http://lostirc.sourceforge.net
Source0:	http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	gtkmm24-devel, desktop-file-utils
Requires:	gtkmm24

%description
LostIRC is a simple, keyboard controlled IRC client.

%prep
%setup -q

%build
%configure

make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make install \
	DESTDIR=%{buildroot}

desktop-file-install --vendor fedora			\
	--dir %{buildroot}/%{_datadir}/applications	\
	--add-category X-Fedora				\
	%{name}.desktop

#nuke old desktop file
rm %{buildroot}/usr/share/applications/%{name}.desktop

%find_lang %{name} 

%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_mandir}/man?/*
%{_datadir}/pixmaps/*.png

%changelog
* Thu Sep 07 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.4.6-3
- fixed dup desktop files. 

* Sun Jul 30 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.4.6-2
- install deskop file correctly

* Sun Jul 30 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.4.6-1
- intial package for FE 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lostirc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Sep 2006 04:29:17 -0000	1.1
+++ .cvsignore	8 Sep 2006 04:30:30 -0000	1.2
@@ -0,0 +1 @@
+lostirc-0.4.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lostirc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Sep 2006 04:29:17 -0000	1.1
+++ sources	8 Sep 2006 04:30:30 -0000	1.2
@@ -0,0 +1 @@
+501cd56bc0740d599540fb415718b939  lostirc-0.4.6.tar.gz




More information about the scm-commits mailing list