rpms/xconvers/devel import.log, NONE, 1.1 xconvers.desktop, NONE, 1.1 xconvers.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Randy Berry dp67 at fedoraproject.org
Mon Feb 9 00:34:46 UTC 2009


Author: dp67

Update of /cvs/pkgs/rpms/xconvers/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22849/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xconvers.desktop xconvers.spec 
Log Message:

Import Source




--- NEW FILE import.log ---
xconvers-0_8_3-5_fc11:HEAD:xconvers-0.8.3-5.fc11.src.rpm:1234139592


--- NEW FILE xconvers.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=xconvers
GenericName=xconvers
Comment=Client for amateur radio convers
Exec=xconvers
Icon=xconvers
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0


--- NEW FILE xconvers.spec ---
Name:		xconvers
Version:	0.8.3
Release:	5%{?dist}
Summary:	Ham radio convers client similar to IRC for X/GTK

License:	GPLv2+
Group:		Applications/Internet
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

URL:		http://xconvers.sourceforge.net/
Source0:	ftp://ftp.kfki.hu/pub/linux/ubuntu/pool/universe/x/%{name}/%{name}_%{version}.tar.gz
# replace original .desktop file with correct files
Source1:	%{name}.desktop

BuildRequires:	gtk+-devel
BuildRequires:	desktop-file-utils
BuildRequires:	gettext

%description
Xconvers is a client to connect to a convers server (port 3600).
In a split-screen session you can type text into the bottom screen. The
reply from the server can be seen in the top screen. Features: color support,
optional saving of the session to a log file, history for the connect dialog
and the send widget and autologin.

%prep
%setup -q

%build
%configure 
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"

# replace original .desktop files with correct files
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/
cp -p pixmaps/%{name}.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png
desktop-file-install	\
	--dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
# --vendor="fedora" obsolete per new guidelines.

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING INSTALL AUTHORS README TODO debian/changelog
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/pixmaps
%{_datadir}/%{name}/pixmaps/*.xpm
%{_datadir}/%{name}/pixmaps/*.png
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}.1.gz
%{_bindir}/%{name}

%changelog
* Sun Feb 8 2009 - Randall J. Berry <dp67 at fedoraproject.org> - 0.8.3-5
- CVS import
- system build

* Fri Feb 6 2009 - Randall J. Berry <dp67 at fedoraproject.org> - 0.8.3-4
- edit spec per review
- remove redundant require gtk+
- use INSTALL="install -p" to preserve pixmap timestamps
- use original png for icon to preserve original timestamp

* Thu Feb 5 2009 - Randall J. Berry <dp67 at fedoraproject.org> - 0.8.3-3
- fix unowned directories

* Wed Feb 4 2009 - Randall J. Berry <dp67 at fedoraproject.org> - 0.8.3-2
- edit spec file
- replaced invalid desktop files
- rpmbuild f9 i386
- mock build f9/10/devel i386

* Sat Feb 01 2003 - Joop Stakenborg <pg4i at amsat.org> - 0.8.3-1
- Initial spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xconvers/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Feb 2009 22:14:27 -0000	1.1
+++ .cvsignore	9 Feb 2009 00:34:16 -0000	1.2
@@ -0,0 +1 @@
+xconvers_0.8.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xconvers/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Feb 2009 22:14:27 -0000	1.1
+++ sources	9 Feb 2009 00:34:16 -0000	1.2
@@ -0,0 +1 @@
+91ea3953bc25a762c777f5977e573b02  xconvers_0.8.3.tar.gz




More information about the fedora-extras-commits mailing list