rpms/bind-to-tinydns/EL-5 bind-to-tinydns-0.4.3-cflags.patch, NONE, 1.1 bind-to-tinydns.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tim Jackson timj at fedoraproject.org
Thu Jan 29 17:13:03 UTC 2009


Author: timj

Update of /cvs/pkgs/rpms/bind-to-tinydns/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv621

Modified Files:
	.cvsignore sources 
Added Files:
	bind-to-tinydns-0.4.3-cflags.patch bind-to-tinydns.spec 
Log Message:
Initial import of bind-to-tinydns (bug #481564)


bind-to-tinydns-0.4.3-cflags.patch:

--- NEW FILE bind-to-tinydns-0.4.3-cflags.patch ---
Binary files bind-to-tinydns-0.4.3/bind-to-tinydns and bind-to-tinydns-0.4.3.new/bind-to-tinydns differ
diff -ruNp bind-to-tinydns-0.4.3/Makefile bind-to-tinydns-0.4.3.new/Makefile
--- bind-to-tinydns-0.4.3/Makefile	2003-06-01 14:21:34.000000000 -0300
+++ bind-to-tinydns-0.4.3.new/Makefile	2009-01-27 12:20:44.000000000 -0200
@@ -1,7 +1,8 @@
 CC=cc -Wall -g
+CFLAGS=
 
 bind-to-tinydns: bind-to-tinydns.c
-	${CC} -o bind-to-tinydns bind-to-tinydns.c
+	${CC} $(CFLAGS) -o bind-to-tinydns bind-to-tinydns.c
 
 clean:
 	rm -f bind-to-tinydns


--- NEW FILE bind-to-tinydns.spec ---
Name:           bind-to-tinydns
Version:        0.4.3
Release:        4%{?dist}
Summary:        Convert DNS zone files in BIND format to tinydns format

Group:          Applications/System
License:        GPL+
URL:            http://www.erat.org/
Source0:        http://www.erat.org/files/bind-to-tinydns-%{version}.tar.gz
Patch0:         bind-to-tinydns-0.4.3-cflags.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This is a program that parses zone files used by the BIND DNS server and
converts them to the native format of the tinydns component of Dan Bernstein's
djbdns DNS server.

%prep
%setup -q
%patch0 -p1


%build
make %{?_smp_mflags} CFLAGS="%{optflags}"


%install
rm -rf $RPM_BUILD_ROOT
install -Dp -m 755 bind-to-tinydns $RPM_BUILD_ROOT%{_bindir}/bind-to-tinydns

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING
%{_bindir}/bind-to-tinydns


%changelog
* Tue Jan 27 2009 Tim Jackson <rpm at timj.co.uk> 0.4.3-4
- Compile stage now uses standard compiler flags

* Tue Jan 27 2009 Tim Jackson <rpm at timj.co.uk> 0.4.3-3
- Correct License tag to GPL+

* Tue Jan 27 2009 Tim Jackson <rpm at timj.co.uk> 0.4.3-2
- Add missing source URL

* Sat Sep 06 2008 Tim Jackson <rpm at timj.co.uk> 0.4.3-1
- Initial RPM build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bind-to-tinydns/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jan 2009 00:13:24 -0000	1.1
+++ .cvsignore	29 Jan 2009 17:12:33 -0000	1.2
@@ -0,0 +1 @@
+bind-to-tinydns-0.4.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bind-to-tinydns/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jan 2009 00:13:24 -0000	1.1
+++ sources	29 Jan 2009 17:12:33 -0000	1.2
@@ -0,0 +1 @@
+92657532ac03c439c85156554351b154  bind-to-tinydns-0.4.3.tar.gz




More information about the fedora-extras-commits mailing list