Skip to content

Commit

Permalink
- spell fixes of sepc file
Browse files Browse the repository at this point in the history
- removed unneded icon cache stuff of the spec file
- fill out change log
  • Loading branch information
tuxmaster authored and tuxmaster committed Jan 28, 2016
1 parent 7e2ce55 commit f0b54e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
XX/XX/2016 0.9.6
28/01/2016 0.9.6
- Code clean up
- fix translation loading
- Fix message handler
- Fix file export (leading zero of the time stamp)
- Fix console logging on Windows
- Remove 1/10s sample rate -> don't work with most devices
- Use infinity sign to set endless recoder
- Fix hang of M-4660A

14/07/2015 0.9.5
- Port to Qt5
Expand Down
22 changes: 6 additions & 16 deletions QtDMM.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ Name: QtDMM
Version: 0.9.6
Release: 1%{?dist}
Summary: Application for dmm's
Summary(de): Anwedung für DMM's
Summary(de): Anwendung für DMM's
Group: Applications/Engineering
License: GPLv3
URL: http://www.mtoussaint.de/qtdmm.html
Source0: %{name}-%{version}.tar.xz

%global lname qtdmm

BuildRequires: qt5-qtserialport-devel qt5-qttools-devel desktop-file-utils

%description
Expand All @@ -16,18 +18,6 @@ Application for dmm's.
%description -l de
Eine Anwendung für DMM's.

%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%prep
%setup -q -n %{name}

Expand All @@ -43,16 +33,16 @@ install bin/qtdmm %{buildroot}/usr/bin/qtdmm
install -m 644 src/translations/*.qm %{buildroot}%_qt5_translationdir/
install -m 644 .pics/large/qtdmm.png %{buildroot}%{_datadir}/pixmaps/qtdmm.png
desktop-file-install --dir=%{buildroot}%{_datadir}/applications QtDMM.desktop
%find_lang %{name} --with-qt
%find_lang %{lname} --with-qt

%files -f %{name}.lang
%files -f %{lname}.lang
%{_bindir}/*
%{_datadir}/pixmaps/qtdmm.png
%{_datadir}/applications/QtDMM.desktop
%doc AUTHORS COPYING LICENSE README CHANGELOG

%changelog
* XXXX Frank Büttner <frank@familie-büttner.de> 0.9.6-1
* Thu Jan 28 2016 Frank Büttner <frank@familie-büttner.de> 0.9.6-1
- update to 0.9.6
- German package description

Expand Down

0 comments on commit f0b54e8

Please sign in to comment.