From 9ff47e7a5dc9326bf9b3ac2525365c9843a76dbf Mon Sep 17 00:00:00 2001 From: Nicoleau Fabien Date: Apr 23 2009 21:00:21 +0000 Subject: New package --- diff --git a/.cvsignore b/.cvsignore index e69de29..892a021 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +abby-0.2.0.tar.bz2 diff --git a/abby.spec b/abby.spec new file mode 100644 index 0000000..4011a0f --- /dev/null +++ b/abby.spec @@ -0,0 +1,63 @@ +Name: abby +Version: 0.2.0 +Release: 2%{?dist} +Summary: Front-end for cclive and clive + +Group: Applications/Multimedia +License: GPLv3+ +URL: http://code.google.com/p/abby/ +Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: qt-devel desktop-file-utils +Requires: cclive + +%description +abby is a front-end for clive and cclive, allowing users unfamiliar with +command-line interfaces to make most of cclive using a graphical +user-interface. abby is written in C++. + +%prep +%setup -q +echo "[Desktop Entry]" > %{name}.desktop +echo "Name=abby" >> %{name}.desktop +echo "GenericName=abby" >> %{name}.desktop +echo "Comment=Front-end for cclive and clive" >> %{name}.desktop +echo "Exec=abby" >> %{name}.desktop +echo "Terminal=false" >> %{name}.desktop +echo "Type=Application" >> %{name}.desktop +echo "Categories=Network;FileTransfer;Qt;" >> %{name}.desktop + + + +%build +qmake-qt4 +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} +install -Dm 755 -p %{name} $RPM_BUILD_ROOT%{_bindir} +desktop-file-install --vendor="" \ + --dir=%{buildroot}%{_datadir}/applications/ \ + %{name}.desktop + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS CHANGES COPYING README TODO +%{_bindir}/%{name} +%{_datadir}/applications/%{name}.desktop + + +%changelog +* Tue Apr 21 2009 Nicoleau Fabien 0.2.0-2 +- URL fix +- Add cclive as an explicit require +* Sun Apr 5 2009 Nicoleau Fabien 0.2.0-1 +- Initial build diff --git a/import.log b/import.log new file mode 100644 index 0000000..4f477ba --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +abby-0_2_0-2_fc10:HEAD:abby-0.2.0-2.fc10.src.rpm:1240520381 diff --git a/sources b/sources index e69de29..77e5d8f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +79f5ee92dc51412361ac6c0b72eced64 abby-0.2.0.tar.bz2