diff --git a/README.md b/README.md index e4f7a4a..cd71398 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # lingot +LINGOT Is Not a Guitar-Only Tuner. + diff --git a/lingot.png b/lingot.png new file mode 100644 index 0000000..21d99bb Binary files /dev/null and b/lingot.png differ diff --git a/lingot.spec b/lingot.spec new file mode 100644 index 0000000..460f41c --- /dev/null +++ b/lingot.spec @@ -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 +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 0.9.1-1mamba +- automatic version update by autodist + +* Fri Mar 04 2011 Automatic Build System 0.9.0-1mamba +- automatic update by autodist + +* Mon Jun 21 2010 Automatic Build System 0.8.1-1mamba +- automatic update by autodist + +* Wed Mar 10 2010 Automatic Build System 0.8.0-1mamba +- update to 0.8.0 + +* Fri Jun 06 2008 Silvan Calarco 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 0.7.6-1mamba +- package created by autospec