Compare commits

...

10 Commits

Author SHA1 Message Date
Praveen K Paladugu 7be55c221a pywsman.py gets installed in %{python_sitelib} 2009-09-24 22:43:14 +00:00
Praveen K Paladugu 065b27da43 missed the release update last time 2009-09-24 22:26:09 +00:00
Praveen K Paladugu 2c3e3efd71 Changed the python_sitelib to python_sitearch in spec file 2009-09-24 22:24:24 +00:00
Praveen K Paladugu 4be96f0db0 testing to check python_sitelib 2009-09-24 21:49:42 +00:00
Praveen K Paladugu e98447b25e Chaged the %files list, to fix the build failures in X86_64 2009-09-24 20:23:21 +00:00
Praveen K Paladugu 0cca766bbd Again changed the release for tagging 2009-09-24 17:51:45 +00:00
Praveen K Paladugu 4eb54b0267 Increased the release for retagging 2009-09-24 17:48:01 +00:00
Praveen K Paladugu 6b400d08db Added the upstream sources 2.2.0 2009-09-24 17:28:12 +00:00
Jesse Keating 6ce37b814a Initialize branch F-11 for openwsman 2009-04-15 05:53:10 +00:00
Jesse Keating f35985af5e - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 08:56:51 +00:00
4 changed files with 38 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
openwsman-2.1.0.tar.bz2
openwsman-2.2.0.tar.bz2
+1
View File
@@ -0,0 +1 @@
F-11
+35 -5
View File
@@ -1,9 +1,10 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
Name: openwsman
Version: 2.1.0
Release: 1%{?dist}
Version: 2.2.0
Release: 7%{?dist}
License: BSD
Url: http://www.openwsman.org/
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -63,6 +64,7 @@ chmod a-x include/*.[ch]
# disable eventing, as Fedora libcurl isn't linked against openssl
# disable tests in 2.1.0, http://www.openwsman.org/bug/263
%configure --with-examples=yes --with-tests=no --enable-python=yes --enable-ruby=yes --enable-eventing=no --disable-more-warnings
echo %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
make %{?_smp_flags}
%install
@@ -95,6 +97,8 @@ rm -rf %{buildroot}
%dir /etc/openwsman
%config(noreplace) /etc/openwsman/openwsman.conf
%config(noreplace) /etc/openwsman/ssleay.cnf
/usr/lib/ruby/site_ruby/1.8/openwsman/
%config(noreplace) %{_sysconfdir}/pam.d/openwsman
%doc COPYING README
%files devel
@@ -109,7 +113,7 @@ rm -rf %{buildroot}
%files python
%defattr(-,root,root)
%{python_sitelib}/pywsman.py
%{python_sitelib}/*.so
%{python_sitearch}/*.so
%doc COPYING
%files -n ruby-%{name}
@@ -135,6 +139,32 @@ fi
%changelog
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-7
- pywsman.py gets installed in python_sitelib - chaning back
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-6
- changing python_sitelib to python_sitearch
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-5
- making the python_sitelib and ruby_sitearch global
- test build
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-4
- *.rb files are hard coded to be installed in /usr/lib in 32/64-bit
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-3
- increased the release for re-tagging.
- one more try
* Thu Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-2
- increased the release for re-tagging.
* Wed Sep 23 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-1
- Added the new 2.2.0 sources.
- Changed the release and version numbers.
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.0-4
- rebuilt with new openssl
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Sep 22 2008 Matt Domsch <Matt_Domsch@dell.com> - 2.1.0-1
- update to 2.1.0, resolves security issues
+1 -1
View File
@@ -1 +1 @@
25a135bea7c1653f66b2428c4b252d3a openwsman-2.1.0.tar.bz2
62b4eaf752171058bf0036e049ca01d0 openwsman-2.2.0.tar.bz2