Compare commits

...

4 Commits
rawhide ... f9

Author SHA1 Message Date
Fedora Release Engineering 7d9d106e3c dist-git conversion 2010-07-28 21:00:45 +00:00
Bill Nottingham 028190c0dc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:47:54 +00:00
Balint Cristian b1e230d9b3 - disable smp build for koji
- new bugfix release
----------------------------------------------------------------------
    Modified Files: F-9/.cvsignore F-9/libgeotiff.spec F-9/sources Added
    Files: F-9/import.log
----------------------------------------------------------------------
2008-09-15 10:27:38 +00:00
Jesse Keating 119e2cc1b6 Initialize branch F-9 for libgeotiff 2008-04-21 02:16:25 +00:00
5 changed files with 15 additions and 27 deletions

View File

@ -1 +0,0 @@
libgeotiff-1.2.4.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libgeotiff-1.2.5.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: libgeotiff
# $Id$
NAME := libgeotiff
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,6 +1,6 @@
Name: libgeotiff
Version: 1.2.4
Release: 3%{?dist}
Version: 1.2.5
Release: 2%{?dist}
Summary: GeoTIFF format library
Group: System Environment/Libraries
License: MIT
@ -64,9 +64,12 @@ sed -i 's| \| sed \"s\/-g \/\/\"||g' configure
--with-tiff \
--with-jpeg \
--with-zip
# WARNING
# disable %{?_smp_mflags}
# it breaks compile
make
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@ -127,6 +130,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Mon Sep 15 2008 Balint Cristian <rezso@rdsor.ro> - 1.2.5-2
- disable smp build for koji
* Mon Sep 15 2008 Balint Cristian <rezso@rdsor.ro> - 1.2.5-1
- new bugfix release
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.4-3
- Autorebuild for GCC 4.3

View File

@ -1 +1 @@
62cd4a515d1f3ba7b41cb4ed9061aa76 libgeotiff-1.2.4.tar.gz
000f247a88510f1b38d4b314d1e47048 libgeotiff-1.2.5.tar.gz