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

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Wed Nov 29 09:55:15 UTC 2006


Author: mtasaka

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

Modified Files:
	.cvsignore sources 
Added Files:
	urlgfe.spec 
Log Message:
auto-import urlgfe-1.0-1 on branch devel from urlgfe-1.0-1.src.rpm


--- NEW FILE urlgfe.spec ---
Name:		urlgfe
Version:	1.0
Release:	1%{?dist}
Summary:	Urlgfe download manager

Group:		Applications/Internet
License:	LGPL
URL:		http://urlget.sourceforge.net/
Source0:	http://superb-west.dl.sourceforge.net/sourceforge/urlget/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	curl-devel
BuildRequires:	expat-devel
BuildRequires:	gtk2-devel
BuildRequires:	krb5-devel
BuildRequires:	pcre-devel
BuildRequires:	desktop-file-utils

%description
Urlgfe is a download manager that uses GTK+2 ,libcurl, and pcre.

It allows you to classify URLs before downloading them, and 
allows you to import URLs from HTML files. Every category has 
an independent configuration that can be inherited by 
each download in that category.

%prep
%setup -q

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

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"

desktop-file-install \
	--delete-original \
	--vendor fedora \
	--remove-category Application \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
	$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

for f in [A-Z]* ; do \
	%{__sed} -i.encoding -e 's|\r||g' $f
done
	
%{find_lang} %{name}

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS
%doc README

%{_bindir}/%{name}
%{_datadir}/pixmaps/%{name}*.png
%{_datadir}/applications/fedora-%{name}.desktop

%changelog
* Wed Nov 29 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.0-1
- Initial packaging to import to Fedora Extras.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/urlgfe/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Nov 2006 09:54:14 -0000	1.1
+++ .cvsignore	29 Nov 2006 09:54:45 -0000	1.2
@@ -0,0 +1 @@
+urlgfe-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/urlgfe/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Nov 2006 09:54:14 -0000	1.1
+++ sources	29 Nov 2006 09:54:45 -0000	1.2
@@ -0,0 +1 @@
+9a5284665e09cac3397c3ea5d7baf6d8  urlgfe-1.0.tar.gz




More information about the scm-commits mailing list