Projects
Multimedia
spek
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
spek.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Mon Apr 13 21:38:55 UTC 2015 - avvissu@yandex.ru + +- Use pkgconfig in package names +- Update the category: add %%suse_update_desktop_file +- Add %%desktop_database_{post,postun} macro to update the system + MIME inside the desktop file +- Add %icon_theme_cache_{post,postun} + +------------------------------------------------------------------- Tue Jul 30 14:12:41 UTC 2013 - p.seiler@linuxmail.org - initial commit
View file
spek.spec
Changed
@@ -22,18 +22,25 @@ Summary: Acoustic Spectrum Analyser Url: http://spek.cc/ Group: Productivity/Multimedia/Sound/Utilities -Source: %{name}-%{version}.tar.xz +Source: https://spek.googlecode.com/files/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ +BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: pkg-config -BuildRequires: libffmpeg-devel +BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libavdevice) +BuildRequires: pkgconfig(libavfilter) +BuildRequires: pkgconfig(libavformat) +BuildRequires: pkgconfig(libpostproc) +BuildRequires: pkgconfig(libswresample) +BuildRequires: pkgconfig(libswscale) +BuildRequires: update-desktop-files BuildRequires: wxWidgets-devel Suggests: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -helps to analyse your audio files by showing their spectrogram. - +Helps to analyse your audio files by showing their spectrogram. %lang_package %prep @@ -45,8 +52,17 @@ %install %make_install +%suse_update_desktop_file -r %{name} AudioVideo Audio Music %find_lang %name %{?no_lang_C} +%post +%icon_theme_cache_post +%desktop_database_post + +%postun +%icon_theme_cache_postun +%desktop_database_postun + %files %defattr(-,root,root) %doc README.md LICENCE.md
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.