]> git.pld-linux.org Git - packages/gcstar.git/blame - gcstar.spec
- updated
[packages/gcstar.git] / gcstar.spec
CommitLineData
8eff6485 1# NOTES:- warnings like this: /usr/lib/rpm/perl.prov: weird, cannot determine the package name for
2# `/mnt/hda5/tmp/gcstar-0.5.0-root-inter/usr/lib/gcstar/GCLang/BG/GCstar.pm'
5f263671 3# - mark with lang() _datadir/lib/GCLang/*
8eff6485 4#
2bcc22c6
ZU
5# /usr/lib/rpm/perl.prov: weird, cannot determine the package name for `/root/tmp/gcstar-1.4.2-root-root/usr/share/gcstar/lib/GCLang/SV/GCstar.pm'
6# and similar
7# TODO: - fix this message, IMHO the first byte of utf8 is the source of error - see with 'less' (uzsolt)
8# - after the done of the first todo, clear the 'Provides' fields
2d948bf5 9%include /usr/lib/rpm/macros.perl
c448fb71 10Summary: GCstar: collection manager
d58332be 11Summary(hu.UTF-8): GCstar: gyűjtemény kezelő
4e3f85ee 12Summary(pl.UTF-8): GCstar: zarządca kolekcji
00b89f0a 13Name: gcstar
2bcc22c6 14Version: 1.4.3
3f96cce4 15Release: 1
00b89f0a 16License: GPL
17Group: Applications
18Source0: http://download.gna.org/gcstar/%{name}-%{version}.tar.gz
2bcc22c6 19# Source0-md5: a4182efaf0f81fba39d1ab8b9b582417
00b89f0a 20Patch0: %{name}-mandir.patch
21Patch1: %{name}-desktop.patch
5f263671 22Patch2: %{name}-perlmoddir.patch
a399d7d3 23URL: http://www.gcstar.org/
8eff6485 24BuildRequires: perl-Archive-Zip
c448fb71 25BuildRequires: perl-Gtk2
2d948bf5 26BuildRequires: perl-XML-LibXML
aca574c6 27BuildRequires: perl-XML-Simple
64f1bcda 28BuildRequires: perl-libwww
2d948bf5 29BuildRequires: rpm-perlprov
64f1bcda 30Requires(post,postun): desktop-file-utils
d58332be 31# I don't know why, but builder says the following:
d58332be
ZU
32# By install missed the following packages. /uzsolt/
33Provides: perl(GCBackend::GCBeXmlBase)
34Provides: perl(GCDoubleListDialog)
35Provides: perl(GCExport::GCExportBaseClass)
36Provides: perl(GCExportImportBase)
37Provides: perl(GCFieldsSelectionDialog)
38Provides: perl(GCImport::GCImportBaseClass)
39Provides: perl(GCItemExtracter)
40Provides: perl(GCModalDialog)
41Provides: perl(GCPluginParser)
42Provides: perl(GCPlugins::GCTVepisodes::GCPluginTvdb)
43Provides: perl(GCPlugins::GCTVepisodes::GCTVepisodesPluginsBase)
44Provides: perl(GCPlugins::GCboardgames::GCboardgamesPluginsBase)
45Provides: perl(GCPlugins::GCbooks::GCbooksAdlibrisPluginsBase)
46Provides: perl(GCPlugins::GCbooks::GCbooksAmazonPluginsBase)
47Provides: perl(GCPlugins::GCbooks::GCbooksPluginsBase)
48Provides: perl(GCPlugins::GCcomics::GCcomicsPluginsBase)
49Provides: perl(GCPlugins::GCfilms::GCfilmsAmazonPluginsBase)
50Provides: perl(GCPlugins::GCfilms::GCfilmsPluginsBase)
51Provides: perl(GCPlugins::GCgames::GCgamesAmazonPluginsBase)
52Provides: perl(GCPlugins::GCgames::GCgamesPluginsBase)
53Provides: perl(GCPlugins::GCmusics::GCmusicsPluginsBase)
54Provides: perl(Gtk2::Dialog)
55Provides: perl(Gtk2::MenuBar)
56Provides: perl(Gtk2::MessageDialog)
57Provides: perl(Gtk2::ScrolledWindow)
58Provides: perl(Gtk2::Toolbar)
59Provides: perl(Gtk2::TreeView)
60Provides: perl(Gtk2::VBox)
61Provides: perl(Gtk2::Window)
5f263671 62BuildArch: noarch
00b89f0a 63BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
64
65%description
9901e863 66GCstar is an application to manage different kind of collections. It
67is designed to be able to support as many type of collections as
68needed. For the moment it supports these ones:
69 - Movies
70 - Video games
71 - Books
72 - User defined collections
73
d58332be
ZU
74%description -l hu.UTF-8
75GCstar egy alkalmazás, amellyel gyűjtemények különféle fajtáit
76tarthatjuk nyilván. Annyi típusú gyűjteményt tud kezelni, amennyire
77csak szükségünk lehet. Jelenleg a következőket:
78 - filmek
79 - videójátékok
80 - könyvek
81 - felhasználó által definiált gyűjtemények
82
d8f50ea5
JR
83%description -l pl.UTF-8
84GCstar jest aplikacją do zarządzania różnymi rodzajami kolekcji. Jest
85zaprojektowana by móc wspierać wszystkie potrzebne typy kolekcji.
149bd910 86Aktualnie wspiera kolekcje:
d8f50ea5 87 - filmów
9901e863 88 - gier wideo
d8f50ea5
JR
89 - książek
90 - kolekcje zdefiniowane przez użytkownika
00b89f0a 91
92%prep
93%setup -q -n %{name}
94%patch0 -p1
95%patch1 -p1
5f263671 96%patch2 -p1
00b89f0a 97
00b89f0a 98%install
99rm -rf $RPM_BUILD_ROOT
100
c448fb71 101./install --text \
102 --prefix=$RPM_BUILD_ROOT%{_prefix}
00b89f0a 103
104install -d $RPM_BUILD_ROOT%{_desktopdir}
105install -d $RPM_BUILD_ROOT%{_pixmapsdir}
106install share/applications/gcstar.desktop $RPM_BUILD_ROOT%{_desktopdir}
107install share/gcstar/icons/gcstar_64x64.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
108
109%clean
110rm -rf $RPM_BUILD_ROOT
111
112%post
113%update_desktop_database_post
114
115%postun
116%update_desktop_database_postun
117
118%files
119%defattr(644,root,root,755)
120%doc README
121%attr(755,root,root) %{_bindir}/*
122%dir %{_datadir}/%{name}
123%{_datadir}/%{name}/*
00b89f0a 124%{_mandir}/man1/*
125%{_desktopdir}/*.desktop
126%{_pixmapsdir}/*.png
This page took 0.076641 seconds and 4 git commands to generate.