From: djrzulf Date: Sun, 20 Apr 2003 19:03:58 +0000 (+0000) Subject: - initial version, doesn't build yet X-Git-Tag: AC-STABLE~23 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbiblos.git;a=commitdiff_plain;h=d9adae7d4e152bf8db755471ec85331ea94cb228 - initial version, doesn't build yet Changed files: biblos.spec -> 1.1 --- d9adae7d4e152bf8db755471ec85331ea94cb228 diff --git a/biblos.spec b/biblos.spec new file mode 100644 index 0000000..882c353 --- /dev/null +++ b/biblos.spec @@ -0,0 +1,52 @@ +Summary: indexing tool to manage cds collection +Summary(pl): program do katalogowania p³yt cd +Name: biblos +Version: 0.35 +Release: 0.1 +License: GPL +Group: X11/Applications +Source0: http://biblos.f2g.net/%{name}-%{version}.tar.gz +URL: http://biblos.f2g.net/ +BuildRequires: qt-devel >= 3.0.5 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Biblos is intended to be an easy to use file indexing tool that +can manage your mp3 collection , your cds collection and even +local directories. It is distributed under GNU Public License +(for a copy go to http://www.gnu.org/) and Q Public License +(see http://www.trolltech.com/) and it is a work in progress . +The following things are not implemented : + +- Delete object button +- Properties button +- Biblos Manual button +- the program does not index links + +%description -l pl + +%prep +tar -zxf %{SOURCE0} -C ../BUILD +chmod 700 ../BUILD/%{name}-%{version} +cd ../BUILD/%{name}-%{version} +chmod 700 images mc help + +%build +cd %{name}-%{version} +qmake +%{__make} QTDIR="/usr" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name}