SPECS: omniORB.spec - up to 4.1.0 - sysconfig/omniORB added
lkrotowski
lkrotowski at pld-linux.org
Wed Apr 25 22:44:23 CEST 2007
Author: lkrotowski Date: Wed Apr 25 20:44:23 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 4.1.0
- sysconfig/omniORB added
---- Files affected:
SPECS:
omniORB.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/omniORB.spec
diff -u SPECS/omniORB.spec:1.20 SPECS/omniORB.spec:1.21
--- SPECS/omniORB.spec:1.20 Mon Apr 2 19:29:46 2007
+++ SPECS/omniORB.spec Wed Apr 25 22:44:18 2007
@@ -4,18 +4,20 @@
Summary: Object Request Broker (ORB) from AT&T (CORBA 2.6)
Summary(pl.UTF-8): Object Request Broker (ORB) z AT&T (CORBA 2.6)
Name: omniORB
-Version: 4.0.7
+Version: 4.1.0
Release: 0.1
License: GPL/LGPL
Group: Libraries
Source0: http://dl.sourceforge.net/omniorb/%{name}-%{version}.tar.gz
-# Source0-md5: 9d478031be34232e988f3d5874396499
+# Source0-md5: b52dcb1886ffa2a61e6ed56e462edb76
Source1: %{name}.init
Source2: %{name}.logrotate
+Source3: %{name}.sysconfig
URL: http://omniorb.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libstdc++-devel
+BuildRequires: libtool
BuildRequires: openssl-devel >= 0.9.7d
BuildRequires: pkgconfig
BuildRequires: python
@@ -98,6 +100,7 @@
%setup -q
%build
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
@@ -110,7 +113,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_mandir}/man1,/etc/{logrotate.d,rc.d/init.d},/var/log/{,archive/}%{name}}
+install -d $RPM_BUILD_ROOT{%{_mandir}/man1,/etc/{logrotate.d,rc.d/init.d,sysconfig},/var/log/{,archive/}%{name}}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -119,6 +122,7 @@
install sample.cfg $RPM_BUILD_ROOT%{_sysconfdir}/omniORB.cfg
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
touch $RPM_BUILD_ROOT/var/log/%{name}/omninames-err.log
@@ -152,9 +156,10 @@
%files
%defattr(644,root,root,755)
-%doc ReleaseNotes_%{version}.txt CREDITS README.{FIRST.txt,unix}
+%doc ReleaseNotes.txt CREDITS README.{FIRST.txt,unix}
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.cfg
%config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
%attr(755,root,root) %{_bindir}/omniMapper
%attr(755,root,root) %{_bindir}/omniNames
%attr(754,root,root) /etc/rc.d/init.d/%{name}
@@ -205,6 +210,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2007/04/25 20:44:18 lkrotowski
+- up to 4.1.0
+- sysconfig/omniORB added
+
Revision 1.20 2007/04/02 17:29:46 baggins
- more s|/var/log/archiv|/var/log/archive|g
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/omniORB.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list