]> git.pld-linux.org Git - packages/csv2trainschedpdb.git/commitdiff
- initial based at 6tunnel.spec,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 10 Jun 2003 10:37:05 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    csv2trainschedpdb.spec -> 1.1

csv2trainschedpdb.spec [new file with mode: 0644]

diff --git a/csv2trainschedpdb.spec b/csv2trainschedpdb.spec
new file mode 100644 (file)
index 0000000..c0151ed
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       Converts CSV into a PDB - for PDA.
+Summary(pl):   Konwersja CSV do PDB - dla PDA.
+Name:          csv2trainschedpdb
+Version:       0.3
+Release:       1
+License:       GPL
+Group:         Utilities
+Source0:       http://dl.sourceforge.net/sourceforge/csv2trainschedpdb/csv2trainschedpdb-src-%{version}.tar.gz
+# Source0-md5: d9c82554158a019f3cb39de6d417a2f7
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A tool for converting CSV train/bus databases into PDB readable by trainsched
+at your PalmOS.
+
+%description -l pl
+Narzêdzie konwertuj±ce plany poci±gów/autobusów w CSV do PDB które mog±
+zostaæ odczytane przez trainsched'a na twoim PalmOS.
+
+%prep
+%setup -q -n %{name}-src-%{version}
+
+%build
+%{__make} CC="gcc %{rpmcflags} -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name}        $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README breteche.csv
+%attr(755,root,root) %{_bindir}/%{name}
This page took 0.087959 seconds and 4 git commands to generate.