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