rpms/beakerlib/F-13 beakerlib.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Petr Muller afri at fedoraproject.org
Thu May 27 14:18:40 UTC 2010


Author: afri

Update of /cvs/pkgs/rpms/beakerlib/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6772/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	beakerlib.spec import.log 
Log Message:
* Thu May 27 2010 Petr Muller <pmuller at redhat.com> - 1.3-1
- initial commit of the approved package




--- NEW FILE beakerlib.spec ---
Name:       beakerlib
Summary:    A shell-level integration testing library
Version:    1.3
Release:    1%{?dist}
License:    GPLv2
Group:      Development/Libraries
BuildRoot:  %{_tmppath}/%{name}-%{version}-root
Source0:    https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
BuildArch:  noarch
URL:        https://fedorahosted.org/%{name}
Requires:   nfs-utils
Requires:   python2


%description
The BeakerLib project means to provide a library of various helpers, which
could be used when writing operating system level integration tests.


%prep
%setup -q


%build
# This section is empty because this package ccontains shell scripts
# to be sourced: there's nothing to build

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%dir %{_datadir}/%{name}
%dir %{_docdir}/%{name}-%{version}
%dir %{_docdir}/%{name}-%{version}/examples
%dir %{_docdir}/%{name}-%{version}/examples/*
%{_datadir}/%{name}/dictionary.vim
%{_datadir}/%{name}/*.sh
%{_bindir}/%{name}-*
%{_mandir}/man1/%{name}*1*
%doc %{_docdir}/%{name}-%{version}/LICENSE
%doc %{_docdir}/%{name}-%{version}/examples/*/*

%changelog
* Wed May 12 2010 Petr Muller <pmuller at redhat.com> - 1.3-1
- packaging fixes: permission fixes, added dep on python2,
- added examples as documentation files

* Thu Apr 29 2010 Petr Muller <pmuller at redhat.com> - 1.2-1
- packaging fixes: docdir change, specfile tweaks
- using consistently install -p everywhere

* Thu Apr 08 2010 Petr Muller <pmuller at redhat.com> - 1.2-0
- disable the testsuite and removed a 3rd party lib from the tree

* Mon Mar 22 2010 Petr Muller <pmuller at redhat.com> - 1.1-0
- packaging fixes

* Fri Feb 12 2010 Petr Muller <pmuller at redhat.com> - 1.0-3
- fixed bad path preventing tests from running

* Fri Feb 12 2010 Petr Muller <pmuller at redhat.com> - 1.0-2
- zillion of specfile tweaks for Fedora inclusion
- staf-rhts files were removed
- added a LICENSE file
- added a better package summary
- directory structure revamped
- improved rLDejaSum

* Wed Jan 27 2010 Petr Muller <pmuller at redhat.com> - 1.0-1
- genesis of the standalone BeakerLib


--- NEW FILE import.log ---
beakerlib-1_3-1_fc12:F-13:beakerlib-1.3-1.fc12.src.rpm:1274969845


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/beakerlib/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	25 May 2010 20:57:56 -0000	1.1
+++ .cvsignore	27 May 2010 14:18:40 -0000	1.2
@@ -0,0 +1 @@
+beakerlib-1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/beakerlib/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	25 May 2010 20:57:57 -0000	1.1
+++ sources	27 May 2010 14:18:40 -0000	1.2
@@ -0,0 +1 @@
+13df10e1b94c8a1abee91e9ef111dd29  beakerlib-1.3.tar.gz



More information about the scm-commits mailing list