rpms/abby/F-9 abby.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicoleau Fabien eponyme at fedoraproject.org
Thu Apr 23 21:06:22 UTC 2009


Author: eponyme

Update of /cvs/pkgs/rpms/abby/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4305/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	abby.spec import.log 
Log Message:
New package



--- NEW FILE abby.spec ---
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 <nicoleau.fabien at gmail.com> 0.2.0-2
- URL fix
- Add cclive as an explicit require
* Sun Apr  5 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.2.0-1
- Initial build


--- NEW FILE import.log ---
abby-0_2_0-2_fc10:F-9:abby-0.2.0-2.fc10.src.rpm:1240520712


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/abby/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:44:22 -0000	1.1
+++ .cvsignore	23 Apr 2009 21:05:50 -0000	1.2
@@ -0,0 +1 @@
+abby-0.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/abby/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2009 16:44:22 -0000	1.1
+++ sources	23 Apr 2009 21:05:51 -0000	1.2
@@ -0,0 +1 @@
+79f5ee92dc51412361ac6c0b72eced64  abby-0.2.0.tar.bz2




More information about the fedora-extras-commits mailing list