├── .gitignore ├── images ├── mendeley-desktop_0.png ├── mendeley-desktop_1.png ├── mendeley-desktop_2.png └── mendeley-desktop_3.png ├── Mendeley Permission To Redistribute.pdf ├── Mendeley Permission To Redistribute - generic.pdf ├── Makefile ├── mendeleydesktop-desktopfile.patch ├── mendeleydesktop-libreoffice.metainfo.xml ├── mendeleydesktop.appdata.xml ├── README.md └── mendeleydesktop.spec /.gitignore: -------------------------------------------------------------------------------- 1 | *.tar.bz2 2 | *.rpm 3 | -------------------------------------------------------------------------------- /images/mendeley-desktop_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hmaarrfk/mendeley-rpm/HEAD/images/mendeley-desktop_0.png -------------------------------------------------------------------------------- /images/mendeley-desktop_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hmaarrfk/mendeley-rpm/HEAD/images/mendeley-desktop_1.png -------------------------------------------------------------------------------- /images/mendeley-desktop_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hmaarrfk/mendeley-rpm/HEAD/images/mendeley-desktop_2.png -------------------------------------------------------------------------------- /images/mendeley-desktop_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hmaarrfk/mendeley-rpm/HEAD/images/mendeley-desktop_3.png -------------------------------------------------------------------------------- /Mendeley Permission To Redistribute.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hmaarrfk/mendeley-rpm/HEAD/Mendeley Permission To Redistribute.pdf -------------------------------------------------------------------------------- /Mendeley Permission To Redistribute - generic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hmaarrfk/mendeley-rpm/HEAD/Mendeley Permission To Redistribute - generic.pdf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | TOPDIR=$(shell rpm --eval "%{_topdir}") 2 | 3 | PACKAGE_NAME=mendeleydesktop 4 | 5 | 6 | all: 7 | rpmdev-setuptree 8 | spectool -g -R $(PACKAGE_NAME).spec 9 | cp README.md $(TOPDIR)/SOURCES/. 10 | cp *.patch $(TOPDIR)/SOURCES/ 11 | rpmbuild -bs $(PACKAGE_NAME).spec 12 | 13 | 14 | .PHONY: all 15 | -------------------------------------------------------------------------------- /mendeleydesktop-desktopfile.patch: -------------------------------------------------------------------------------- 1 | --- mendeleydesktop-1.19.3-linux-x86_64/share/applications/mendeleydesktop.desktop.orig 2017-11-06 07:39:42.000000000 -0800 2 | +++ mendeleydesktop-1.19.3-linux-x86_64/share/applications/mendeleydesktop.desktop 2019-02-18 20:32:38.544902021 -0800 3 | @@ -2,7 +2,7 @@ 4 | Name=Mendeley Desktop 5 | GenericName=Research Paper Manager 6 | Comment=Mendeley Desktop is software for managing and sharing research papers 7 | -Exec=mendeleydesktop %f 8 | +Exec=mendeleydesktop --unix-distro-build %f 9 | Icon=mendeleydesktop 10 | Terminal=false 11 | Type=Application 12 | -------------------------------------------------------------------------------- /mendeleydesktop-libreoffice.metainfo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ​ com.mendeley.mendeleydesktop-libreoffice 5 | com.mendeley.mendeleydesktop 6 | Citation Plugin for Libre Office 7 | Citation Plugin for Libre Office 8 | https://www.mendeley.com 9 | https://service.elsevier.com/app/home/supporthub/mendeley/ 10 | Mendeley 11 | FSFAP 12 | LGPLv2+ and Mendeley and MIT and CC-BY-SA and (CPAL or AGPLv3) and BSD 13 | 14 | -------------------------------------------------------------------------------- /mendeleydesktop.appdata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ​ com.elsevier.MendeleyDesktop 5 | FSFAP 6 | LGPLv2+ and Mendeley and MIT and CC-BY-SA and (CPAL or AGPLv3) and BSD 7 | Mendeley Desktop 8 | Academic reference management software for researchers 9 | 10 | 11 |

12 | Mendeley is a combination of a desktop application and a website which 13 | helps you manage, share and discover both content and contacts in research. 14 |

15 |

Our software, Mendeley Desktop, offers you:

16 | 41 | ​
42 | 43 | mendeleydesktop.desktop 44 | 45 | 46 | 47 | Mendeley Desktop in default Library as Table view 48 | https://raw.github.com/hmaarrfk/mendeley-rpm/master/images/mendeley-desktop_2.png 49 | 50 | 51 | Login session 52 | https://raw.github.com/hmaarrfk/mendeley-rpm/master/images/mendeley-desktop_0.png 53 | 54 | 55 | Welcome dialog 56 | https://raw.github.com/hmaarrfk/mendeley-rpm/master/images/mendeley-desktop_1.png 57 | 58 | 59 | Mendeley Desktop in Library as Citation view 60 | https://raw.github.com/hmaarrfk/mendeley-rpm/master/images/mendeley-desktop_3.png 61 | 62 | 63 | 64 | https://www.mendeley.com 65 | Mendeley 66 | 67 | 68 | mendeleydesktop 69 | 70 | 71 | 72 | 73 | 74 |

We have fixed the following bugs:

75 |
    76 | ​
  • In the library: 77 |
      78 |
    • The ‘Read’ column has been restored in the Recently Read view
    • 79 |
    • The application is no longer unresponsive during automatic backups
    • 80 |
    • Annotations can now be moved after they have been created
    • 81 |
    • Annotations are no longer displaying as ‘Unknown user’ for all exported annotations
    • 82 |
    83 |
  • 84 |
  • In the LibreOffice citation plugin: 85 |
      86 |
    • Adjacent inline or footnote citations no longer fail to merge when cited in a table
    • 87 |
    • Sync to fail when the user profile was not synced
    • 88 |
    89 |
  • 90 |
