1 |
# $Id: ocsinventory.spec,v 1.2 2009/03/02 23:53:29 slords Exp $ |
# $Id: ocsinventory.spec,v 1.3 2009/03/18 14:37:45 slords Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
8 |
%define useselinux 0 |
%define useselinux 0 |
9 |
%endif |
%endif |
10 |
|
|
11 |
%define tarname OCSNG_UNIX_SERVER_1.02RC3 |
%define tarname OCSNG_UNIX_SERVER-1.02.1 |
12 |
|
|
13 |
Name: ocsinventory |
Name: ocsinventory |
14 |
Summary: Open Computer and Software Inventory Next Generation |
Summary: Open Computer and Software Inventory Next Generation |
15 |
|
|
16 |
Version: 1.02 |
Version: 1.02.1 |
17 |
Release: 0.10.rc3%{?dist}.2 |
Release: 1%{?dist} |
18 |
|
|
19 |
Group: Applications/Internet |
Group: Applications/Internet |
20 |
License: GPLv2 |
License: GPLv2 |
23 |
Source0: http://downloads.sourceforge.net/%{name}/%{tarname}.tar.gz |
Source0: http://downloads.sourceforge.net/%{name}/%{tarname}.tar.gz |
24 |
Source1: ocsinventory-reports.conf |
Source1: ocsinventory-reports.conf |
25 |
|
|
|
# Database Schema |
|
|
# http://ocsinventory.svn.sourceforge.net/viewvc/ocsinventory/trunk/server/ocsreports/files/ocsbase.sql?r1=1390&r2=1413&view=patch |
|
|
Patch0: ocsinventory-r1413.patch |
|
|
# Update Script |
|
|
# http://ocsinventory.svn.sourceforge.net/viewvc/ocsinventory/trunk/server/ocsreports/install.php?r1=1108&r2=1423&view=patch |
|
|
Patch1: ocsinventory-r1423.patch |
|
|
# Missing Include |
|
|
# http://ocsinventory.svn.sourceforge.net/viewvc/ocsinventory/trunk/server/Apache/Ocsinventory/Server/Inventory.pm?r1=1035&r2=1447&pathrev=1447&sortby=date&view=patch |
|
|
Patch2: ocsinventory-r1447.patch |
|
|
# Clean XML |
|
|
# http://ocsinventory.svn.sourceforge.net/viewvc/ocsinventory/trunk/server/Apache/Ocsinventory/Interface/Inventory.pm?r1=981&r2=1462&pathrev=1462&sortby=date&view=patch |
|
|
Patch3: ocsinventory-r1462.patch |
|
|
|
|
26 |
BuildArch: noarch |
BuildArch: noarch |
27 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
28 |
BuildRequires: perl(ExtUtils::MakeMaker) |
BuildRequires: perl(ExtUtils::MakeMaker) |
129 |
%prep |
%prep |
130 |
%setup -q -n %{tarname} |
%setup -q -n %{tarname} |
131 |
|
|
|
%patch0 -p2 |
|
|
%patch1 -p2 |
|
|
%patch2 -p2 |
|
|
%patch3 -p2 |
|
|
|
|
|
|
|
132 |
%build |
%build |
133 |
cd Apache |
cd Apache |
134 |
%{__perl} Makefile.PL INSTALLDIRS=vendor |
%{__perl} Makefile.PL INSTALLDIRS=vendor |
273 |
|
|
274 |
|
|
275 |
%changelog |
%changelog |
276 |
|
* Fri Jun 12 2009 Daniel B. <daniel@firewall-services.com> 1.02.1-1.el4.sme |
277 |
|
- update to OCS Inventory NG 1.02.1 |
278 |
|
|
279 |
* Wed Mar 13 2009 Daniel B. <daniel@firewall-services.com> 1.02-0.10.rc3.el4.2 |
* Wed Mar 13 2009 Daniel B. <daniel@firewall-services.com> 1.02-0.10.rc3.el4.2 |
280 |
- Changes for SME Server (apache=>www) |
- Changes for SME Server (apache=>www) |
281 |
|
|