]> git.pld-linux.org Git - packages/btype.git/blob - btype.spec
- new
[packages/btype.git] / btype.spec
1 Summary:        .torrent file editor
2 Summary(pl.UTF-8):      Edytor plików .torrent
3 Name:           btype
4 Version:        0.4.1
5 Release:        1
6 License:        GPLv2
7 Group:          X11/Applications
8 Source0:        http://kde-apps.org/CONTENT/content-files/25051-%{name}-%{version}.tar.bz2
9 # Source0-md5:  833123eeacda38a0b585af5b35e18cc7
10 URL:            http://kde-apps.org/content/show.php/.torrent+file+editor?content=25051
11 BuildRequires:  kdelibs-devel
12 BuildRequires:  scons
13 BuildRequires:  which
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Easy-to-use program for editing torrent files. It supports
18 read, edit and save.
19
20 %description -l pl.UTF-8
21 Prosty w obsłudze program do edycji plików torrent. Wspiera
22 odczyt, edycję i zapisywanie.
23
24 %prep
25 %setup -q
26
27 %build
28 CXXFLAGS="%{rpmcxxflags}"
29 QTDIR=%{_prefix}
30 export CXXFLAGS QTDIR
31
32 ./configure \
33         debug=0 \
34         prefix=%{_prefix} \
35         qtincludes=%{_includedir}/qt
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc HISTORY README
51 %attr(755,root,root) %{_bindir}/btype
This page took 0.056173 seconds and 3 git commands to generate.