]> git.pld-linux.org Git - packages/btype.git/commitdiff
- new master
authorKarol Krenski <charles@pld-linux.org>
Wed, 18 Jun 2008 10:48:47 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    btype.spec -> 1.1

btype.spec [new file with mode: 0644]

diff --git a/btype.spec b/btype.spec
new file mode 100644 (file)
index 0000000..20a242f
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       .torrent file editor
+Summary(pl.UTF-8):     Edytor plików .torrent
+Name:          btype
+Version:       0.4.1
+Release:       1
+License:       GPLv2
+Group:         X11/Applications
+Source0:       http://kde-apps.org/CONTENT/content-files/25051-%{name}-%{version}.tar.bz2
+# Source0-md5: 833123eeacda38a0b585af5b35e18cc7
+URL:           http://kde-apps.org/content/show.php/.torrent+file+editor?content=25051
+BuildRequires: kdelibs-devel
+BuildRequires: scons
+BuildRequires: which
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Easy-to-use program for editing torrent files. It supports
+read, edit and save.
+
+%description -l pl.UTF-8
+Prosty w obsłudze program do edycji plików torrent. Wspiera
+odczyt, edycję i zapisywanie.
+
+%prep
+%setup -q
+
+%build
+CXXFLAGS="%{rpmcxxflags}"
+QTDIR=%{_prefix}
+export CXXFLAGS QTDIR
+
+./configure \
+       debug=0 \
+       prefix=%{_prefix} \
+       qtincludes=%{_includedir}/qt
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc HISTORY README
+%attr(755,root,root) %{_bindir}/btype
This page took 0.081962 seconds and 4 git commands to generate.