public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 03cb85b498ff18de25d9c17a400091d70e79a3fc
@ 2012-11-19 22:52 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-11-19 22:52 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 3904 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  03cb85b498ff18de25d9c17a400091d70e79a3fc (commit)
       via  4a1f50e0b51d4e527b5e0ad676e239b7d9de2e55 (commit)
       via  df1ad87cabf7c31cc5248991dc661c5f2814d3db (commit)
      from  84d71be76e8edc154b97c892b9bd1417ccc6f4a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 03cb85b498ff18de25d9c17a400091d70e79a3fc
Merge: 4a1f50e 84d71be
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Nov 19 23:50:33 2012 +0100

    Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x

commit 4a1f50e0b51d4e527b5e0ad676e239b7d9de2e55
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Nov 19 23:49:15 2012 +0100

    shadow-utils: Install to build environment by default.
    
    It is handy to have the shadow-utils around, because
    they will get automatically added as a package pre-requirement
    if needed.

commit df1ad87cabf7c31cc5248991dc661c5f2814d3db
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Nov 14 00:52:50 2012 +0100

    pps-tools: New package.

-----------------------------------------------------------------------

Summary of changes:
 pps-tools/pps-tools.nm       | 48 ++++++++++++++++++++++++++++++++++++++++++++
 shadow-utils/shadow-utils.nm |  4 ++--
 2 files changed, 50 insertions(+), 2 deletions(-)
 create mode 100644 pps-tools/pps-tools.nm

Difference in files:
diff --git a/pps-tools/pps-tools.nm b/pps-tools/pps-tools.nm
new file mode 100644
index 0000000..bf1b7d3
--- /dev/null
+++ b/pps-tools/pps-tools.nm
@@ -0,0 +1,48 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = pps-tools
+version    = 0
+ver_git    = 20120215gitac0aa6
+release    = 0.1.%{ver_git}
+
+groups     = System/Base
+url        = https://github.com/ago/pps-tools
+license    = GPLv2+
+summary    = LinuxPPS user-space tools.
+
+description
+	This package includes the LinuxPPS user-space tools.
+end
+
+sources    = %{name}-%{ver_git}.tar.gz
+
+build
+	DIR_APP = %{DIR_SRC}/%{name}
+
+	install
+		mkdir -pv %{BUILDROOT}{%{bindir},%{includedir}/sys}
+		install -m 755 ppsctl ppsfind ppstest ppswatch %{BUILDROOT}%{bindir}
+		install -m 644 timepps.h %{BUILDROOT}%{includedir}
+		ln -svf ../timepps.h %{BUILDROOT}%{includedir}/sys/timepps.h
+	end
+end
+
+packages
+	package %{name}
+
+	package %{name}-devel
+		template DEVEL
+
+		description
+			This package includes the headers needed
+			to compile PPSAPI (RFC-2783) applications.
+		end
+	end
+
+	package %{name}-debuginfo
+		template DEBUGINFO
+	end
+end
diff --git a/shadow-utils/shadow-utils.nm b/shadow-utils/shadow-utils.nm
index 8de9700..1607b5e 100644
--- a/shadow-utils/shadow-utils.nm
+++ b/shadow-utils/shadow-utils.nm
@@ -5,7 +5,7 @@
 
 name       = shadow-utils
 version    = 4.1.4.3
-release    = 6
+release    = 7
 thisapp    = shadow-%{version}
 
 maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
@@ -68,7 +68,7 @@ end
 
 packages
 	package %{name}
-		groups += Base
+		groups += Base Build
 
 		obsoletes += shadow<%{thisver}
 		provides  += shadow=%{thisver}


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-19 22:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-19 22:52 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 03cb85b498ff18de25d9c17a400091d70e79a3fc git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox