Skip to content

Commit

Permalink
1.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Feb 22, 2017
1 parent 4cb0d89 commit ab757d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
TOPDIR=$(shell rpm --eval "%{_topdir}")

PACKAGE_NAME=mendeleydesktop


all:
rpmdev-setuptree
spectool -g -R $(PACKAGE_NAME).spec
cp README.md ~/rpmbuild/SOURCES/.
cp *.patch ~/rpmbuild/SOURCES/
cp README.md $(TOPDIR)/SOURCES/.
cp *.patch $(TOPDIR)/SOURCES/
rpmbuild -bs $(PACKAGE_NAME).spec


Expand Down
9 changes: 6 additions & 3 deletions mendeleydesktop.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: mendeleydesktop
Version: 1.17.6
Release: 3%{?dist}
Version: 1.17.8
Release: 1%{?dist}
Summary: Academic reference management software for researchers


Expand Down Expand Up @@ -104,7 +104,7 @@ a bibliography automatically.
cat > bin/%{name} <<EOF
#!/bin/sh
export MENDELEY_BUNDLED_QT_PLUGIN_PATH=%{_libdir}/qt5/plugins
%{_libexecdir}/%{name}
%{_libexecdir}/%{name} "$@"
EOF
chmod +x bin/%{name}

Expand Down Expand Up @@ -170,6 +170,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{loextdir}

%changelog
* Wed Feb 22 2017 Mark Harfouche <mark.harfouche@gmail.com> - 1.17.8
- New upstream version

* Mon Jan 23 2017 Mark Harfouche <mark.harfouche@gmail.com> - 1.17.6-3
- rebuilt

Expand Down

0 comments on commit ab757d5

Please sign in to comment.