Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
4a1acf9da0 dist-git conversion 2010-07-29 04:18:45 +00:00
Bill Nottingham
7b6e0db306 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:22:22 +00:00
Peter Vrabec
88531f1ce9 fix license tag in spec file 2009-09-23 09:30:51 +00:00
Jesse Keating
310da1183f Initialize branch F-11 for netlabel_tools 2009-04-15 05:23:25 +00:00
3 changed files with 5 additions and 23 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: netlabel_tools
# $Id$
NAME := netlabel_tools
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,8 +1,8 @@
Summary: Tools to manage the Linux NetLabel subsystem
Name: netlabel_tools
Version: 0.19
Release: 2%{?dist}
License: GPLv2+
Release: 3%{?dist}
License: GPLv2
Group: System Environment/Daemons
URL: http://netlabel.sf.net/
Source0: http://downloads.sourceforge.net/netlabel/%{name}-%{version}.tar.gz
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644,root,root) %{_mandir}/man8/*
%changelog
* Wed Sep 23 2009 Peter Vrabec <pvrabec@redhat.com> 0.19-3
- fix license tag in spec file (#524310)
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild