[toothchart] - Initial commit to repository

Ankur Sinha ankursinha at fedoraproject.org
Thu Jun 30 16:50:05 UTC 2011


commit 689935009a5362083655188762a54d3c710d129d
Author: Ankur Sinha <sanjay.ankur at gmail.com>
Date:   Thu Jun 30 22:19:34 2011 +0530

    - Initial commit to repository

 .gitignore      |    1 +
 sources         |    1 +
 toothchart.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1e11c7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/toothchart-beta-0.02.0.tar.gz
diff --git a/sources b/sources
index e69de29..cdbac0c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+05b19b482ba86101694e63bf41d5a5e9  toothchart-beta-0.02.0.tar.gz
diff --git a/toothchart.spec b/toothchart.spec
new file mode 100644
index 0000000..bce2085
--- /dev/null
+++ b/toothchart.spec
@@ -0,0 +1,43 @@
+%global debug_package %{nil}
+Name:           toothchart
+Version:        0.02.0
+Release:        0.1beta%{?dist}
+Summary:        A PHP script which graphically shows how a baby's primary teeth have erupted
+
+License:        GPLv2
+URL:            http://sourceforge.net/projects/toothchart/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-beta-0.02.0.tar.gz
+BuildArch:      noarch
+
+Requires:       php
+
+%description
+The Baby Tooth chart is a PHP script which graphically shows how a 
+baby's primary teeth have erupted - Eventually it'll become a 
+POST/PHP-Nuke module. Uses only PHP and static images (i.e. no 
+PHP graphics or FLASH, so no extra libraries needed)
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/%{_datadir}/%{name}/images/
+install -p -m 0644  index.php -t $RPM_BUILD_ROOT/%{_datadir}/%{name}/
+install -p -m 0644  images/* -t $RPM_BUILD_ROOT/%{_datadir}/%{name}/images/
+
+install -d $RPM_BUILD_ROOT/%{_docdir}/%{name}/
+install -p -m 0644 docs/* -t $RPM_BUILD_ROOT/%{_docdir}/%{name}/
+
+%files
+%defattr(-,root,root,-)
+%{_datadir}/%{name}/
+%{_docdir}/%{name}/
+
+%changelog
+* Wed Jun 29 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.02.0-0.1beta
+- corrected license
+- corrected version,release fields


More information about the scm-commits mailing list