rpms/chameleon/devel chameleon.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeff Ortel jortel at fedoraproject.org
Mon Aug 10 16:03:16 UTC 2009


Author: jortel

Update of /cvs/pkgs/rpms/chameleon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10970/devel

Modified Files:
	.cvsignore sources 
Added Files:
	chameleon.spec import.log 
Log Message:
Initial package import.



--- NEW FILE chameleon.spec ---
Summary: Common schema transformation tool
Name: chameleon
Version: 0.2
Release: 1%{?dist}
Source0: https://fedorahosted.org/releases/c/h/%{name}/%{name}-%{version}.tar.gz
License: LGPLv3+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python >= 2.3
Requires: python >= 2.3 python-ply
Url: https://fedorahosted.org/chameleon

%description
Chameleon is a common to database specific schema transformation tool.

%define chameleon_home %{_datadir}/chameleon

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{chameleon_home}
cp -p chameleon/*.py $RPM_BUILD_ROOT/%{chameleon_home}
install -m 0755 chameleon.bin $RPM_BUILD_ROOT/%{_bindir}/chameleon

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%dir %{chameleon_home}
%{chameleon_home}/*
%{_bindir}/chameleon

%doc LICENSE

%changelog
* Tue Jul 21 2009 jortel <jortel at redhat.com> - 0.2-1
- Fix number precision.
* Mon Jul 13 2009 jortel <jortel at redhat.com> - 0.1-7
- Replace hard coded "/usr/share" with %%{_datadir} and use cp -p to preserve permissions.
- Add BuildRequires python.
* Wed May 20 2009 jortel <jortel at redhat.com> - 0.1-6
- Rename to meet packaging guidelines.
* Tue May 5 2009 jortel <jortel at redhat.com> - 0.1-5
- Reduce output and refactor main.
* Mon May 4 2009 jortel <jortel at redhat.com> - 0.1-4
- Fix noparallel and logging.
* Mon May 4 2009 jortel <jortel at redhat.com> - 0.1-3
- Add include handling.
* Wed Apr 29 2009 jortel <jortel at redhat.com> - 0.1-2
- Fix optimizer bug.
* Tue Apr 28 2009 jortel <jortel at redhat.com> - 0.1-1
- 0.1


--- NEW FILE import.log ---
chameleon-0_2-1_fc10:HEAD:chameleon-0.2-1.fc10.src.rpm:1249920138


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/chameleon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	7 Aug 2009 20:05:08 -0000	1.1
+++ .cvsignore	10 Aug 2009 16:03:15 -0000	1.2
@@ -0,0 +1 @@
+chameleon-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/chameleon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	7 Aug 2009 20:05:08 -0000	1.1
+++ sources	10 Aug 2009 16:03:16 -0000	1.2
@@ -0,0 +1 @@
+ac6b154af827504dd29b7572ffe51e76  chameleon-0.2.tar.gz




More information about the fedora-extras-commits mailing list