]> git.pld-linux.org Git - SPECS.git/blob - jcdiary.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / jcdiary.spec
1 Summary:        jClimber's Diary
2 Summary(pl.UTF-8):      jClimber's Diary - dziennik wspinaczkowy
3 Name:           jcdiary
4 Version:        2.0
5 Release:        0.1
6 Group:          X11/Applications
7 License:        GPL v2
8 Source0:        http://www.saring.de/jcd/download/%{name}-%{version}-src.zip
9 # Source0-md5:  71f8871aacdedc14ada51bf0fbaa5563
10 URL:            http://www.saring.de/jcd/
11 BuildRequires:  jdk
12 BuildRequires:  unzip
13 Requires:       jre
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 jClimber's Diary is a Java application for writing down climbing
18 routes in something like a diary. The entries are stored
19 hierarchically, so it's easy to navigate and search through the tree.
20 You can add comments for each entry or tally routes. The data is
21 stored in XML format and can be exported to HTML.
22
23 %description -l pl.UTF-8
24 jClimber's Diary to aplikacja w Javie do zapisywania tras
25 wspinaczkowych w czymś w rodzaju dziennika. Wpisy są zapisywane
26 hierarchicznie, więc łatwo jest nawigować i wyszukiwać w drzewie.
27 Można dodawać komentarze do każdego wpisu lub odpowiednich tras. Dane
28 są zapisywane w formacie XML i mogą być wyeksportowane do HTML-a.
29
30 %prep
31 %setup -q -n %{name}
32
33 %build
34 # I don't have any idea how to build it - sources are in package....
35
36 #chmod 755 configure
37 #chmod 755 mkinstalldirs
38 #%configure2_13                                 \
39 #        --with-jdk=%{_libdir}/java     \
40 #       --enable-jpty
41 #%{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc text/{CHANGES.txt,README*,TODO.txt}
53 #%attr (755,root,root) %{_bindir}/*
54 #%dir %{_datadir}/j
55 #%{_datadir}/j/themes
56 #%{_datadir}/j/j.jar
This page took 0.052405 seconds and 3 git commands to generate.