Accepting request 94407 from home:cornelisbb:branches:KDE:Extra
update to 0.4 OBS-URL: https://build.opensuse.org/request/show/94407 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=8
This commit is contained in:
parent
3b12db6ebe
commit
f1aafd9ca2
15
_service
15
_service
@ -1,15 +0,0 @@
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">http</param>
|
||||
<param name="host">download.gna.org</param>
|
||||
<param name="path">/kbibtex/0.3/kbibtex-0.3.tar.bz2</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<param name="file">_service:download_url:kbibtex-0.3.tar.bz2</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">49be659c09c46afeea4851a20ae7ea89a838240f3a76d21634cb266301ddd2ed</param>
|
||||
</service>
|
||||
<service name="set_version">
|
||||
<param name="version">0.3</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49be659c09c46afeea4851a20ae7ea89a838240f3a76d21634cb266301ddd2ed
|
||||
size 149749
|
@ -1,65 +0,0 @@
|
||||
#
|
||||
# spec file for package KBibtex kde4 version svn snapshot
|
||||
#
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
|
||||
Name: kbibtex
|
||||
Version: 0.3
|
||||
Release: 0
|
||||
License: GPL v2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libkde4-devel,update-desktop-files,libpoppler-qt4-devel
|
||||
PreReq: permissions
|
||||
Group: Productivity/Publishing/TeX/Utilities
|
||||
Summary: The BibTeX (Latex) bibliography manager for KDE
|
||||
URL: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
|
||||
Source: %name-%version.tar.bz2
|
||||
%kde4_runtime_requires
|
||||
|
||||
|
||||
%description
|
||||
KBibTeX is a BibTeX editor for KDE to edit bibliographies used with LaTeX. Features include comfortable input masks, starting web queries (e. g. Google or PubMed) and exporting to PDF, PostScript, RTF and XML/HTML. As KBibTeX is using KDE's KParts technology, KBibTeX can be embedded into Kile or Konqueror.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Thomas Fischer <thomas.fischer@t-fischer.net>
|
||||
|
||||
%prep
|
||||
%setup -q -n %name-%version
|
||||
|
||||
%build
|
||||
#mkdir build
|
||||
#cd build
|
||||
%cmake_kde4 -d build
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
cd build
|
||||
make install DESTDIR=%{buildroot}
|
||||
mkdir -p $RPM_BUILD_ROOT%_kde4_iconsdir/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps
|
||||
for i in 16 22 32 48 64 128; do
|
||||
cp ../icons/hi${i}-app-kbibtex.png $RPM_BUILD_ROOT%_kde4_iconsdir/hicolor/${i}x${i}/apps/kbibtex.png
|
||||
done
|
||||
%suse_update_desktop_file kbibtex Office Database
|
||||
%suse_update_desktop_file $RPM_BUILD_ROOT/%_kde4_sharedir/services/kbibtexpart.desktop Office Database
|
||||
|
||||
#%%find_lang kbibtex
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%_kde4_bindir/*
|
||||
%_kde4_libdir/*.so
|
||||
%_kde4_modulesdir/*
|
||||
%_kde4_iconsdir/hicolor
|
||||
%_kde4_sharedir/apps
|
||||
%_kde4_sharedir/services
|
||||
%_kde4_applicationsdir/*
|
||||
%{_mandir}/man1/kbibtex.1.gz
|
||||
/usr/share/mime/packages/bibliography.xml
|
||||
|
||||
%changelog
|
3
kbibtex-0.4.tar.bz2
Normal file
3
kbibtex-0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a7f969d645cebb50b653db811b6bba734eb93e44e72237e49c1a4dbc05700c3
|
||||
size 191138
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 21:43:58 UTC 2011 - cornelis@solcon.nl
|
||||
|
||||
- Updated to 0.4:
|
||||
* Support for Windows (compiles out of the box)
|
||||
* Configuration file system refactored
|
||||
* Adding more online search engines: SpringerLink, PubMed, ACM Digital Library, JSTOR, IEEE Xplorer, Science Direct
|
||||
* Improving all other online search engines: Google Scholar, arXiv, BibSonomy
|
||||
* "List of Values" refactored, allows to search for items
|
||||
* Introducing preferences dialog to manage various settings
|
||||
* Improved support for drag'n'drop throughout the program
|
||||
* Improving tagging elements with color
|
||||
* Introducing global keyword list to select from
|
||||
* Editing widgets get "history" to select from
|
||||
* Widget for cross references allows to select from existing elements
|
||||
* Introducing duplicate finding and merging code and user interface
|
||||
* Improvements in usability of filter line edit
|
||||
* File view can resize and order columns, settings get stored
|
||||
* Improving file importer and exporter filters
|
||||
* BibTeX references can be sent to LyX via a pipe
|
||||
* Numerous bug fixes
|
||||
- updated url for kde4 version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 13:08:29 UTC 2011 - kruber@zib.de
|
||||
|
||||
|
12
kbibtex.spec
12
kbibtex.spec
@ -1,12 +1,12 @@
|
||||
#
|
||||
# spec file for package KBibtex kde4 version svn snapshot
|
||||
# spec file for package KBibtex kde4 version 0.4
|
||||
#
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
|
||||
Name: kbibtex
|
||||
Version: 424
|
||||
Version: 0.4
|
||||
Release: 1
|
||||
License: GPL v2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -15,7 +15,7 @@ PreReq: permissions
|
||||
Group: Productivity/Publishing/TeX/Utilities
|
||||
Summary: The BibTeX (Latex) bibliography manager for KDE
|
||||
URL: http://www.unix-ag.uni-kl.de/~fischer/kbibtex/
|
||||
Source: %name-%version.tar.bz2
|
||||
Source: http://download.gna.org/kbibtex/0.4/kbibtex-%{version}.tar.bz2
|
||||
%kde4_runtime_requires
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ Authors:
|
||||
Thomas Fischer <thomas.fischer@t-fischer.net>
|
||||
|
||||
%prep
|
||||
%setup -q -n %name-%version
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
#mkdir build
|
||||
@ -47,9 +47,6 @@ done
|
||||
|
||||
#%%find_lang kbibtex
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%_kde4_bindir/*
|
||||
@ -57,6 +54,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_kde4_modulesdir/*
|
||||
%_kde4_iconsdir/hicolor
|
||||
%_kde4_sharedir/apps
|
||||
%_kde4_sharedir/config/kbibtexrc
|
||||
%_kde4_sharedir/services
|
||||
%_kde4_applicationsdir/*
|
||||
%{_mandir}/man1/kbibtex.1.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user