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

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

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


Revision 1.6 - (hide annotations) (download)
Wed Mar 25 13:25:22 2009 UTC (15 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-ocsinventory-0_1-8_el4_sme
Changes since 1.5: +10 -2 lines
See change log

1 vip-ire 1.6 # $Id: smeserver-ocsinventory.spec,v 1.5 2009/03/19 12:29:48 vip-ire Exp $
2 slords 1.1 # 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 vip-ire 1.6 %define release 8
10 slords 1.1 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 vip-ire 1.4 Patch6: smeserver-ocsinventory-0.1-open_basedir.patch
21 vip-ire 1.5 Patch7: smeserver-ocsinventory-0.1-update_path.patch
22 vip-ire 1.6 Patch8: smeserver-ocsinventory-0.1-perl_version.patch
23     Patch9: smeserver-ocsinventory-0.1-cert_change.patch
24 slords 1.1
25     URL: http://sme.firewall-services.com
26     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27     BuildArchitectures: noarch
28     BuildRequires: e-smith-devtools
29     Requires: e-smith-release >= 7.0
30     Requires: ocsinventory-server
31     Requires: ocsinventory-reports
32    
33 vip-ire 1.3 Conflicts: smeserver-inventory-tools
34 slords 1.1
35     %description
36     Open Computer and Software Inventory Next Generation is an application
37     designed to help a network or system administrator keep track of the
38     computers configuration and software that are installed on the network.
39    
40     OCS Inventory is also able to detect all active devices on your network,
41     such as switch, router, network printer and unattended devices.
42    
43     OCS Inventory NG includes package deployment feature on client computers
44    
45     %changelog
46 vip-ire 1.6 * Wed Mar 25 2009 Daniel B. <daniel@firewall-services.com> 0.1-8
47     - Should work with any perl version
48     - Update cacert if it has changed
49    
50 vip-ire 1.5 * Thu Mar 19 2009 Daniel B. <daniel@firewall-services.com> 0.1-7
51     - Update paths to the new "download" directory /var/lib/ocsinventory-reports
52    
53 vip-ire 1.4 * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> 0.1-6
54     - Correct openbasedir directive so package creation works
55    
56 vip-ire 1.3 * Mon Mar 16 2009 Daniel B. <daniel@firewall-services.com> 0.1-5
57     - Conflicts with smeserver-inventory-tools
58    
59 slords 1.1 * Tue Dec 09 2008 Daniel B. <daniel@firewall-services.com> 0.1-4
60     - Add a link in the server-manager
61     - expand mysql fragment during ocs-update event
62    
63     * Tue Oct 21 2008 Daniel B. <daniel@firewall-services.com> 0.1-3
64     - correct templates2expand for ocs-update event
65    
66     * Wed Oct 17 2008 Daniel B. <daniel@firewall-services.com> 0.1-2
67     - Compatibility with mod_perl 2
68     - Change config path
69    
70     * Thu Sep 10 2008 Daniel B. <daniel@firewall-services.com> 0.1-0
71     - Initial RPM
72    
73    
74     %prep
75     %setup
76     %patch1 -p1
77     %patch2 -p1
78     %patch3 -p1
79     %patch4 -p1
80     %patch5 -p1
81 vip-ire 1.4 %patch6 -p1
82 vip-ire 1.5 %patch7 -p1
83 vip-ire 1.6 %patch8 -p1
84     %patch9 -p1
85 slords 1.1
86     %build
87     /usr/bin/perl createlinks
88    
89     %install
90     /bin/rm -rf $RPM_BUILD_ROOT
91     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
92     rm -f %{name}-%{version}-filelist
93     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
94    
95     %files -f %{name}-%{version}-filelist
96     %defattr(-, root, root, -)
97    
98     %clean
99     rm -rf $RPM_BUILD_ROOT
100    
101    

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