91 | ​
92 | ​
93 | ​
94 |
95 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | mendeley-rpm 2 | ============ 3 | 4 | Git Repository at: [mendeley-rpm](https://github.com/hmaarrfk/mendeley-rpm). 5 | 6 | This is an unofficial package designed for Fedora that packages [Mendeley 7 | Desktop](https://www.mendeley.com/) freely available from the web. 8 | 9 | It attempts to maximize the use of system libraries and to adhere to Fedora 10 | guidelines. 11 | 12 | The only files I wrote were the .spec and a fresh mendeleydesktop executable 13 | (that essentially does nothing). Therefore I won't bother putting a license on 14 | my files. The license for the files obtained from Mendeley is included as part 15 | of this install. 16 | 17 | Installation 18 | ============ 19 | 20 | Easy way (Recommended) 21 | ---------------------- 22 | Mendeley Desktop is availabe in rpmfusion repository. 23 | 1. Visit [RPM Fusion](https://rpmfusion.org/Configuration) to install the repository when needed. 24 | 2. Simply browse for Mendeley on GNOME Software or your favourite frontend package manager. 25 | 3. Alternately from a terminal, execute the command `sudo dnf install mendeleydesktop` or `pkcon install mendeleydesktop`. 26 | 27 | Medium way 28 | ---------- 29 | 1. Download the latest RPM file for your computer architecture from 30 | https://github.com/hmaarrfk/mendeley-rpm/releases 31 | 2. Open a terminal and navigate to the folder which contains the RPM file, for 32 | example: `cd ~/Downloads` 33 | 3. Now, install the RPM file, for example with `sudo dnf install 34 | mendeleydesktop-VERSION.ARCHITECTURE.rpm` (where you have to replace 35 | VERSION and ARCHITECTURE). 36 | 37 | 38 | 39 | Hard way: Build the RPM yourself 40 | -------------------------------- 41 | You need the tool `mock` that you can read more about [here](https://fedoraproject.org/wiki/Using_Mock_to_test_package_builds) 42 | 1. Clone: `git clone https://github.com/hmaarrfk/mendeley-rpm.git`. 43 | 2. `make`. 44 | 3. Run `mock` with the generated `srpm`. 45 | 46 | Screenshots 47 | =========== 48 | ![Login session](https://github.com/hmaarrfk/mendeley-rpm/blob/master/images/mendeley-desktop_0.png) 49 | 50 | Login session 51 | 52 | ![Welcome dialog](https://github.com/hmaarrfk/mendeley-rpm/blob/master/images/mendeley-desktop_1.png) 53 | 54 | Welcome dialog when opened for the first 55 | 56 | ![Mendeley Desktop in default Library as Table view](https://github.com/hmaarrfk/mendeley-rpm/blob/master/images/mendeley-desktop_2.png) 57 | 58 | Mendeley Desktop in default Library as Table view 59 | 60 | ![Mendeley Desktop in Library as Citation view](https://github.com/hmaarrfk/mendeley-rpm/blob/master/images/mendeley-desktop_3.png) 61 | 62 | Mendeley Desktop in Library as Citation view 63 | 64 | 65 | Wish official support 66 | ===================== 67 | 68 | The issue of having an RPM has been raised to Mendeley in the past: 69 | 70 | * [General Linux 71 | 2012](http://support.mendeley.com/customer/portal/questions/567256-linux-make-a-linux-installer) 72 | * [Gentoo 73 | 2012](http://support.mendeley.com/customer/portal/questions/199131-on-distribution-policy-and-download-link) 74 | * [Fedora 75 | 2013](http://support.mendeley.com/customer/portal/questions/758741-packaging-for-fedora) 76 | 77 | Collaborators 78 | ============= 79 | 80 | The first version was written by Mark Harfouche (2013.01.21). A few 81 | collaborators helped along the way: Chris Fallin, Filipe Manco and Luya Tshimbalanga. 82 | 83 | Development Notes 84 | ================= 85 | 86 | It might be instructive to look at what was done by the Gentoo community. 87 | http://gentoo-overlays.zugaina.org/funtoo/sci-misc.html.en#mendeleydesktop 88 | 89 | Honestly, I think we might be doing it better since we don't install into /opt. 90 | I always feel like installing into /opt is a hack. 91 | 92 | Then again, they are not like packaging noobs like we are :D. 93 | 94 | Packaging Situation 95 | =================== 96 | 97 | At one point in time, this package was hosted on COPR. This broke their 98 | guidelines so I had to remove it. 99 | 100 | I was trying to upload it to rpmfusion but hit a small snag that I don't 101 | particularly have time to solve. 102 | 103 | https://bugzilla.rpmfusion.org/show_bug.cgi?id=4041 104 | 105 | After several revisions to adhere to rpmfusion guideline, Mendeley Desktop finally landed to [rpmfusion 106 | repository](http://koji.rpmfusion.org/koji/packageinfo?packageID=594) first in devel branch and update-testing for each active Fedora (29 and 30) and Red Hat Enterprise 8 releases. 107 | 108 | Other ways to obtain Mendeley 109 | ============================= 110 | Flathub: 111 | https://flathub.org/apps/details/com.elsevier.MendeleyDesktop 112 | 113 | AppImage: (Seems a little out of date though) 114 | https://bintray.com/probono/AppImages/Mendeley_Desktop/ 115 | 116 | 117 | Known Bugs 118 | ========== 119 | None. 120 | -------------------------------------------------------------------------------- /mendeleydesktop.spec: -------------------------------------------------------------------------------- 1 | %global debug_package %{nil} 2 | # The location of the installed extension 3 | %global loextdir %{_libdir}/libreoffice/share/extensions/Mendeley 4 | 5 | Name: mendeleydesktop 6 | Version: 1.19.6 7 | Release: 1%{?dist} 8 | Summary: Academic reference management software for researchers 9 | 10 | License: LGPLv2+ and Mendeley and MIT and CC-BY-SA and (CPAL or AGPLv3) and BSD 11 | URL: https://www.mendeley.com/ 12 | Source0: https://desktop-download.mendeley.com/download/linux/%{name}-%{version}-linux-x86_64.tar.bz2 13 | Source1: https://desktop-download.mendeley.com/download/linux/%{name}-%{version}-linux-i486.tar.bz2 14 | Source2: %{name}.appdata.xml 15 | Source3: %{name}-libreoffice.metainfo.xml 16 | Patch0: %{name}-desktopfile.patch 17 | 18 | # Bundled Libraries 19 | # share/mendeleydesktop/citationLocales CC-BY-SA 3.0 -> https://github.com/citation-style-language/locales 20 | # share/mendeleydesktop/citationStyles-1.0 CC-BY-SA 3.0 -> https://github.com/citation-style-language/styles 21 | Provides: bundled(citation-style-language) 22 | # share/mendeleydesktop/citeproc-js/external/{citeproc,xmldom}.js CPAL/AGPLv3 -> https://bitbucket.org/fbennett/citeproc-js/wiki/Home 23 | Provides: bundled(citeproc-js) 24 | # share/mendeleydesktop/citeproc-js/external/md5.js BSD -> https://code.google.com/p/crypto-js/ 25 | Provides: bundled(crypto-js) = 3.1.2 26 | # share/mendeleydesktop/citeproc-js/external/underscore-min.js MIT -> http://underscorejs.org 27 | Provides: bundled(underscore-js) = 1.7.0 28 | # share/mendeleydesktop/webContent/external/js/ICanHaz.js MIT -> http://icanhazjs.com 29 | Provides: bundled(ICanHaz.js) = 0.10 30 | # share/mendeleydesktop/webContent/external/js/jquery-1.9.0.min.js MIT -> https://jquery.com/ 31 | Provides: bundled(js-jquery1) = 1.9.0 32 | # share/mendeleydesktop/webContent/external/js/jquery.dropdown.* MIT -> http://labs.abeautifulsite.net/jquery-dropdown/ 33 | Provides: bundled(js-jquery-dropdown) = 1.9.0 34 | # share/mendeleydesktop/webContent/external/js/jquery.ioslist.js MIT -> https://brianhadaway.github.io/iOSList/ 35 | Provides: bundled(js-jquery-ioslist) = 1.9.0 36 | # share/mendeleydesktop/webContent/external/js/throbber.js MIT -> https://aino.github.io/throbber.js/ 37 | Provides: bundled(throbber.js) = 0.1 38 | # share/mendeleydesktop/citeproc-js/test/external/qunit-1.15.0.* MIT -> https://qunitjs.com/ 39 | Provides: bundled(qunit.js) = 1.15.0 40 | # https://www.pdftron.com/pdfnet/downloads.html 41 | Provides: bundled(PDFNetC) = 5.1 42 | # bundled in libPDFNetC.so: 43 | Provides: bundled(libpng) = 1.2.29 44 | Provides: bundled(zlib) = 1.2.3 45 | # bundled qt5 libraries otherwise conflicts occur 46 | Provides: bundled(qt5-qtbase) 47 | 48 | # Appstream data 49 | BuildRequires: libappstream-glib 50 | 51 | # Required to run the ui 52 | BuildRequires: desktop-file-utils 53 | Requires: hicolor-icon-theme 54 | Requires: qt5-qtbase-gui 55 | 56 | 57 | 58 | # Needed to resolve shebang issue 59 | BuildRequires: pkgconfig(python3) 60 | 61 | # Set exclusivity for x86 based architecture 62 | ExclusiveArch: x86_64 63 | 64 | %description 65 | Mendeley is a combination of a desktop application and a website which 66 | helps you manage, share and discover both content and contacts in research. 67 | 68 | Our software, Mendeley Desktop, offers you: 69 | * Automatic extraction of document details (authors, title, journal etc.) 70 | from academic papers into a library database, which saves you a lot of 71 | manual typing! As more people use Mendeley, the quality of the data 72 | extraction improves. 73 | * Super-efficient management of your papers: "Live" full-text search across 74 | all your papers – the results start to appear as you type! Mendeley 75 | Desktop also lets you filter your library by authors, journals or keywords. 76 | You can also use document collections, notes and tags to organize your 77 | knowledge, and export the document details in different citation styles. 78 | * Sharing and synchronization of your library (or parts of it) with 79 | selected colleagues. This is perfect for jointly managing all the papers in 80 | your lab! 81 | * More great features: A plug-in for citing your articles in Microsoft 82 | Word, OCR (image-to-text conversion, so you can full-text search all your 83 | scanned PDFs) and lots more new features being worked upon. 84 | 85 | %package -n libreoffice-Mendeley 86 | Summary: Insert citations and generate bibliography from Mendeley 87 | License: ECL 1.0 88 | Requires: %{name}%{?_isa} = %{version}-%{release} 89 | Requires: libreoffice-core%{_isa} 90 | 91 | %description -n libreoffice-Mendeley 92 | This extension provides integration between Mendeley Desktop and 93 | OpenOffice/LibreOffice, providing the ability to insert citations 94 | from your Mendeley library into OpenOffice documents and generated 95 | a bibliography automatically. 96 | 97 | %prep 98 | %ifarch i686 99 | %autosetup -p1 -n %{name}-%{version}-linux-i486 100 | %else 101 | %autosetup -p1 -n %{name}-%{version}-linux-x86_64 102 | %endif 103 | 104 | #sed -i 's/Exec=/&env LD_LIBRARY_PATH=\/lib\/mendeleydesktop\/plugins\/platforms /' %%{_bindir}/install-mendeley-link-handler.sh 105 | 106 | %build 107 | # Remove the problematic icons 48x48 and 64x64 look bad because they have a white border 108 | rm -rf share/icons/hicolor/48x48 109 | rm -rf share/icons/hicolor/64x64 110 | 111 | %install 112 | mkdir -p %{buildroot}{%{_bindir},%{_datadir},%{_libdir}} 113 | 114 | install -pm755 lib/lib{Mendeley.so.%{version},PDFNetC.so} %{buildroot}%{_libdir}/ 115 | install -Dpm755 lib/%{name}/libexec/%{name}.%{_target_cpu} %{buildroot}%{_bindir}/%{name} 116 | 117 | cp -pr share/%{name} %{buildroot}%{_datadir} 118 | 119 | ln -s /bin/true %{buildroot}%{_bindir}/install-mendeley-link-handler.sh 120 | 121 | # Install hicolor icons 122 | for s in `ls share/icons/hicolor` ; do 123 | install -Dpm644 {share/icons/hicolor,%{buildroot}%{_datadir}/icons/hicolor}/${s}/apps/%{name}.png 124 | done 125 | 126 | desktop-file-install --vendor "" --dir %{buildroot}%{_datadir}/applications \ 127 | --add-mime-type=application/pdf --add-mime-type=text/x-bibtex \ 128 | share/applications/%{name}.desktop 129 | 130 | # AppData 131 | install -p -m 644 -D %{SOURCE2} %{buildroot}/%{_metainfodir}/%{name}.appdata.xml 132 | install -p -m 644 -D %{SOURCE3} %{buildroot}/%{_metainfodir}/%{name}-libreoffice.metainfo.xml 133 | 134 | # Libre office plugins 135 | mkdir -p %{buildroot}%{loextdir} 136 | pushd %{buildroot}%{_datadir}/%{name} 137 | unzip -qq openOfficePlugin/Mendeley-%{version}.oxt -d %{buildroot}%{loextdir} 138 | chmod 644 %{buildroot}%{loextdir}/{description.xml,Mendeley/*.xba} 139 | chmod 755 %{buildroot}%{loextdir}/Scripts/MendeleyDesktopAPI.py 140 | # Fix Python shebangs 141 | pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{loextdir}/Scripts/MendeleyDesktopAPI.py 142 | rm -r openOfficePlugin 143 | popd 144 | 145 | %ldconfig_scriptlets 146 | 147 | %check 148 | appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appdata.xml 149 | appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}-libreoffice.metainfo.xml 150 | 151 | %files 152 | %license LICENSE 153 | %doc README 154 | %{_bindir}/%{name} 155 | %{_bindir}/install-mendeley-link-handler.sh 156 | %{_libdir}/libPDFNetC.so 157 | %{_libdir}/libMendeley.so.* 158 | %{_datadir}/%{name} 159 | %{_datadir}/applications/%{name}.desktop 160 | %{_datadir}/icons/hicolor/*/apps/%{name}.png 161 | %{_metainfodir}/%{name}.appdata.xml 162 | 163 | %files -n libreoffice-Mendeley 164 | %license share/%{name}/openOfficePlugin/EducationalCommunityLicense.txt 165 | %{loextdir} 166 | %{_metainfodir}/%{name}-libreoffice.metainfo.xml 167 | 168 | %changelog 169 | * Sat May 09 2020 Luya Tshimbalanga - 1.19.6-1 170 | - Update to 1.19.6 171 | 172 | * Wed Feb 05 2020 RPM Fusion Release Engineering - 1.19.4-4 173 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild 174 | 175 | * Sat Aug 10 2019 RPM Fusion Release Engineering - 1.19.4-3 176 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild 177 | 178 | * Thu Jun 06 2019 Luya Tshimbalanga - 1.19.4-2 179 | - Set ExclusiveArch to x86_64 due to failure of build system 180 | 181 | * Thu Jun 06 2019 Luya Tshimbalanga - 1.19.4-1 182 | - Update to 1.19.4 183 | - Remove conditional statement for ExclusiveArch 184 | 185 | * Mon Feb 18 2019 Luya Tshimbalanga - 1.19.3-2 186 | - Fix from rpmfusion bugzilla #4041 suggested by Dominik 'Rathann' Mierzejewski 187 | - Drop qt5-qtstyleplugins dependency as requirement 188 | - Drop redundant pathfix.py from build requirement 189 | - Use modern macro for desktop-utils path 190 | 191 | * Mon Feb 18 2019 Luya Tshimbalanga - 1.19.3-1 192 | - Updated to 1.19.3 193 | - Reenable patch for desktop file 194 | - Set exclusivity for both 32 and 64 bits x86 architectures 195 | 196 | * Sun Oct 21 2018 Luya Tshimbalanga - 1.19.2-1 197 | - Updated to 1.19.2 198 | - Modernized spec 199 | - Drop patch 200 | 201 | * Thu Apr 12 2018 Mark Harfouche - 1.17.13-2 202 | - ldconfig_scriptlets 203 | - Removed desktopfiles post and postun 204 | 205 | * Thu Feb 15 2018 Philipp Jaeger - 1.17.13 206 | - Updated to 1.17.13 207 | 208 | * Tue Nov 14 2017 Mark Harfouche - 1.17.12 209 | - Updated to 1.17.12 210 | 211 | * Tue Nov 14 2017 Mark Harfouche - 1.17.11-1 212 | - rebuilt 213 | 214 | * Sat Aug 5 2017 Mark Harfouche - 1.17.10 215 | - New upstream version 216 | 217 | * Fri Aug 4 2017 Mark Harfouche - 1.17.8-3 218 | - Added more info about bundled libraries (Thanks Dominik Mierzejewski) 219 | 220 | * Fri Aug 4 2017 Mark Harfouche - 1.17.8-2 221 | - Removed devel and 32 bit support 222 | 223 | * Wed Feb 22 2017 Mark Harfouche - 1.17.8 224 | - New upstream version 225 | 226 | * Mon Jan 23 2017 Mark Harfouche - 1.17.6-3 227 | - rebuilt 228 | 229 | * Sun Jan 22 2017 Mark Harfouche - 1.17.6-2 230 | - Merged Dominik Mierzejewski 's rpm file into this one. 231 | https://rathann.fedorapeople.org/review/mendeleydesktop/ 232 | 233 | * Sun Jan 22 2017 Mark Harfouche - 1.17.6 234 | - Updated to Mendeley 1.17.6 235 | 236 | * Tue Oct 18 2016 Mark Harfouche - 1.17 237 | - Updated to Mendeley 1.17 238 | 239 | * Mon Apr 25 2016 Mark Harfouche - 1.16.1-2 240 | - More compliant with rpmlint 241 | 242 | * Wed Apr 6 2016 Mark Harfouche - 1.16.1 243 | - Updated to Mendeley 1.16.1 244 | 245 | * Mon Feb 22 2016 Mark Harfouche - 1.15.3 246 | - Updated to Mendeley 1.15.3 247 | 248 | * Tue Dec 8 2015 Mark Harfouche - 1.15.2 249 | - Updated to Mendeley 1.15.2 250 | 251 | * Wed Oct 14 2015 Mark Harfouche - 1.15 252 | - Updated to Mendeley 1.15 253 | 254 | * Wed Jul 08 2015 Mark Harfouche - 1.14-2 255 | - modified the patch, they changed the exec string 256 | 257 | * Wed Jul 8 2015 Mark Harfouche - 1.14-1 258 | - Updated to Mendeley 1.14 259 | 260 | * Fri Apr 10 2015 Mark Harfouche - 1.13.8-1 261 | - Updated to Mendeley 1.13.8 262 | 263 | * Tue Mar 31 2015 Mark Harfouche - 1.13.6-1 264 | - Updated to Mendeley 1.13.6 265 | 266 | * Wed Mar 04 2015 Alexander Korsunsky - 1.13.4-2 267 | - Allow building in Mock 268 | 269 | * Mon Feb 23 2015 Alexander Korsunsky - 1.13.4-1 270 | - Updated to Mendeley 1.13.4 271 | 272 | * Mon Jan 12 2015 Mark Harfouche - 1.12.4-1 273 | - Updated to Mendeley 1.12.4 274 | 275 | * Tue Sep 02 2014 Mark Harfouche - 1.12.1-1 276 | - Updated to Mendeley 1.12.1 277 | 278 | * Wed Oct 9 2013 Mark Harfouche - 1.10.1-1 279 | - Updated to Mendeley 1.10.1 280 | 281 | * Wed Aug 14 2013 Mark Harfouche - 1.9.2-1 282 | - Updated to Mendeley 1.9.2 283 | 284 | * Sun Jul 14 2013 Mark Harfouche - 1.9.1-18 285 | - Commented out the sensitive line 286 | 287 | * Sun Jul 14 2013 Mark Harfouche - 1.9.1-17 288 | - Moved the modification of the binary to the prep section like the other patch 289 | 290 | * Sun Jul 14 2013 Mark Harfouche - 1.9.1-16 291 | - Touched up the files section so as not to include other programs directories 292 | 293 | * Sun Jul 14 2013 Mark Harfouche - 1.9.1-15 294 | - Changed the mendeley binary to inhibit the execution of the link-handler 295 | script. 296 | 297 | * Sun Jul 14 2013 Mark Harfouche - 1.9.1-14 298 | - Fixed the location of the documentation 299 | 300 | * Sun Jul 14 2013 Mark Harfouche - 1.9.1-13 301 | - Added the /sbin/ldconfig lines to the post and postrun sections 302 | 303 | * Sat Jul 13 2013 Mark Harfouche - 1.9.1-12 304 | - Spec file should be i686 compatible 305 | 306 | * Sat Jul 13 2013 Mark Harfouche - 1.9.1-11 307 | - Removed the 48x48 and 64x64 icons because they looked bad (they used white 308 | instead of alpha making them look horrible) 309 | 310 | * Sat Jul 13 2013 Filipe Manco - 1.9.1-10 311 | - Cleanup spec file. 312 | 313 | * Sat Jul 13 2013 Filipe Manco - 1.9.1-9 314 | - Greatly simplify spec file. 315 | 316 | * Sat Jul 13 2013 Mark Harfouche - 1.9.1-8 317 | - Fixed the .desktop file so that it would have the option --unix-distro-build 318 | at the end of the exec command 319 | 320 | * Sat Jul 13 2013 Mark Harfouche - 1.9.1-7 321 | - I dont think we need the dummy launcher, mendeley seems to run well without 322 | it, so I moved the executable from libexec to bin 323 | 324 | * Sat Jul 13 2013 Mark Harfouche - 1.9.1-6 325 | - Changed the name of the desktopfile to reflect the correct name of the wmclass 326 | 327 | * Sat Jul 13 2013 Mark Harfouche - 1.9.1-5 328 | - Removed the explicit dependencies since I think the packager finds them 329 | automatically 330 | 331 | * Sat Jul 13 2013 Mark Harfouche - 1.9.1-4 332 | - Changed the libexec name to mendeleydestop as suggested in Revision 2 but 333 | added the appropriate modifications to the spec file. 334 | 335 | * Sat Jul 13 2013 Mark Harfouche - 1.9.1-3 336 | - Undid the modifications of the previous version 337 | 338 | * Fri Jul 12 2013 Filipe Manco - 1.9.1-2 339 | - Binary use mendeleydesktop instead of mendelydesktop.x86_64 340 | 341 | * Fri Jul 12 2013 Filipe Manco - 1.9.1-1 342 | - Update to Mendeley version 1.9.1 343 | 344 | * Sun Apr 7 2013 Chris Fallin - 1.8.4-1 345 | - Updated to Mendeley version 1.8.4 346 | 347 | * Thu Mar 21 2013 Chris Fallin - 1.8.3-1 348 | - Updated to Mendeley version 1.8.3 349 | 350 | * Wed Mar 13 2013 Mark Harfouche - 1.8.2-2 351 | - Cleaned up the spec file 352 | 353 | * Wed Mar 13 2013 Chris Fallin - 1.8.2-1 354 | - Updated to Mendeley version 1.8.2 355 | 356 | * Thu Jan 31 2013 Mark Harfouche - 1.8.0-1 357 | - Updated to Mendeley version 1.8.0 358 | 359 | * Tue Jan 22 2013 Mark Harfouche - 0.1.0-2 360 | - Fixed the dependency for libpng.so.3 361 | --------------------------------------------------------------------------------