[is-interface] initial commit (768183)

Devresse adev at fedoraproject.org
Wed Jan 18 14:15:38 UTC 2012


commit b95d9b22ce1217b7e1f71e2364b036f943beb753
Author: Adrien Devresse <adrien.devresse at cern.ch>
Date:   Wed Jan 18 15:13:58 2012 +0100

    initial commit (768183)

 .gitignore        |    1 +
 is-interface.spec |   87 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 89 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..258e929 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/is-interface-1.12.1.tar.gz
diff --git a/is-interface.spec b/is-interface.spec
new file mode 100644
index 0000000..21bcc52
--- /dev/null
+++ b/is-interface.spec
@@ -0,0 +1,87 @@
+Name:						is-interface
+Version:					1.12.1
+Release:					6%{?dist}
+Summary:					Information service library for the lcg bdii system
+Group:						Applications/Internet
+License:					ASL 2.0+
+URL:						https://svnweb.cern.ch/trac/lcgutil
+# svn export http://svn.cern.ch/guest/lcgutil/is-interface/trunk is-interface-1.12.1
+Source0:					http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/%{name}/%{name}-%{version}.tar.gz 
+BuildRoot:					%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires:				cmake
+BuildRequires:				openldap-devel
+BuildRequires:				glib2-devel
+
+Requires:					openldap%{?_isa}
+
+%description
+Information service library for the bdii system.
+Provide an API to interact with the lcg BDII system, \
+compatible GLUE 1.0 and GLUE 2.0
+
+%package devel
+Summary:					Development files for is-interface
+Group:						Applications/Internet
+Requires:					%{name}%{?_isa} = %{version}-%{release}
+Requires:					pkgconfig%{?_isa}
+
+%description devel
+development files for is-interface
+
+%post -p /sbin/ldconfig
+
+%clean
+rm -rf "$RPM_BUILD_ROOT";
+make clean
+
+%prep
+%setup -q
+
+%build
+%cmake -D DOC_INSTALL_DIR=%{_docdir}/%{name}-%{version} .
+make %{?_smp_mflags}
+
+%postun -p /sbin/ldconfig
+
+%install
+rm -rf "$RPM_BUILD_ROOT"; 
+make %{?_smp_mflags} install DESTDIR="$RPM_BUILD_ROOT" 
+
+%files devel
+%defattr (-,root,root)
+%{_bindir}/glite_sd_query
+%{_libdir}/pkgconfig/*.pc
+%{_includedir}/ServiceDiscoveryIfce.h
+%{_docdir}/%{name}-%{version}/RELEASE-NOTES
+%{_libdir}/libis_ifce.so
+
+
+%files 
+%defattr (-,root,root)
+%{_docdir}/%{name}-%{version}/LICENSE
+%{_docdir}/%{name}-%{version}/README
+%{_docdir}/%{name}-%{version}/VERSION
+%{_libdir}/libis_ifce.so.*
+
+
+%changelog
+* Tue Jan 17 2012 Adrien Devress <adevress at cern.ch> - 1.12.1-6
+ - add pkgconfig dependency
+
+* Mon Jan 16 2012 Adrien Devress <adevress at cern.ch> - 1.12.1-5
+ - add package config files
+ - change build-root
+ - add source URL
+ 
+* Wed Jan 11 2012 Adrien Devress <adevress at cern.ch> - 1.12.1-4
+ - create versioning per branch
+
+* Thu Jan 05 2012 Adrien Devress <adevress at cern.ch> - 1.12.1-3
+ - Second Revision for EPEL/fedora conformance
+
+* Fri Dec 16 2011 adevress at cern.ch 1.12.1-2
+ - First Revision for EPEL/fedora conformance
+ 
+* Mon Nov 28 2011 <adevress at cern.ch> 1.12.1-1
+ - packaging of the first 1.1.3 version of is-interface
diff --git a/sources b/sources
index e69de29..8b3dc03 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+38a1fb7b3c9c8735f53be25bfe13f475  is-interface-1.12.1.tar.gz


More information about the scm-commits mailing list