Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
7b2e9f54f2 dist-git conversion 2010-07-29 15:57:22 +00:00
Bill Nottingham
9885d1525c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:28 +00:00
Paul W. Frields
f11c2c3e04 Sync with devel changes for FORTIFY_SOURCE 2008-03-22 12:11:56 +00:00
Bill Nottingham
d570bdd95b Initialize branch F-7 for xmlstarlet 2007-05-18 11:30:07 +00:00
3 changed files with 6 additions and 24 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xmlstarlet
# $Id$
NAME := xmlstarlet
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: xmlstarlet
Version: 1.0.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Command Line XML Toolkit
Group: Applications/Text
License: MIT
@ -30,7 +30,7 @@ commands.
%build
autoreconf -i
%configure
make
make %{?_smp_mflags}
cd $RPM_BUILD_DIR/%{name}-%{version}/doc
xmlto man xmlstarlet-man.xml
xmlto html-nochunks xmlstarlet-ug.xml
@ -39,8 +39,8 @@ xmlto html-nochunks xmlstarlet-ug.xml
%install
rm -fr %{buildroot}
make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall
%clean
rm -fr %{buildroot}
@ -54,6 +54,9 @@ rm -fr %{buildroot}
%changelog
* Sat Mar 22 2008 Paul W. Frields <stickster@gmail.com> - 1.0.1-5
- Rebuild to use FORTIFY_SOURCE correctly
* Sat Sep 2 2006 Paul W. Frields <stickster@gmail.com> - 1.0.1-4
- Bump release for FC6 mass rebuild