rpms/gnome-ppp/devel gnome-ppp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat May 6 23:47:10 UTC 2006


Author: cwickert

Update of /cvs/extras/rpms/gnome-ppp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10759/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-ppp.spec 
Log Message:
auto-import gnome-ppp-0.3.23-1.fc5 on branch devel from gnome-ppp-0.3.23-1.fc5.src.rpm


--- NEW FILE gnome-ppp.spec ---
Name:           gnome-ppp
Version:        0.3.23
Release:        1%{?dist}
Summary:        A GNOME 2 WvDial frontend

Group:          Applications/Communications
License:        GPL
URL:            http://www.icmreza.co.yu/blogs/vladecks/?page_id=7
Source0:        http://www.icmreza.co.yu/blogs/vladecks/wp-content/projects/gnome-ppp/download/0.3/gnome-ppp-0.3.23.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libglade2-devel >= 2.4.0, gettext, desktop-file-utils
Requires:       wvdial

%description
GNOME PPP is a modem dialup tool designed to integrate nicely into GNOME 2 
Desktop Environment. It is very similar to GPPP dialup utility created for 
GNOME 1 and KDE equivalent, KPPP. Since it is a graphical frontend for the 
excellent WvDial too, very little knowledge is needed to setup a dialup 
connection using GNOME PPP. It features ease of use, HIG dialogs, auto 
detection of your modem and connection monitoring.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}
desktop-file-install --vendor fedora                            \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        --add-category X-Fedora                                 \
	--add-category GNOME                            	\
	--delete-original                                       \
        ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop

%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 $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png


%changelog
* Sun Apr 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.23-1
- Initial Fedora Extras release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-ppp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 May 2006 23:46:14 -0000	1.1
+++ .cvsignore	6 May 2006 23:47:10 -0000	1.2
@@ -0,0 +1 @@
+gnome-ppp-0.3.23.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-ppp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 May 2006 23:46:14 -0000	1.1
+++ sources	6 May 2006 23:47:10 -0000	1.2
@@ -0,0 +1 @@
+ec2e20fc713a01c953d759bea3df8618  gnome-ppp-0.3.23.tar.bz2




More information about the scm-commits mailing list