]> git.pld-linux.org Git - packages/cdcollect.git/blob - cdcollect.spec
- hu
[packages/cdcollect.git] / cdcollect.spec
1 Summary:        CDCollect - a simple CD catalog for GNOME
2 Summary(hu.UTF-8):      CDCollect - egy egyszerű CD katalogizáló GNOME-ra
3 Summary(pl.UTF-8):      CDCollect - prosty programem do katalogowania płyt CD napisany dla GNOME
4 Name:           cdcollect
5 Version:        0.6.0
6 Release:        0.3
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://dl.sourceforge.net/cdcollect/%{name}-%{version}.tar.bz2
10 # Source0-md5:  33f71604b9dfb84497b4bc2fce69e89b
11 Source1:        %{name}-faq.txt
12 URL:            http://cdcollect.sourceforge.net/
13 BuildRequires:  dotnet-gnome-sharp-devel >= 2.8.0
14 BuildRequires:  dotnet-gtk-sharp2-devel >= 2.8.0
15 BuildRequires:  mono-csharp >= 1.1.17
16 BuildRequires:  pkgconfig
17 BuildRequires:  rpmbuild(macros) >= 1.198
18 BuildRequires:  sqlite3-devel >= 3.3
19 Requires(post,preun):   GConf2
20 Requires:       dotnet-gnome-sharp >= 2.8.0
21 Requires:       dotnet-gtk-sharp2 >= 2.8.0
22 Requires:       mono >= 1.1.17
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 CDCollect is a CD/DVD catalog application for GNOME 2. Its
27 functionality is similar to the old gtktalog application for GNOME
28 1.4.
29
30 Its goal is to be able to catalog your entire CD collection allowing
31 for searches of your CD/DVD files with a clean and simple interface.
32
33 %description -l hu.UTF-8
34 CDCollect egy CD/DVD katalogizáló alkalmazás GNOME2-re. A céljai
35 hasonlóak a régebbi gtktalog-hoz, amely még GNOME 1.4-hez készült.
36
37 A célja, hogy az egész CD kollekciódból egy kereshető adatbázist
38 készítsen, egy egy tiszta és egyszerű felületen.
39
40 %description -l pl.UTF-8
41 CDCollect jest programem do katalogowania płyt CD/DVD dla GNOME 2.
42 Jego funkcjonalność jest podobna do starego programu gtkatalog dla
43 GNOME 1.4.
44
45 Program pozwala w prosty sposób katalogować zawartość płyt CD oraz
46 przeszukiwać bazę za pomocą łatwego w użyciu interfejsu użytkownika.
47
48 %prep
49 %setup -q
50 %{__cp} %{SOURCE1} FAQ
51
52 %build
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %find_lang %{name}
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post
68 %gconf_schema_install %{name}.schemas
69
70 %preun
71 %gconf_schema_uninstall %{name}.schemas
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog FAQ NEWS README TODO
76 %attr(755,root,root) %{_bindir}/%{name}
77 %dir %{_libdir}/%{name}
78 %attr(755,root,root) %{_libdir}/%{name}/*
79 %{_sysconfdir}/gconf/schemas/%{name}.schemas
80 %{_desktopdir}/*
81 %{_pixmapsdir}/*
This page took 0.058422 seconds and 3 git commands to generate.