]> git.pld-linux.org Git - packages/gcfilms.git/blob - gcfilms.spec
- fix files section
[packages/gcfilms.git] / gcfilms.spec
1 # TODO: %files are TOTALLY BROKEN
2 Summary:        GCfilms, movies collection management
3 Summary(pl):    GCfilms - narzêdzie do zarz±dzania kolekcjami filmów
4 Name:           gcfilms
5 Version:        5.2
6 Release:        0.1
7 License:        GPL
8 Group:          Applications/Databases
9 Source0:        http://download.gna.org/gcfilms/%{name}-%{version}.tar.gz
10 URL:            http://home.gna.org/gcfilms/
11 Requires:       perl-Gtk2 >= 1.054
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 GCfilms is a Gtk2 Movie Catalog. Application that can be used to
17 manage a movie collection.
18
19 %description -l pl
20 GCfilms to katalog filmów oparty na Gtk2. Mo¿e byæ u¿ywany do
21 zarz±dzania kolekcjami filmów.
22
23 %prep
24 %setup -q -n gcfilms
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_bindir}
30 install bin/gcfilms $RPM_BUILD_ROOT%{_bindir}
31 install -d $RPM_BUILD_ROOT%{_libdir}
32 cp -a lib/gcfilms $RPM_BUILD_ROOT%{_libdir}
33 install -d $RPM_BUILD_ROOT%{_datadir}
34 cp -a share/gcfilms $RPM_BUILD_ROOT%{_datadir}
35 install -d $RPM_BUILD_ROOT%{_desktopdir}
36 cp share/applications/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
37
38 # FIXME
39 cp -a . $RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc CHANGELOG CHANGELOG.fr README README.fr
47 %attr(755,root,root) /bin/gcfilms
48 %{_bindir}/gcfilms
49 %{_libdir}/gcfilms/*
50 %{_datadir}/gcfilms/*
51 %{_desktopdir}/gcfilms.desktop
This page took 0.080247 seconds and 4 git commands to generate.