]> git.pld-linux.org Git - packages/gbib.git/blame - gbib.spec
- tabs in preamble
[packages/gbib.git] / gbib.spec
CommitLineData
0720aa5f
PG
1# TODO:
2# - regenerate ac/am
3# - desktop and icon
cc1e6954 4Summary: GNOME BibTeX editor
563631da 5Summary(pl.UTF-8): Edytor BibTeXa dla GNOME
0720aa5f
PG
6Name: gbib
7Version: 0.1.2
8Release: 0.9
af92dbc2 9License: GPL (?)
0720aa5f
PG
10Group: X11/Applications
11Source0: ftp://ftp.seul.org/pub/gbib/src/%{name}-%{version}.tar.gz
12# Source0-md5: b90e05dbac8be823ccb06616eaff3d02
13#Source1: %{name}.desktop
14URL: http://gbib.seul.org/
15#BuildRequires: autoconf
16#BuildRequires: automake
17BuildRequires: gnome-libs-devel
18BuildRequires: gtk+-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
0720aa5f 21%description
cc1e6954 22gBib is a user-friendly GNOME BibTeX database browser and editor. It
0720aa5f
PG
23provides facilities for merging BibTeX files, managing key conflicts,
24and adding bibliographic citations in LyX.
25
528d2550
JR
26%description -l pl.UTF-8
27gBib to przyjazny dla użytkownika edytor i przeglądarka baz danych
28BibTeXa, przeznaczony dla środowiska GNOME. Ułatwia łączenie plików
29BibTeXa, radzenie sobie z konfliktami kluczy oraz dodawanie cytatów
5db23acc
JB
30bibliograficznych w Lyksie.
31
0720aa5f
PG
32%prep
33%setup -q
34
35%build
36%configure2_13
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41install -d $RPM_BUILD_ROOT%{_pixmapsdir}
42
43%{__make} install \
44 ROOTDIR=$RPM_BUILD_ROOT
45
46#install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
47install gbib48.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/gbib.xpm
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS CHANGES INSTALL README TODO
55%attr(755,root,root) %{_bindir}/*
56%dir %{_datadir}/gbibtex
57%{_datadir}/gbibtex/*.rc
58%{_datadir}/gbibtex/*.xpm
59#%{_desktopdir}/*
60%{_pixmapsdir}/*
This page took 0.086193 seconds and 5 git commands to generate.