/[smecontribs]/rpms/smeserver-ocsinventory/contribs7/smeserver-ocsinventory.spec
ViewVC logotype

Contents of /rpms/smeserver-ocsinventory/contribs7/smeserver-ocsinventory.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Wed Mar 18 10:52:32 2009 UTC (15 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-ocsinventory-0_1-6_el4_sme
Changes since 1.3: +7 -2 lines
correct openbasedir

1 # $Id: smeserver-ocsinventory.spec,v 1.3 2009/03/16 15:39:47 vip-ire Exp $
2 # Authority: vip-ire
3 # Name: Daniel Berteaud
4
5 Summary: Open Computer and Software Inventory Next Generation (SME Server integration)
6 %define name smeserver-ocsinventory
7 Name: %{name}
8 %define version 0.1
9 %define release 6
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: Applications/Internet
14 Source: %{name}-%{version}.tar.gz
15 Patch1: smeserver-ocsinventory-0.1-modPerl2.patch
16 Patch2: smeserver-ocsinventory-0.1-db_config_path.patch
17 Patch3: smeserver-ocsinventory-0.1-templates2expand.patch
18 Patch4: smeserver-ocsinventory-0.1-panel.patch
19 Patch5: smeserver-ocsinventory-0.1-expand_mysql_fragment.patch
20 Patch6: smeserver-ocsinventory-0.1-open_basedir.patch
21
22 URL: http://sme.firewall-services.com
23 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
24 BuildArchitectures: noarch
25 BuildRequires: e-smith-devtools
26 Requires: e-smith-release >= 7.0
27 Requires: ocsinventory-server
28 Requires: ocsinventory-reports
29
30 Conflicts: smeserver-inventory-tools
31
32 %description
33 Open Computer and Software Inventory Next Generation is an application
34 designed to help a network or system administrator keep track of the
35 computers configuration and software that are installed on the network.
36
37 OCS Inventory is also able to detect all active devices on your network,
38 such as switch, router, network printer and unattended devices.
39
40 OCS Inventory NG includes package deployment feature on client computers
41
42 %changelog
43 * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> 0.1-6
44 - Correct openbasedir directive so package creation works
45
46 * Mon Mar 16 2009 Daniel B. <daniel@firewall-services.com> 0.1-5
47 - Conflicts with smeserver-inventory-tools
48
49 * Tue Dec 09 2008 Daniel B. <daniel@firewall-services.com> 0.1-4
50 - Add a link in the server-manager
51 - expand mysql fragment during ocs-update event
52
53 * Tue Oct 21 2008 Daniel B. <daniel@firewall-services.com> 0.1-3
54 - correct templates2expand for ocs-update event
55
56 * Wed Oct 17 2008 Daniel B. <daniel@firewall-services.com> 0.1-2
57 - Compatibility with mod_perl 2
58 - Change config path
59
60 * Thu Sep 10 2008 Daniel B. <daniel@firewall-services.com> 0.1-0
61 - Initial RPM
62
63
64 %prep
65 %setup
66 %patch1 -p1
67 %patch2 -p1
68 %patch3 -p1
69 %patch4 -p1
70 %patch5 -p1
71 %patch6 -p1
72
73 %build
74 /usr/bin/perl createlinks
75
76 %install
77 /bin/rm -rf $RPM_BUILD_ROOT
78 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
79 rm -f %{name}-%{version}-filelist
80 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
81
82 %files -f %{name}-%{version}-filelist
83 %defattr(-, root, root, -)
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed