]> git.pld-linux.org Git - packages/dnevnik.git/blob - dnevnik.spec
9bd96246411444380fdd70223d95e4922f30104f
[packages/dnevnik.git] / dnevnik.spec
1 Summary:        Simple diary
2 Summary(pl):    Prosty pamiêtnik
3 Name:           dnevnik
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.devbase.net/dnevnik/%{name}.tar.gz
9 # Source0-md5:  1ceb91aa6cd8b7aad673bc04c5144247
10 URL:            http://www.devbase.net/dnevnik/
11 BuildRequires:  qt-st-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Moj Dnevnik is a simple diary that is written in C++ using the Qt
16 library, so it works on Linux, *BSD, Unix, Windows, and Mac. It holds
17 all data in simple text file and the GUI is in Serbian.
18
19 %description -l pl
20 Moj Dnevnik jest prostym pamiêtnikiem napisanym w C++ z u¿yciem
21 biblioteki Qt, zatem dzia³a pod Linuksem, *BSD, Uniksem, Windowsem
22 oraz Makiem. Wszystkie dane trzyma w prostym pliku tekstowym, a GUI
23 jest po serbsku.
24
25 %prep
26 %setup -q -n %{name}
27
28 %build
29 qmake
30 %{__make} \
31         QTDIR=%{_prefix} \
32         CXXFLAGS="%{rpmcflags}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_bindir}
37
38 install dnevnik $RPM_BUILD_ROOT%{_bindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_bindir}/*
This page took 0.071838 seconds and 3 git commands to generate.