Browse Source

dracd: rebuilt with current vineseed environment

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3531 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 13 years ago
parent
commit
055fe83093
1 changed files with 14 additions and 3 deletions
  1. 14 3
      d/dracd/dracd-vl.spec

+ 14 - 3
d/dracd/dracd-vl.spec

@@ -1,7 +1,7 @@
 Summary: Dynamic relay authorization control
 Name: dracd
 Version: 1.12
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: Other
 Group: System Environment/Daemons
 Url: http://mail.cc.umanitoba.ca/drac/
@@ -12,10 +12,16 @@ Source3: dracd.allow-sample
 Source4: README.vine-drac
 Patch0: drac-Makefile-1.12.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildPrereq: db4-devel >= 4.6.21
-Prereq: chkconfig portmap
+BuildRequires(pre): db4-devel >= 4.6.21
+# BuildPrereq: db4-devel >= 4.6.21
+Requires(pre): chkconfig portmap
+# Prereq: chkconfig portmap
 Requires: db4 >= 4.6.21
 
+Packager: iwamoto
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 DRAC is a daemon that dynamically updates a relay authorization map
 for sendmail. It provides a way to allow legitimate users to relay
@@ -75,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) /etc/mail/dracd.allow
 
 %changelog
+* Sun Apr 17 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.12-3
+- rebuilt with rel++ 
+- add vendor/distri tags
+- use hoge(pre) tags instead of hogepre tags
+
 * Tue Jul  7 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.12-2
 - README.vine-drac in UTF-8