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