Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
54aa6f8d77 dist-git conversion 2010-07-29 14:47:13 +00:00
Bill Nottingham
a8404b1221 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:03 +00:00
f83cbc327a - 1.0.2 2007-08-29 15:51:41 +00:00
Warren Togami
30854b29d6 Initialize branch FC-6 for urlgfe 2006-11-29 22:50:18 +00:00
5 changed files with 16 additions and 26 deletions

View file

@ -1 +0,0 @@
urlgfe-1.0.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
urlgfe-1.0.2.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: urlgfe
# $Id$
NAME := urlgfe
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
9a5284665e09cac3397c3ea5d7baf6d8 urlgfe-1.0.tar.gz
d54bacbb107ae29a611dd3ec7bd597a2 urlgfe-1.0.2.tar.gz

View file

@ -1,16 +1,17 @@
Name: urlgfe
Version: 1.0
Version: 1.0.2
Release: 1%{?dist}
Summary: Urlgfe download manager
Group: Applications/Internet
License: LGPL
License: LGPLv2+
URL: http://urlget.sourceforge.net/
Source0: http://superb-west.dl.sourceforge.net/sourceforge/urlget/%{name}-%{version}.tar.gz
Source0: http://downloads.sourceforge.net/urlget/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: curl-devel
BuildRequires: expat-devel
BuildRequires: gawk
BuildRequires: gtk2-devel
BuildRequires: krb5-devel
BuildRequires: pcre-devel
@ -29,6 +30,7 @@ each download in that category.
%build
%configure
%{__sed} -i.mkdir -e 's|@MKINSTALLDIRS@|install-sh -d|' po/Makefile
%{__make} %{?_smp_mflags}
%install
@ -61,5 +63,14 @@ done
%{_datadir}/applications/fedora-%{name}.desktop
%changelog
* Wed Aug 29 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.0.2-1
- 1.0.2
* Wed Aug 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.0-1.dist.2
- Mass rebuild (buildID or binutils issue)
* Fri Aug 3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.0-1.dist.1
- License update
* Wed Nov 29 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.0-1
- Initial packaging to import to Fedora Extras.