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

Jose Luis Blanco jlblanco at fedoraproject.org
Mon Feb 23 16:28:58 UTC 2009


Author: jlblanco

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

Modified Files:
	.cvsignore sources 
Added Files:
	cutecom.spec import.log 
Log Message:
Initial packaging for fedora.




--- NEW FILE cutecom.spec ---
Summary: A graphical serial terminal, like minicom or Hyperterminal on Windows
Name: cutecom
Version: 0.20.0
Release: 3%{?dist}
License: GPLv2+
Group: Applications/Communications
URL: http://cutecom.sourceforge.net/

# The source for this package is released at sourceforge:
Source: http://cutecom.sourceforge.net/%{name}-%{version}.tar.gz

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: cmake
BuildRequires: qt-devel
BuildRequires: desktop-file-utils

%description
CuteCom is a graphical serial terminal, like minicom or Hyperterminal on 
Windows. It is aimed mainly at hardware developers or other people who need 
a terminal to talk to their devices. 

%prep
%setup -q
# Change icon to "utilities-terminal":
sed 's/=openterm/=utilities-terminal/' cutecom.desktop > cutecom.desktop.new
mv -f cutecom.desktop.new cutecom.desktop

%build
%cmake .
make VERBOSE=1 %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
# We don't invoke upstream's make install since the man file is installed in 
#  a wrong directory (/usr/man/...)
# make install DESTDIR=$RPM_BUILD_ROOT

install -D -m 755 $(pwd)/cutecom ${RPM_BUILD_ROOT}%{_bindir}/cutecom
install -D -m 644 $(pwd)/cutecom.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/cutecom.1


# Upstream script does not install the .desktop file if KDE is not installed, 
# so we install it manually:
desktop-file-install \
   --remove-key=Path --remove-key=Encoding \
   --remove-key=BinaryPattern --remove-key=TerminalOptions \
   --add-category=System \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications/ \
   $(pwd)/cutecom.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING README Changelog TODO
%{_bindir}/cutecom
%{_mandir}/man1/cutecom.1*
%{_datadir}/applications/cutecom.desktop 


%changelog
* Thu Feb 19 2009 - Jose Luis Blanco <joseluisblancoc at gmail.com> 0.20.0-3
- Fixed .desktop file and .spec file comments.

* Tue Feb 17 2009 - Jose Luis Blanco <joseluisblancoc at gmail.com> 0.20.0-2
- Added documentation files.
- Fixed License field.
- .desktop file installed with desktop-file-install

* Sun Feb 15 2009 - Jose Luis Blanco <joseluisblancoc at gmail.com> 0.20.0-1
- Initial packaging for Fedora.



--- NEW FILE import.log ---
cutecom-0_20_0-3_fc10:HEAD:cutecom-0.20.0-3.fc10.src.rpm:1235406461


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cutecom/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Feb 2009 19:43:50 -0000	1.1
+++ .cvsignore	23 Feb 2009 16:28:28 -0000	1.2
@@ -0,0 +1 @@
+cutecom-0.20.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cutecom/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Feb 2009 19:43:52 -0000	1.1
+++ sources	23 Feb 2009 16:28:28 -0000	1.2
@@ -0,0 +1 @@
+a42394c3a29a2dc30edab721469f5eee  cutecom-0.20.0.tar.gz




More information about the scm-commits mailing list