automatic version update by autodist [release 0.9.1-1mamba;Thu Aug 25 2011]
This commit is contained in:
parent
a3b8414e22
commit
a3a7e10e21
BIN
lingot.png
Normal file
BIN
lingot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
89
lingot.spec
Normal file
89
lingot.spec
Normal file
@ -0,0 +1,89 @@
|
|||||||
|
Name: lingot
|
||||||
|
Version: 0.9.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: LINGOT Is Not a Guitar-Only Tuner
|
||||||
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
|
URL: http://www.nongnu.org/lingot/
|
||||||
|
Source: http://download.savannah.gnu.org/releases/lingot/lingot-%{version}.tar.gz
|
||||||
|
Source1: lingot.png
|
||||||
|
License: GPL
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
LINGOT Is Not a Guitar-Only Tuner.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
|
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Lingot
|
||||||
|
Comment=Lingot Is Not a Guitar-Only Tuner
|
||||||
|
Comment[it]=Lingot non è solo un accordatore per chitarra
|
||||||
|
GenericName=Instrument tuner
|
||||||
|
GenericName[it]=Accordatore
|
||||||
|
Encoding=UTF-8
|
||||||
|
Icon=%{_datadir}/pixmaps/lingot/lingot-icon.svg
|
||||||
|
Exec=lingot
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
Type=Application
|
||||||
|
Categories=GNOME;GTK;Application;AudioVideo;
|
||||||
|
EOF
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
|
||||||
|
%{_bindir}/lingot
|
||||||
|
%{_datadir}/applications/lingot.desktop
|
||||||
|
%{_datadir}/lingot/glade/lingot-config-dialog.glade
|
||||||
|
%{_datadir}/lingot/glade/lingot-mainframe.glade
|
||||||
|
%{_datadir}/doc/lingot/*
|
||||||
|
%{_datadir}/pixmaps/lingot/lingot-icon.svg
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Aug 25 2011 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 04 2011 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Mon Jun 21 2010 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 10 2010 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
||||||
|
- update to 0.8.0
|
||||||
|
|
||||||
|
* Fri Jun 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.6-2mamba
|
||||||
|
- addded GenericName to desktop file
|
||||||
|
- install custom desktop entry file after make install or it will be overwritten
|
||||||
|
|
||||||
|
* Fri Jun 06 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.7.6-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user