rpms/moserial/F-9 moserial.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten terjeros at fedoraproject.org
Sun May 31 20:57:15 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/moserial/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29095/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	moserial.spec 
Log Message:
Sync with rawhide.




--- NEW FILE moserial.spec ---
Summary:       Serial terminal for the gnome desktop
Name:          moserial
Version:       2.26.1
Release:       2%{?dist}
Group:         Applications/Communications
License:       GPLv3+
URL:           http://live.gnome.org/moserial/
Source0:       http://ftp.gnome.org/pub/GNOME/sources/moserial/2.26/moserial-%{version}.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:      yelp hicolor-icon-theme
BuildRequires: vala desktop-file-utils GConf2-devel perl(XML::Parser)
BuildRequires: gnome-doc-utils intltool


%description
Moserial is a clean, friendly gtk-based serial terminal for the gnome
desktop. It is written in Vala for extra goodness.

%prep
%setup -q
[ -s README ] && exit 1

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
desktop-file-install --delete-original             \
    --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%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

%files -f %{name}.lang
%defattr(-, root, root, -)
%doc AUTHORS ChangeLog ChangeLog.pre-git COPYING MAINTAINERS NEWS
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/gnome/help/%{name}
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/%{name}
%{_datadir}/omf/%{name}

%changelog
* Sat May 30 2009 Terje Rosten <terje.rosten at ntnu.no> - 2.26.1-2
- add req. on yelp and hicolor-icon-theme
- fix dir ownership
- fix license
- preserve timestamps
- detect README changes

* Fri May 29 2009 Terje Rosten <terje.rosten at ntnu.no> - 2.26.1-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/moserial/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 May 2009 20:12:07 -0000	1.1
+++ .cvsignore	31 May 2009 20:56:44 -0000	1.2
@@ -0,0 +1 @@
+moserial-2.26.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/moserial/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 May 2009 20:12:08 -0000	1.1
+++ sources	31 May 2009 20:56:45 -0000	1.2
@@ -0,0 +1 @@
+437ebcc0eb7fa56751604eee2a4b4cd0  moserial-2.26.1.tar.gz




More information about the scm-commits mailing list